简体   繁体   English

找不到元数据文件的Facades CSC错误

[英]Metadata file facades dll could not be found CSC error

I am using Visual Studio 2013. When I am compile/running my project I am getting Error 我正在使用Visual Studio2013。在编译/运行项目时,出现错误

"Metadata file 'C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\ .NETFramework\\v4.5.1\\Facades\\ *.dll' could not be found projectPath\\CSC ProjectName". “无法找到元数据文件'C:\\ Program Files(x86)\\ Reference Assemblies \\ Microsoft \\ Framework \\ .NETFramework \\ v4.5.1 \\ Facades \\ * .dll'projectPath \\ CSC ProjectName”。

I have refereed Metadata file '.dll' could not be found 我引用了元数据文件“ .dll”,但找不到

I tried all the solutions in above link but still no success. 我尝试了上面链接中的所有解决方案,但仍然没有成功。

You might have the wrong path in your references. 您的参考文献中可能有错误的路径。 On my machine I have a different path to the Facades directory: 在我的机器上,我有一个不同的Facades目录路径:

C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.5.1\\Facades\\*.* C:\\ Program Files(x86)\\ Reference Assemblys \\ Microsoft \\ Framework \\ .NETFramework \\ v4.5.1 \\ Facades \\ *。*

Double check your \\ separators. 仔细检查\\分隔符。

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

相关问题 发布时找不到 CSC 错误元数据文件 dll - Error Metadata file dll could not be found CSC when publishing CSC错误CS0006:找不到元数据文件'... dll' - 但文件存在 - CSC error CS0006: Metadata file '…dll' could not be found - But file exists 找不到元数据文件.dll - Metadata file .dll could not be found 找不到元数据文件“.dll” - Metadata file '.dll' could not be found LINQ无法找到元数据文件“.dll” - Metadata file '.dll' could not be found with LINQ 找不到元数据文件 System.dll - Metadata file System.dll could not be found vs 2015 Error CS0006 Metadata file.dll'找不到 - vs 2015 Error CS0006 Metadata file .dll' could not be found 错误 CS0006 元数据文件; 找不到fileuploadcontrol.dll' - error CS0006 metadata file; fileuploadcontrol.dll'could not be found 'CSC:CSC(0,0):错误CS2001:找不到源文件[file]。' 在运行门禁签入(C#)时 - 'CSC:CSC(0,0): Error CS2001: Source file [file] could not be found.' when running a gated check in (C#) 找不到元数据文件“ Newtonsoft.Json.dll” - Metadata file 'Newtonsoft.Json.dll' could not be found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM