import of VS2012 project to monodevelop failes to compile with “CS1566”

无人久伴 提交于 2019-12-12 12:12:14

问题


I tried to import a Visual Studio 2012 csproj file to Monodevelop. Everything works fine until I compile. When I compile the project, it generates 1 *.resources file for the first form, but for the following forms, no *.resources files are generated and the compile fails with

Error reading the resource file ... -- the system can't finde the file (CS1566)

(sorry - I had to translate from German)

How can I fix that?

Regards, Tobias


回答1:


I had the same issue, I googled, and I found this link: https://github.com/gitextensions/gitextensions/issues/1751

as it says there, you have to use XBuild in MonoDevelop (go to Tools->Options->Projects->Build). That solved the problem for me.



来源:https://stackoverflow.com/questions/13936650/import-of-vs2012-project-to-monodevelop-failes-to-compile-with-cs1566

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