VS2016 发布项目提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found
Posted oceanho
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VS2016 发布项目提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found相关的知识,希望对你有一定的参考价值。
生成的时候没有问题,发布项目的时候提示
CS0006 C# Metadata file ‘xxxxxxx.dll‘ could not be found
解决方案,找到 xxxxxxx.dll 这个项目,属性。将程序集名称 修改为 和 xxxxxxx.dll项目的csproj中
Project -> PropertyGroup -> AssemblyName 修改为一样,然后clean,最后生成就OK了。
以上是关于VS2016 发布项目提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found的主要内容,如果未能解决你的问题,请参考以下文章
错误CS0006Metadata file 'E:项目名称xxxx.dll'
C# vs2010如何实现在一个类(.cs文件)下面又有很多个.cs文件?