创建 C++ 时出现无效类字符串错误使用 Vista x64 的 Visual Studio 2008 中的项目
在解决了与注册表权限相关的问题 (connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=329986) 后,现在 Visual Studio 再次出现另一个错误。
我和这个人有同样的 错误,我已经搜索过整个互联网似乎还没有人解决这个问题。
当我创建一个 C++ Windows 窗体应用程序,并且想要查看默认 Form1 的“设计视图”时,它只是给出了此错误:
Invalid Class String (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING))
at Microsoft.VisualStudio.Designer.Interfaces.IVSMDCodeDomProvider.get_CodeDomProvider()
at Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_Provider()
at Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_CompileUnit()
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32fReload)
如果出现这种情况,我很抱歉与编程完全无关,但如果有人有任何意见或评论,我想听听。
图片位于img12.imageshack.us/img12/8256/dibujowc.jpg
抱歉链接,系统不允许我放置超链接
After going through this Problem (connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=329986) that was related with registry permissions, now again, Visual Studio comes with another error.
I have the same error as this guy, I have searched all the internet and it seems nobody has resolved it yet.
When I create a C++ Windows Forms Application, and want to see the "Design view" of the the default Form1, it just gives me this error:
Invalid Class String (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING))
at Microsoft.VisualStudio.Designer.Interfaces.IVSMDCodeDomProvider.get_CodeDomProvider()
at Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_Provider()
at Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_CompileUnit()
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32fReload)
I'm sorry if this has nothing to do with programming at all, but if someone has any opinions or comments, I would like to hear it.
Image at img12.imageshack.us/img12/8256/dibujowc.jpg
Sorry for the links, the system don't allow me to put hyperlinks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,在我重命名 feacp.dll 以禁用智能感知后,这发生在我身上。
然而,重新启用智能感知后,一切正常。
Well this hapend to me after i renamed feacp.dll in order to disable intellisense.
However, after re-enabling intellisense, all worked ok.