- Posted by Admin on 五月 5, 2009
今天在使用VS2008做WPF开发时候遭遇一个奇怪的问题,无法使用IDE的界面进行编辑,程序抛出:
“Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)”的错误

google一下,已知在两种情形下会出现此问题:
1)使用ASP.NET应用程序
2)尝试使用VS编辑WPF
我开发的环境为Windows 2008 +VS2008
在微软的官方网站上:http://connect.microsoft.com/VisualStudio/feedback/Workaround.aspx?FeedbackID=414172 已经证实为一个Bug;
你可以在:https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=16827&wa=wsignin1.0 下载KB963676的hotfix,并且需要额外的安装一个下载工具来下载hotfix的文件
转载请注明出处和作者笔端