我刚刚在其他计算机上使用Visual Studio 2010创建了一个VB.Net应用程序,我想复制它,以便我可以在家中修改系统。我在家里使用VS2008。在我复制之后,我做了这个:我在互联网上找到了
当我在计算机中打开系统时,我的窗口表格中出现错误。我的所有窗体都有此错误
'IContainer'在命名空间'System.ComponentModel'中是不明确的。
'ISupportInitialize'在命名空间'System.ComponentModel'
中不明确
我看到的大部分错误都是这个。我在互联网上搜索了正确的解决方案。如果有人能告诉我该怎么办。我将不胜感激。
'IContainer'在命名空间'System.ComponentModel'中是不明确的。
'ISupportInitialize'在名称空间'System.ComponentModel'中不明确 'GeneratedCodeAttribute'在命名空间'System.CodeDom.Compiler'中是不明确的。 'EditorBrowsableAttribute'在名称空间'System.ComponentModel'中是不明确的 'GeneratedCodeAttribute'在名称空间'System.CodeDom.Compiler'中是不明确的。
答案 0 :(得分:0)
根据Google提供的first link,您应该这样做:
删除项目对'System'程序集(System.dll)的引用, 重建项目,然后将引用添加回System.dll。