View Single Post
  #3  
Old 06-11-2003, 09:15 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
We haven't encountered different behavior between VS.NET 2002 and 2003 regarding the exitcode returned by devenv when building a project/solution. If you have a reproducible case for it, you might want to submit a support incident with Microsoft.

This is from the help: "...looks for the command-line DEVENV compiler by looking for this registry entry: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\App Paths\devenv.exe ..." Usually, that entry will be updated by the last version installed, but you can override this on the Options tab if necessary (if it's unable to locate automatically or to target both versions within a build).
Reply With Quote