VS2016 发布项目提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found

 

生成的时候没有问题,发布项目的时候提示 spa

CS0006 C# Metadata file 'xxxxxxx.dll' could not be foundfile

 

解决方案,找到 xxxxxxx.dll 这个项目,属性。将程序集名称 修改成 和 xxxxxxx.dll项目的csproj中程序

Project -> PropertyGroup -> AssemblyName 修改成同样,而后clean,最后生成就OK了。csp

相关文章
相关标签/搜索