http://bugs.winehq.org/show_bug.cgi?id=34426
Bug #: 34426 Summary: Visual C++ 2010 Express claims it can't find MSBuild.exe Product: Wine Version: 1.7.1 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
After working around bug 32568, the IDE started up, and I could load a trivial project. But building, even of a single file, failed with message
error MSB4014: The build stopped unexpectedly because of an internal failure. Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled. MSBuild.exe could not be launched as a child node as it could not be found at the location "C:\windows\Microsoft.NET\Framework"...
but the executable is at the specified location, and even runs if run via the commadline.