Hello,
Here is the problem : At home VS 2012 is SLOW as a snail when debugging and my pc specs are as follows
8 core AMD fx-9150 @ 3.6 Ghz , 16gb DDR3 ram, Samsung 840 SSD 120gb.
However , at work i don't have this problem , again VS 2012, pc specs : i7 (don't remember the exact model at the moment )
, 8 gb ddr3 ram , A-data SSD 120gb.
On both of them i do mostly asp.net mvc development the difference is , the project @ work is quite larger than the one at home 20 proj in 1 solution vs 3 proj in 1 solution , and yet , it's so slow that it's really annoying. And this is only when debugging.
update: found out that it might be because of loading symols issues , tried few things , but nothing helped
Update 2 : also mvc app is slow at responding when debugger is on (f5) and its super fast when i use it without debuger (ctrl+f5) that also a big pain :/
Any ideas ?