I am getting the following error trying to open a DevExpress report in VS 2010.
This method explicitly uses the CAS policy, which is deprecated by the .NET Framework. To enable CAS policy for compatibility reasons, use the NetFx40_LegacySecurityPolicy configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 for more information.
The project is installed in framework 3.5, but when I go to the provided link, the first sentence reads:
The security policy access part (CAS) is deprecated in the .NET Framework version 4
I have no explicit connection with the v4 framework, so I'm a little fixated on what causes this. How can I diagnose this problem more deeply?
Profk source
share