- Open regedit (on a 64-bit OS, open the 32-bit regedit)
- Under “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones”, create a new key called 1000 (if it isn't already there)
- Under 1000, create a DWORD entry with:
o Name = 1207
o Type = REG_DWORD
o Data = 0x000000
好像是因为安装IE8以后会出现这样的错误,我的是VS2008,修改注册表以后就好了。
好像是因为安装IE8以后会出现这样的错误,我的是VS2008,修改注册表以后就好了。
Pleasefollowthefollowingsteps:
-Openregedit(ona64-bitOS,openthe32-bitregedit)
-Under“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones”,createanewkeycalled1000(ifitisn'talreadythere)
-Under1000,createaDWORDentrywith:
oName=1207
oType=REG_DWORD
oData=0x000000
找不到 Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager 服务的实例”不知道是不是安装时候的问题,网上找到了一个方法,亲试可行
打开vs2017目录下的 Developer Command Prompt for VS 2017
定位到vs2017安装目录下的 /Common7/IDE/PublicAssemblies
输入命令: gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll
控制台提示"程序集已成功添加到缓存中"
重启VS2017,正常使用
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)