PDA

View Full Version : VS.NET Hangs


jfreedman
04-12-2005, 11:09 AM
Hey all,

I had a VBP project working great, then all of a sudden, when I try to build a .NET project using VBP, it just hangs.

The last output I see is: Pre-processing... Building configuration 'Release'...


Then nothing...

I do see the following 2 processes, which are using no cpu:

DevEnv.exe
DevEnv.com

If I kill the above processes, the build continues, then again hangs the next time it tries to build a .net project.

Any idea what could be happening?

Thx

kinook
04-12-2005, 11:19 AM
Not exactly, but it sounds like a VS.NET issue. If you check the 'show command-line' checkbox on the Options tab of the Make VS.NET action and build, you could use that info to reproduce the problem outside VBP and open a support incident with MS.

jfreedman
04-12-2005, 11:30 AM
I guess nevermind,

I checked the 'show command-line' option, and the next time I kicked off a build it didn't hang and worked correctly... Weird....