简体   繁体   English

错误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

I am trying to figure out why my simple .net console application is not compiling. 我试图弄清楚为什么我的简单.net控制台应用程序无法编译。

When I compile my app using Visual Studio 2015, which I have repaired already, I get the following error messages in my error list: 当我使用已经修复的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 严重性代码说明项目文件行抑制状态错误CS0006找不到元数据文件'C:\\ Users \\ AppData \\ Local \\ Temp.sonarqube.static \\ csharp_1.11.0 \\ SonarAnalyzer.zip \\ SonarAnalyzer.dll'ConsoleApplication1 \\ -201s \\ q_hme_09 $ \\ \\ data \\ Visual Studio 2015 \\ Projects \\ ConsoleApplication1 \\ ConsoleApplication1 \\ CSC 1有效

Please note that I don't have any Sonar or SonarAnalyzer step in my compilation, nor anything like that is installed. 请注意,我的编译中没有任何Sonar或SonarAnalyzer步骤,也没有安装类似的东西。

I really don't know on why it is searching for SonarAnalyzer.zip. 我真的不知道为什么要搜索SonarAnalyzer.zip。

Any guesses? 有什么猜想吗?

After researching over the Internet and also repairing Visual Studio, I could not find the solution. 在通过Internet进行研究并修复了Visual Studio之后,我找不到解决方案。

I search for the location where Visual Studio 2015 is installed. 我搜索安装Visual Studio 2015的位置。

The location is : C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE 该位置是: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE

I found one directory called .sonarqube. 我找到一个名为.sonarqube的目录。 I deleted everything inside. 我删除了里面的所有内容。

I can now recompile my project. 我现在可以重新编译我的项目。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误 CS0006 元数据文件; 找不到fileuploadcontrol.dll' - error CS0006 metadata file; fileuploadcontrol.dll'could not be found 错误CS0006:找不到元数据文件'MongoDB' - Error CS0006: Metadata file 'MongoDB' could not be found CSC错误CS0006:找不到元数据文件'... dll' - 但文件存在 - CSC error CS0006: Metadata file '…dll' could not be found - But file exists vs 2015 Error CS0006 Metadata file.dll'找不到 - vs 2015 Error CS0006 Metadata file .dll' could not be found 如何解决解决方案中现有项目的 c# CS0006 错误 - How solve c# CS0006 error from a existing project in solution VS2012 Express for Web:找不到源文件'C:\\ Users \\ xxx \\ AppData \\ Local \\ Temp \\ .NETFramework,Version = v4.5.AssemblyAttributes.cs' - VS2012 Express for Web: Source file 'C:\Users\xxx\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs' could not be found SonarLint是否比SonarAnalyzer.CSharp提供任何优势 - Does SonarLint provide any advantage over SonarAnalyzer.CSharp 合并 SonarAnalyzer.CSharp 和 Microsoft.CodeAnalysis 规则集 - Merge SonarAnalyzer.CSharp and the Microsoft.CodeAnalysis rulesets Compiling.Net Framework Project 在命令提示符下给出 CS0006 而 Visual Studio 中没有错误,为什么? - Compiling .Net Framework Project at command prompt give CS0006 while there is not error in Visual Studio, why? 找不到元数据文件“.dll” - Metadata file '.dll' could not be found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM