Unknown build error, 'Could not load file or assembly 'System.Windows

假如想象 提交于 2019-12-06 12:06:19

Finally found a system.windows version 5.0.5.0 in C:\Program Files (x86)\Microsoft Silverlight\5.1.20913.0 folder

Had to add this file manually in project.csproj file using tag Getting other build errors not but at least the this one is resolved.

Thanks for all your help!

Generally when I've had this problem it's because my application is set to build 64-bit rather than AnyCpu and the offending assembly is 32-bit. Or vice versa.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!