1. 主页 > vs安装问题 > VS2005安装问题 >

VS2005/2008 未能正确加载包的解决方法(备忘)

今天打开VS2005IDE,加载工程的时候出现一下错误。

The Windows Forms Designer Package ({7494682B-37A0-11D2-A273-00C04F8EF4FF}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt.

The Visual Studio Common IDE Package ({6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt.

工程-》右键-》属性,报错退出。

2008同样报错。


在各自的命令提示下输入 devenv /resetskippkgs不好用。

REGEDIT打开注册表,搜索{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C},找到InprocServer32:D:\WINDOWS\system32\mscoree.dll

然后在命令行提示下进入windows\system32,输入regsvr32 mscoree.dll

重新在各自命令提示下输入 devenv /resetskippkgs

打开IDE,加载工程,OK!


本文由VS软件圈(vssoft.net)发布,不代表VS软件圈立场,转载联系作者并注明出处:https://vssoft.net/vsazwt/VS2005anzhuangwenti/2020/0721/549.html

联系我们

在线咨询:点击这里给我发消息

微信号:PREEE8

工作日:9:30-18:30,节假日休息