Visual Studio 2013 Slow IDE Responsiveness -


for unknow reason, visual studio 2013's ide seems less responsive. should snapping considering i'm running on high end pc lots of ram. happens when not debugging web application.

when click on menus, there's noticable delay before responds , there's no highlighting of menu. clicking on html text or items in solution explorer slow. there's pause cursor stuck on text selection state.

here's configuration screen:

version 12.0.30324.00 update 2 rc microsoft .net framework version 4.5.50938

installed version: ultimate

architecture , modeling tools microsoft architecture , modeling tools uml® , unified modeling language™ trademarks or registered trademarks of object management group, inc. in united states , other countries.

lightswitch visual studio 2013 microsoft lightswitch visual studio 2013

microsoft office developer tools - update 1 visual studio 2013 enu microsoft office developer tools - update 1 visual studio 2013 enu

team explorer visual studio 2013 microsoft team explorer visual studio 2013

visual basic 2013 microsoft visual basic 2013

visual c# 2013 microsoft visual c# 2013

visual c++ 2013 microsoft visual c++ 2013

visual f# 2013 microsoft visual f# 2013

visual studio 2013 code analysis spell checker microsoft® visual studio® 2013 code analysis spell checker

portions of international correctspell™ spelling correction system © 1993 lernout & hauspie speech products n.v. rights reserved.

the american heritage® dictionary of english language, third edition copyright © 1992 houghton mifflin company. electronic version licensed lernout & hauspie speech products n.v. rights reserved.

asp.net , web tools 2013.2.50314

asp.net web frameworks , tools 2012.2 4.1.21001.0 additional information, visit http://go.microsoft.com/fwlink/?linkid=309563

asp.net web frameworks , tools 2013 5.1.20303.0 additional information, visit http://www.asp.net/

common azure tools 1.1 provides common services use azure mobile services , windows azure tools.

entity framework power tools 1.0 adds useful design-time dbcontext features visual studio solution explorer context menu.

jetbrains resharper 8.2 full edition build 8.2.0.2160 on 2014-03-20t23:53:08 jetbrains resharper 8.2 package microsoft visual studio. more information resharper, visit http://www.jetbrains.com/resharper/. copyright © 2003–2014 jetbrains, inc.

mysql visual studio 1.1.3 data design , management tools mysql. copyright © 2007-2013 oracle, inc.

nuget package manager 2.8.50313.46 nuget package manager in visual studio. more information nuget, visit http://docs.nuget.org/.

preemptive analytics visualizer 1.2 microsoft visual studio extension visualize aggregated summaries preemptive analytics product.

sql server data tools 12.0.40403.0 microsoft sql server data tools

web essentials 2013 1.0 adds many useful features visual studio web developers.

windows azure mobile services tools 1.1 windows azure mobile services tools

windows azure remote debugging 1.0 windows azure remote debugging community technology preview

windows azure tools 2.2 windows azure tools microsoft visual studio 2013 - v2.2.11003.1601

windows phone 8.1 sdk integration 1.0 package integrates tools windows phone 8.1 sdk menus , controls of visual studio.

workflow manager tools 1.0 1.0 package contains necessary visual studio integration components workflow manager.

xsd2code more information , see website @ http://www.codeplex.com/xsd2code copyright (c) pascal cabanel 2009 inc.

can here culprit? fyi, removed visual experience stuff , didn't help.

update: there's error message appears in activitylog.xml:

1203 error system.notimplementedexception: method or operation not implemented. @ microsoft.visualstudio.editor.implementation.secondaryvstextbufferadapter.microsoft.visualstudio.shell.interop.ipersistfileformat.getcurfile(string& ppszfilename, uint32& pnformatindex) @ madskristensen.editorextensions.ivsextensions.getfilename(ipropertyowner owner) @ madskristensen.editorextensions.css.unusedcsstagger.gettags(normalizedsnapshotspancollection spans) @ microsoft.visualstudio.text.tagging.implementation.tagaggregator1.<gettagsforbuffer>d__5.movenext() editor or editor extension 2014/04/15 12:35:42.788 1204 error system.notimplementedexception: method or operation not implemented. @ microsoft.visualstudio.editor.implementation.secondaryvstextbufferadapter.microsoft.visualstudio.shell.interop.ipersistfileformat.getcurfile(string& ppszfilename, uint32& pnformatindex) @ madskristensen.editorextensions.ivsextensions.getfilename(ipropertyowner owner) @ madskristensen.editorextensions.css.unusedcsstagger.gettags(normalizedsnapshotspancollection spans) @ microsoft.visualstudio.text.tagging.implementation.tagaggregator1.d__5.movenext() editor or editor extension 2014/04/15 12:35:42.940

the madskristen.editorextensions namespace part of web essentials 2013 extension.

more information: https://github.com/madskristensen/webessentials2013/issues/863

you can fix error waiting next update or updating night build: http://vswebessentials.com/download#nightly


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -