.net - Visual Studio 2010 - After build performance issue (application start takes ages) -


prologue

two days ago installed few obfuscators. setup process of eazfuscator took while , said optimizing , [something else]. seemed bit weird me, remembered step.

because eazfuscator didn't work me decided uninstall it. did try program, dragging solution eazfuscator-window.

anyway, after installing few obfuscators , try-outs decided not use of them.

so, while not using obfuscators...

if compile wpf application (.net 4.0 client profile) no build errors or whatsoever. when building done, start-up of application takes ages! 23 seconds while 2 or 3 before...

this morning tried solution on vs2010 installation (another computer) , fast before!!

what did far

  • in meanwhile reinstalled complete .net 4 framework (full , client) no success
  • application still readable via ildasm
  • code analyzers/optimizers nothing weird

so, any hints settings (or so) highly appreciated!

edit : solution

thanks suggestion of mr dissapointment got vs2010 working should! use devenv /resetsettings fix visual studio issues cannot explained...?

just hunch, think have tried looking far down line: think 1 or more of programs have integrated, in sense (even loosely) visual studio application - might want concentrate efforts there.

perhaps last resort, if nobody provides other working you, might consider restoring vs "factory state" - might - using following command:

devenv /resetsettings 

posting solution made in comments sake of data integrity


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -