Hello, as workaround try to set the:
<executable>C:\Path\To\Your\devenv.exe</executable> Daniel 2011/4/2 bkr <[email protected]> > We're updating our build infrastructure - have been successfully using > CC.NET 1.4 on 32-bit Win 2003 server. > > Now trying to run CC.NET Service on Win 2008 R2 64-bit Server with > VS2010. > > The service is running under a specific user ID (not LocalSystem). > > When we specify "VS2010" as the devenv value - the task fails because > it can't find HKLM/Software/Microsoft/Visual Studio/10/InstallDir. > > Makes sense -- because VS2010 is a 32-bit app and the actual registry > key is under HKLM/Software/Wow6432Node/Software/Microsoft/Visual > Studio/10/InstallDir > > I'm clearly missing something ... but can't figure out what ... to > tell CC.NET that it's a 32-bit app, running in 32-bit mode, and that > it needs to look under the Wow6432Node for 32-bit keys instead of the > main hive keypath for 64-bit (which, of course, is the default). > > Has anyone else gotten this combination working? Did you encounter > (and solve) this problem or did it not even happen to you (in which > case I'd love to talk about installation "choices" that might have > contributed to this problem)? > > Thanks!
