我正在使用Visual Studio Professional 2013,我正在尝试导入其文件在SVN上的ASP.NET网站,以便我可以在本地运行和调试网站。我创建了一个新的网站,并将目标框架更改为.NET 3.5(这就是建立网站的人告诉我它的内容)。因此,我将文件复制到网站目录,并使用“添加 - >现有网站”将它们添加到解决方案中。
我特意得到这个错误:
The type or namespace name 'ServiceModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
所以,我想,我只是添加对ServiceModel的引用,没什么大不了的。因此,我右键单击该项目,转到添加引用,在Assemblies-> Framework下查找System.ServiceModel,检查它,然后单击确定。然后发生这种情况:
The Web site is already referencing the assembly 'System.ServiceModel'.
这些可能会有所帮助:
答案 0 :(得分:1)
将System.ServiceModel.dll从“C:\ Windows \ Microsoft.NET \ Framework \ v4.0.30319”复制到项目bin文件夹。
答案 1 :(得分:1)
添加对程序集System.ServiceModel的引用。选择项目 - >添加引用,然后选择程序集名称。
答案 2 :(得分:0)
<RootNamespace>MyProject</RootNamespace>