开发者

CLR20r3 Exception

开发者 https://www.devze.com 2023-01-07 10:32 出处:网络
I wrote a small C# app. Installed it in the admin account. It worked fine. When I tried to execute it from a开发者_如何学编程 non-Admin account and another Admin account, it threw an error.

I wrote a small C# app. Installed it in the admin account. It worked fine.

When I tried to execute it from a开发者_如何学编程 non-Admin account and another Admin account, it threw an error.

CLR20r3 System.Security.Security Exception

and the application stopped working.

What can be the issue?

Thanks


Improve your app's unhandled exception handling. Write an event handler for AppDomain.CurrentDomain.UnhandledException and log the value of e.ExceptionObject.ToString().

Or use a debugger.

0

精彩评论

暂无评论...
验证码 换一张
取 消