Application.UserIdentity in .net8 not available

0
1

Hey there,
i´m trying to use Application.UserIdentity but Visual Studio throw the  CS0117 “Applicaton” has no definiton for “UserIdentity”  Error.
Also the VS Information says its available to net48 but not to .net8.

Is there any Solution or Workaround for it?
Or it s really not more available in .net8?

Thanks
Luca

Attachment
  • You must to post comments
0
0

Application.UserIdentity is not avaliable in .net core (.net 6.0, .net 7.0, .net 8.0).

You will have to use Aplication.User instead.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.