【转】IE8与Visual Studio“打架

 
真佩服Microsoft,自家的產品竟然都會互相衝突?
An add-on for this website failed to run. Check the security settings in Internet options for potential conflicts.
只要你將 IE 更新成 IE8,再使用 Visual Studio 2005 或 Visual Studio 2008 打開 Class Wizard,登登登凳!上圖的錯誤畫面就會出現了!
據 Visual C++ Team Blog 所述,以下四個 Wizard 都受到影響:
Add Function
Add Variable
Smart Device – New Project Creation
Smart Device – Add Class
現在唯一的方法是修改 Registry :
Open regedit (on a 64-bit OS, open the 32-bit regedit)
Under "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settingsones", create a new key called 1000 (if it isn't already there)
Under 1000, create a DWORD entry with:
 Name = 1207
 Type = REG_DWORD
 Data = 0x000000
修改完成後,不用重新開機,关闭Visual Studio后再打开能够立刻恢复正常! ﹝如果是 Visual Studio 2005,則必需安裝 SP1,Visual C++ Team Blog 有詳述問題成因,有興趣的朋友可以去看看。﹞
現在 Visual C++ Team 好像還在跟 IE 方面進行溝通... 看看是 IE 推出修正檔還是在 VS 推出。

 
阅读(415) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
评论热议
原文地址:https://www.cnblogs.com/black/p/5171978.html