我正在使用.Net 4.5使用SignalR 1.1.2,一切正常。 然后我们想将netframework的版本降低到4.0 cos生产服务器,一切都停止了,出现了这个错误。请告诉我该怎么做?
The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
答案 0 :(得分:3)
通过从项目中删除引用然后构建来解决问题。构建添加引用失败后。在.net 4.0中完美地工作。
我们也可以卸载然后安装nuGet包。
答案 1 :(得分:1)
通过删除项目文件夹中bin和obj文件夹的内容解决,然后打开项目并重建。