all groups > visual studio .net ide > november 2004 >
You're in the

visual studio .net ide

group:

VS.Net 2003 hangs when trying to open/create a project


VS.Net 2003 hangs when trying to open/create a project Andreas Winter
11/25/2004 7:17:03 AM
visual studio .net ide: Hi,

when I'm trying to open or create a new project the VS.Net 2003 IDE hangs
for 1 minute or even longer in the file/directory dialog box until I can
change to a directory, and that repeats for every subfolder. As soon I'm in
my project everything works fine, and the IDE is doing it's job.

Taskmanager and File Monitor show no activities at all while the IDE hangs.

Has anyone an idea what could be blocking the IDE for that long time?

Thanks,
RE: VS.Net 2003 hangs when trying to open/create a project Andreas Winter
11/25/2004 8:19:03 AM
Hi,

I want to add that I had today the same problem of hanging file/directory
dialog window with MS Word 2002. Which MS component is responsible for the
file dialog window, is there possibly a confict with different MS products
needing different shared components?

Andreas.

[quoted text, click to view]
RE: VS.Net 2003 hangs when trying to open/create a project Herpin
11/27/2004 10:05:03 PM
Question: In MS Word or other apps, when you do file open and then click the
Drop Down in the "Look In" directory box, does the same delay occur?

I'm not sure if you are describing the same problem as this.

I had this problem in the past on several machines and I've been able to
correct it everytime by remove any persistent drive mappings, especially ones
that were "UNAVAILABLE". The drive mappings themselves don't cause the
problem, but unavailable drive mappings do cause the problem.

To check this, at a DOS prompt, type: net use <enter> as follows:

C:\>net use
Status Local Remote Network
-------------------------------------------------------------------------------
OK G: \\has100\g Microsoft Windows Network
Unavailable U: \\slp\utils Microsoft Windows Network
Unavailable Z: \\has401\temp Microsoft Windows Network
The command completed successfully.

C:\>

Notice the Unavailable connections. Simply drop them with: (for example)

net use u: /d
net use z: /d



[quoted text, click to view]
RE: VS.Net 2003 hangs when trying to open/create a project Andreas Winter
11/29/2004 3:49:03 AM
Hi Herpin,

many many thanks, your presumption and solution were absolutely right. I'm
now able to enjoy again work with VS.Net 2003 - the freezes where to verving,
so that I refused to switch from Studio 6, until now.

Thanks for your great help,
Andreas.

[quoted text, click to view]
AddThis Social Bookmark Button