asp.net mvc - Visual Studio 2013 freezes on context menu Add -


i've moved solution vs2012 2013 (the solution has 21 different projects).

the problem have context menu solution explorer asp mvc project, after right click on folder when hover on add submenu vs freezes 30 seconds or so.

the same thing happens when right click service references folder in project (when right click, not when hover on something). i've tried:

  1. clearing nuget cache see this
  2. stating in safe mode(this solves problem still don't know what's causing it)
  3. blank mvc project, different project in same solution(no problems here)
  4. disabling extensions can(like web essentials)
  5. restarting pc (no effect)
  6. disabling 'automatically adjust visual experienced based...' tools -> options -> environment -> general
  7. deleting .suo files

this have installed

microsoft visual studio professional 2013 version 12.0.31101.00 update 4 microsoft .net framework version 4.5.51641  installed version: professional  team explorer visual studio 2013   06177-004-0446025-02893 microsoft team explorer visual studio 2013  visual basic 2013   06177-004-0446025-02893 microsoft visual basic 2013  visual c# 2013   06177-004-0446025-02893 microsoft visual c# 2013  visual c++ 2013   06177-004-0446025-02893 microsoft visual c++ 2013  visual f# 2013   06177-004-0446025-02893 microsoft visual f# 2013  visual studio 2013 code analysis spell checker   06177-004-0446025-02893 microsoft® visual studio® 2013 code analysis spell checker  portions of international correctspell™ spelling correction system © 1993 lernout & hauspie speech products n.v. rights reserved.  american heritage® dictionary of english language, third edition copyright © 1992 houghton mifflin company. electronic version licensed lernout & hauspie speech products n.v. rights reserved.  ankhsvn - subversion support visual studio   2.5.12582.28 ankhsvn - subversion support visual studio 2.5.12582.28   * ankh.package 2.5.12582.28  * subversion 1.8.11 via sharpsvn 1.8011.3473.77  sharpsvn linked to: apr 1.5.1, apr-util 1.5.4, cyrus sasl 2.1.25, expat 2.1.0, openssl 1.0.1l 15 jan 2015, serf 1.3.8, sqlite 3.7.17, subversion 1.8.11-sharpsvn-1.8.11, zlib 1.2.8 sharpsvn optionally linked to: berkeley db 4.4.20, sharpplink 1.8011.3473.77  asp.net , web tools   12.4.51016.0 microsoft web developer tools contains following components: support creating , opening asp.net web projects browser link: communication channel between visual studio , browsers editor extensions html, css, , javascript page inspector: inspection tool asp.net web projects scaffolding: framework building , running code generators server explorer extensions microsoft azure websites web publishing: extensions publishing asp.net web projects hosting providers, on-premises servers, or microsoft azure  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.2.21010.0 additional information, visit http://www.asp.net/  crystal reports .net framework    crystal reports .net framework   nuget package manager   2.8.60318.734 nuget package manager in visual studio. more information nuget, visit http://docs.nuget.org/.  oracle developer tools visual studio   12.1.0.2.0 oracle developer tools visual studio copyright (c) 2005, 2014  preemptive analytics visualizer   1.2 microsoft visual studio extension visualize aggregated summaries preemptive analytics product.  sql server data tools   12.0.41012.0 microsoft sql server data tools 

any appreciated

so after few hours going through .csproj file i've managed figure out. referenced .dll file causing problem.

if encounter problem suggest going there references folder , deleting them 1 one until visual studio starts responding in real time, think should start 3rd party assemblies first.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -