Compilation is failing, but no errors are given in the IDE. Any advice?
""There was a bug in the communication of logged events from
MSBuild to the Visual Studio IDE, such that if you had errors (typically compilation errors) in your project, you would get a build failure but you wouldn't get any information about the individual errors.""
""This bug only occurred for projects that had a customized build process that shells out to the command-line compilers (and other tools) instead of using the IDE's in-process compilers. All Avalon projects fall into this category.""
""The bug affects Pre-Beta 1. It was fixed in officially in Beta 1. Check to see which version of the .NET Framework you have on your machine by going to c:\Windows\Microsoft.Net\Framework.""
Fixes & workarounds:
* ""If it is possible, the best approach is to upgrade to VS 2005 to Beta 1 and beyond.""