VS 2005 hangs when I open a solution with VAX enabled. If I disable VAX it doesn't. Enable once the solution is loaded and VAX works fine.
VAX 1418
Rob
ps Had the jumping cursor once yesterday - I pressed ( the cursor jumped to the top of the file, and it inserted ) into another open file ... not reproducible either ;(
using VS 2005 beta 2 and VAX 1418 opening projects works fine for me. i have set the IDE to not load any projects automatically.
i can load, close and open new projects without problems. is this problem showing up on several different projects, or is it limited to only one project?
could you get a call stack next time the IDE hangs?
It's solution with only c# projects. Haven't tried other solutions - in fact we only have the one solution we use in 2005 at the mo. How do I get a callstack ?
do you have the time to create a new C# windows application and just check that the basic auto generated project loads OK in vs2005 beta 2?
to get a call stack i did the following: * ran VS 2005 beta 2 and loaded a C# project * ran a second instance of VS 2005 * tools menu -> attach to process * pick "devenv.exe", the IDE does not seem to list its self, thankfully * press "Attach" * debug menu -> break all
It seems to be explorer.exe that is hanging. If I run another instance of vs2005 then that hangs too. I ran task manager and noticed that explorer was not responding (but in the context of devstudio - if that makes sense - ie desktop and taskbar still worked ok). I couldn't attach to either with vs2003.
quote:Originally posted by bins VS 2005 hangs when I open a solution with VAX enabled. If I disable VAX it doesn't. Enable once the solution is loaded and VAX works fine.
How are you opening the solution? Using File Open Solution in the IDE or launching it from Windows Explorer?