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