System.NotSupportedException: This method explicitly uses CAS policy, which has been obsoleted by th

Version: DevExpress 8.3.6, ASPxScheduler Suite

 IDE: Microsoft  Visual Studio 2010 Professional, .NET 4 framework: (production version)

Opeating System: Windows Server 2003 SP2


1. Added to web.config:

    <runtime>
        <NetFx40_LegacySecurityPolicy enabled="true"/>
    </runtime>
 

2. Added to C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config

        <NetFx40_LegacySecurityPolicy enabled="true"/>

2. lc.exe.config created:

<?xml version="1.0"?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
  </startup>
  <runtime>
    <NetFx40_LegacySecurityPolicy enabled="true"/>
  </runtime>
</configuration>

 4. modified D:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe.config

<NetFx40_LegacySecurityPolicy enabled="true"/>


This method explicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for compatibility reasons, please use the NetFx40_LegacySecurityPolicy configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 for more information.

 

具体的做法请参考下面的网页:

http://blogs.msdn.com/b/dotnet/archive/2009/06/24/enabling-cas-policy-compatibility-mode-for-a-project.aspx

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值