Visual Studio 2013上下文菜单仅在Web应用程序项目中缓慢

时间:2014-07-09 14:48:23

标签: visual-studio-2013

我最近从VS 2010升级到VS 2013以获得新项目。我发现在我的Web应用程序项目中右键单击文件夹(但不是单个文件)时,加载上下文菜单大约需要2秒钟。解决方案中的其他十几个非Web项目没有此性能问题。另外,在那个慢的上下文菜单中,如果我点击Add->项目调出子菜单添加新的视图/类/任何,该菜单需要5-10秒出现。如果从那里我想选择类似“New Scaffolding Item”的东西,该对话框可能需要大约30秒才能出现。

我的项目中的其他人似乎没有遇到这个问题,尽管他们的硬件稍微好一点并运行Windows 8(与我运行Windows 7相比)。我已经尝试禁用here所描述的视觉体验元素,但它似乎没有效果。我的系统似乎只使用了大约5GB的8GB可用内存,而我的CPU使用率从未超过30%。我已经尝试过禁用ReSharper以防万一导致速度减慢,但它对性能没有影响。

如何解决这个巨大的减速问题?

Microsoft Visual Studio Premium 2013
Version 12.0.30501.00 Update 2
Microsoft .NET Framework
Version 4.5.50938

Installed Version: Premium

LightSwitch for Visual Studio 2013   06191-004-0454001-02932
Microsoft LightSwitch for Visual Studio 2013

Office Developer Tools - May 2014 Update ENU   06191-004-0454001-02932
Microsoft Office Developer Tools for Visual Studio 2013 - May 2014 Update ENU

Team Explorer for Visual Studio 2013   06191-004-0454001-02932
Microsoft Team Explorer for Visual Studio 2013

Visual Basic 2013   06191-004-0454001-02932
Microsoft Visual Basic 2013

Visual C# 2013   06191-004-0454001-02932
Microsoft Visual C# 2013

Visual C++ 2013   06191-004-0454001-02932
Microsoft Visual C++ 2013

Visual F# 2013   06191-004-0454001-02932
Microsoft Visual F# 2013

Visual Studio 2013 Code Analysis Spell Checker   06191-004-0454001-02932
Microsoft® Visual Studio® 2013 Code Analysis Spell Checker

Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.

ASP.NET and Web Tools   2013.2.50425
Microsoft Web Developer Tools contains the following components:
Support for creating and opening ASP.NET web projects
Browser Link: A communication channel between Visual Studio and browsers
Editor extensions for HTML, CSS, and JavaScript
Page Inspector: Inspection tool for ASP.NET web projects
Scaffolding: A framework for building and running code generators
Server Explorer extensions for Windows Azure Web Sites
Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure

ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013   5.1.20409.0
For additional information, visit http://www.asp.net/

Common Azure Tools   1.1
Provides common services for use by Azure Mobile Services and Windows Azure Tools.

JetBrains ReSharper 8.2.1   C# Edition build 8.2.1000.4556 on 2014-05-19T16:12:38
JetBrains ReSharper 8.2.1 package for Microsoft Visual Studio. For more information about ReSharper, visit http://www.jetbrains.com/resharper/. Copyright © 2003–2014 JetBrains, Inc.

NuGet Package Manager   2.8.50313.46
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools   12.0.30919.1
Microsoft SQL Server Data Tools

TechTalk SpecFlow   1.9.3
TechTalk SpecFlow - Binding business requirements to .NET code, http://www.specflow.org
Copyright © 2009–2013 TechTalk

Windows Azure Mobile Services Tools   1.1
Windows Azure Mobile Services Tools

Windows Azure Tools   2.3
Windows Azure Tools for Microsoft Visual Studio 2013 - v2.3.20320.1602

Windows Phone 8.1 SDK Integration   1.0
This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio.

Workflow Manager Tools 1.0   1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.

更新为了解决这个问题,我完全擦除了我的硬盘并更新到Windows 8.我还升级到了16GB的RAM。然后我安装了足够的软件,以便我可以编译项目。我仍然得到同样的减速。但是,如果我创建一个全新的Web应用程序,上下文菜单会很快。关于项目本身的某些事情会导致经济放缓吗?

4 个答案:

答案 0 :(得分:3)

我和你有同样的问题。旧的Web项目正在生效,新的Web项目也可以。

我发现我在项目中使用了很多NuGet包,本地NuGet缓存( C:\ Users \ xxx \ AppData \ Local \ NuGet \ Cache )为空,因为这是新机器。

我重新编译整个解决方案。 NuGet包正在该文件夹中缓存。编译成功后,问题解决了。

我不确定发生了什么,但这解决了我的问题。奇怪的是我需要重新编译所有解决方案。未编译的解决方案存在这个问题,在编译之后,这已经消失了。

答案 1 :(得分:3)

我们长期以来一直在努力解决同样的问题。右键单击项目或项目内的任何文件夹,用于显示菜单至少需要10秒钟。解决方案非常简单。

  

摆脱所有破坏的引用。

请参考下图。需要删除此类损坏的引用。

enter image description here

删除此类引用并再次尝试右键单击,上下文菜单将显示几秒钟。

这对我们有用。

答案 2 :(得分:1)

如果单个项目发生,则可以尝试以下

  1. 删除项目中的 .suo 文件。
  2. 然后重新启动视觉工作室。
  3. 再次尝试加载项目。
  4. 这可能为您提供一个很好的解决方案。

答案 3 :(得分:0)

只是为了增加可能的解决方案,我遇到了同样的问题。

BTW我正在使用VC-2013 Ultimate与R#和NCrunch。

右键点击任何解决方案项目都是永远的。我关闭了解决方案并删除了解决方案目录中的_ResharperXXX文件夹。

我再次启动解决方案后,问题就消失了。

现在已经发生了几次,我已经设法通过每次都做到这一点来解决它。