Could notload type 'System. Runtime. ExceptionServices. ExceptionDispatchInfo' from assembly' mscorlib, Version=4. 0.0.0,Culture=neutr al, PublicKeyT oken=b77 a5c561934e089
[重要通告]如您遇疑难杂症,本站支持知识付费业务,扫右边二维码加博主微信,可节省您宝贵时间哦!
今天一客户打开软件提示了一串英文错误,问啥意思,错误英文如下,如下图所示
Urhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immedi ately.
Could notload type 'System. Runtime. ExceptionServices. ExceptionDispatchInfo' from assembly' mscorlib, Version=4. 0.0.0,Culture=neutr al, PublicKeyToken=b77 a5c561934e089
其实这样的错误多数跟Microsoft .NET Framework有关系;
System.Runtime.CompilerServices.ExtensionAttribute 在 .net 4.0里 在 System.Core.Dll里, 在 .net 4.5里则被移到了 mscorlib 中。
System.Core.Dll的版本显示的 4.0.0.0 版,但实际上已经被 .net 4.5替换,里面没有ExtensionAttribute 类。
未替换的版本在目录“C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0”下,用Reflector可以看到,里面有ExtensionAttribute类。
解决的方法:
1: 在用户的机器上安装 .net 4.5。 对OS的要求是:
Windows 7 SP1(x86 和 x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2008 SP2(x86 和 x64)
2: 自己编译混淆的机器上,仅安装了Microsoft .NET Framework 4.0, 未安装 Microsoft .NET Framework 4.5。
问题未解决?付费解决问题加Q或微信 2589053300 (即Q号又微信号)右上方扫一扫可加博主微信
所写所说,是心之所感,思之所悟,行之所得;文当无敷衍,落笔求简洁。 以所舍,求所获;有所依,方所成!