loading - VS 2008: Solution opening very slow (but varies) -


weare experiencing slow opening times of solutions in source control explorer. using: tfs 2008 visual studio 2008 sp 1.

on freshly installed machine loadings pretty okay (~2mins, large solution).

after 2 days, while not installing more increased 12 mins. suspect caused update vs, ie or sql server management. windows updates installed in time.

opening time went 20 minutes, other developers experiencing times greater hour.

i tried lot of options (disabling intellisense, deleting .suo example , settings in ie(checking certificates).

i tried again after few hours of searching without changing anything, took 2 minutes again. tried few times, less 2 minutes. locked system, went away time, came back, time open greater 8 minutes again...

i analyzed vs behaviour built-in log (it has gap between functions)

<entry> <record>75</record> <time>2014/03/24 08:20:14.743</time> <type>information</type> <source>microsoft visual studio</source> <description>end package load [windows forms designer resources package]</description> <guid>{7b5d447b-0b12-41ea-a84e-c822034422d4}</guid> <record>76</record> <time>2014/03/24 08:35:19.585</time> <type>information</type> <source>microsoft visual studio</source> <description>entering function cvspackageinfo::hrinstantiatepackage</description> <guid>{c9dd4a57-47fb-11d2-83e7-00c04f9902c1}</guid> 

in procmon can see lot of file read/query/close going on during gap, each file @ least ten times.

while doing procmon log during fast opening, there werent less file or registry operations. example file operation comparison slow vs fast: total events: 19235 vs 17419 file time: 35.230 vs 6.229 (not sure procmons unit here)

but in procmon log of fast solution opening there arent less operations (~88% of slow run) while displayed time in fast run ~10% of slow run..

any suggestions have caused short window of fast loading times , how solve problem?

this microsoft article fixed problem.

we using supplied command in bat, run on schedule.

this time answer. :p


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -