错误 CS0006:找不到元数据文件 'C:\Users\ppData\Local\Temp\.sonarqube\.static\csharp_1.11.0\SonarAnalyzer.zip\SonarAnalyzer.dll'
error CS0006: Metadata file 'C:\Users\ppData\Local\Temp\.sonarqube\.static\csharp_1.11.0\SonarAnalyzer.zip\SonarAnalyzer.dll' could not be found
我想弄清楚为什么我的简单 .net 控制台应用程序没有编译。
当我使用我已经修复的 Visual Studio 2015 编译我的应用程序时,我在错误列表中收到以下错误消息:
Severity Code Description Project File Line Suppression State
Error CS0006 Metadata file 'C:\Users\
\AppData\Local\Temp.sonarqube.static\csharp_1.11.0\SonarAnalyzer.zip\SonarAnalyzer.dll'
could not be found ConsoleApplication1 \ -201s\q_hme_09$\
\data\Visual Studio
2015\Projects\ConsoleApplication1\ConsoleApplication1\CSC 1 Active
请注意,我的编译中没有任何 Sonar 或 SonarAnalyzer 步骤,也没有安装任何类似的东西。
我真的不知道为什么要搜索 SonarAnalyzer.zip。
有什么猜测吗?
网上查了下,也修复了Visual Studio,没找到解决方法。
我搜索安装Visual Studio2015的位置。
位置是:C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
我找到了一个名为 .sonarqube 的目录。我删除了里面的所有内容。
我现在可以重新编译我的项目了。
我想弄清楚为什么我的简单 .net 控制台应用程序没有编译。
当我使用我已经修复的 Visual Studio 2015 编译我的应用程序时,我在错误列表中收到以下错误消息:
Severity Code Description Project File Line Suppression State Error CS0006 Metadata file 'C:\Users\ \AppData\Local\Temp.sonarqube.static\csharp_1.11.0\SonarAnalyzer.zip\SonarAnalyzer.dll' could not be found ConsoleApplication1 \ -201s\q_hme_09$\ \data\Visual Studio 2015\Projects\ConsoleApplication1\ConsoleApplication1\CSC 1 Active
请注意,我的编译中没有任何 Sonar 或 SonarAnalyzer 步骤,也没有安装任何类似的东西。
我真的不知道为什么要搜索 SonarAnalyzer.zip。
有什么猜测吗?
网上查了下,也修复了Visual Studio,没找到解决方法。
我搜索安装Visual Studio2015的位置。
位置是:C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
我找到了一个名为 .sonarqube 的目录。我删除了里面的所有内容。
我现在可以重新编译我的项目了。