Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
OS: Windows 8 Pro (x64)
App: Visual Studio 2012

OK, I have a very strange issue here. I have installed Visual studio 2008, 2010, and 2012. Everything was fine with each and everyone of them. But right after I've updated them via Windows Update, Visual Studio 2012 started to become very slow to debug, and when I do debug it creates folders with names of what looks like references such as System.Drawing. And there is many of them. I do not have a problem with the folders being there (well maybe a bit) but the real issue here is the extremely slow debug time. 10-20 seconds on a fresh new project with no code or objects on the form. Where its normally less than a second.

Here is a screenshot of what I have in every project folder:

http://i719.photobucket.com/albums/ww199/Pk_King_X11/VS2012Bug_zpsd6841dea.png[^]

Normally I google the hell out of Google until I find the answer to my problem, but it seems that no one else is having this weird issue :(
Posted
Updated 9-Jan-13 5:21am
v4
Comments
Sergey Alexandrovich Kryukov 9-Jan-13 9:41am    
Well, what did you change? Tried to reinstall Visual Studio completely? I would recommend that. Did you install some extra product, such as .NET source code (Microsoft provides it, for debug purposes, with debug information). If you did, either remove it or happily use it. :-)
—SA
Rokas Gustys 9-Jan-13 11:15am    
Hi, no I did not install anything. I had a cleanly installed Windows 8 Pro with nothing on it and simply installed VS2008, 2010, and 2012 all in order. Then after that I have updated them using Windows Update. And that's where the problem started occurring (VS2012 only). And yes I have tried clean re-installing, but same problem.

And who rated my question 1 star? :( I just want some help, I don't know what is going on.
Sergey Alexandrovich Kryukov 9-Jan-13 11:47am    
Before you try to uninstall, there is nothing much to discuss. Try it. I just don't know...
—SA
Rokas Gustys 9-Jan-13 12:27pm    
As I said, I did re-install it twice now and still nothing. Same problem :(
Sergey Alexandrovich Kryukov 9-Jan-13 13:46pm    
Is something else installed, which might be related? Too bad I cannot see your system...
—SA

1 solution

It's not creating folders. For some reason, on your system you have associated the .pdb extension (which is a symbols database file for debugging) with a folder icon.
 
Share this answer
 
Comments
Rokas Gustys 9-Jan-13 9:19am    
No, they are actual folders, I can access them. For example in the folder 'Microsoft.VisualBasic.pdb' I get another folder inside called 'CCAE9564F0074512AAB07042A8993A211' and inside that folder I get a file 'Microsoft.VisualBasic.pdb'.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900