开发者

Full trust in .Net framework 4.0

I am working on .Net framework. I have created an application that creates a custom culture in my local computer. (Since it is a test application,开发者_开发百科 it'll not be shipped or deployed anywhere else than my computer)

When I try to register the custom culture, it tries to access C:\widows\Globalization folder. I am getting UnauthorizedAccessException.

.Net Framework 4.0 doesn't provide .Net Configuration tool as earlier versions did.

What is the method to know the permissions provided to an assembly?

How to provide full trust to an assembly?


You already have full trust if you're running from your local drive (which you most likely are). In this case, the problem is that you need to be an Administrator. If you're running on Vista or Windows 7, make sure you right-click you .exe and select "Run as Administrator".

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜