MonoDevelop seems to hang (not unresponsive) when building csprojs
Posted
by
Michael Shimmins
on Stack Overflow
See other posts from Stack Overflow
or by Michael Shimmins
Published on 2011-03-07T08:09:28Z
Indexed on
2011/03/07
8:10 UTC
Read the original article
Hit count: 243
Building a solution from Visual Studio in mono develop seems to have some issues. I'm hoping someone else has experienced this and has some suggestions.
The actual dcms
process goes pretty quickly, but in between projects it hangs after printing:
Building: XXX.YYY.ZZZ (Debug)
After a few minutes (been 10 so far on this current run), it jumps to:
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/2.10.1/bin/dmcs /noconfig "/...
Build complete -- 0 errors, 0 warnings
Building: XXX.YYY.ZZZ (Debug)
Then hangs again for another few minutes.
This is a sln
file with 29 csproj
projects in it that was originally created in Visual Studio 2010. I'm wondering if there is a better way to set this up - potentially a native MD file format?
© Stack Overflow or respective owner