问题
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