Do I need to compile my solution with VS2010 in order to benefit from .NET 4.0 new Code Access Secur
Posted
by leo
on Stack Overflow
See other posts from Stack Overflow
or by leo
Published on 2010-04-08T13:25:57Z
Indexed on
2010/04/08
13:33 UTC
Read the original article
Hit count: 501
Hello,
I currently develop an application in C# with framework .NET 3.5 SP1.
In my app, I have satellite assemblies which are not in the same folder as the exe, and that causes me some trouble with FullTrust, as explained here.
In order to solve that problem, I wish to use .NET 4.0 whose Code Access Security Policy should allow my satellite assemblies to be FullyTrusted.
So my question is: is just installing the framework enough, or do I need to rebuild the solution with VS2010?
Thanks
© Stack Overflow or respective owner