Visual Studio 2013 context menus slow only in web application project - visual-studio-2013

I recently upgraded from VS 2010 to VS 2013 for a new project. I'm finding that when right-clicking on a folder (but not an individual file) in my Web Application project, it takes about 2 seconds for the context-menu to load. The other dozen or so non-web projects in the solution do not have this performance problem. Additionally, within that slow context menu, if I click on the Add-> item to bring up the sub-menu to add a new view/class/whatever, that menu takes anywhere from 5-10 seconds appear. If from there I think choose something like "New Scaffolding Item", that dialog can take about 30 seconds to appear.
Others on my project do not seem to be having this issue, though they've got slightly better hardware and are running Windows 8 (vs me running Windows 7). I've tried disabling the visual experience elements as described here but it did not seem to have an effect. My system only seems to be using about 5GB of the 8GB available RAM, and my CPU Usage never goes above 30%. I've tried disabling ReSharper in case that was somehow causing the slowdown, but it had no effect on performance.
How can I fix this huge slowdown?
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.
Update: In a hope to fix this, I completely wiped my hard drive and updated to Windows 8. I also upgraded to 16GB of RAM. I then installed just enough software so that I could compile the project. I'm still getting the same slowdown. However, if I create a brand new Web Application, the context menus are speedy. Could something about the project itself cause a slowdown?

I am having the same issue as you. Old web projects are effecting and new web projects are ok.
What I found is I am using a lot of NuGet package in the project and local NuGet cache (C:\Users\xxx\AppData\Local\NuGet\Cache) is empty because this is new machine.
I recompile the whole solution. NuGet packages are caching in that folder. After compilation is successfully, problem solved.
I am not sure what is happening but this solve my problem. Strange thing is I need to recompile all solutions. Uncompiled solutions have this issue and after compile, this is gone.

We were struggling with the same issue from a long time. Right Click on a project or on the any folder inside project used to take at least 10 seconds for the menu to appear. The solution was quite simple.
Just get rid of all the broken references.
Please refer following image. Such broken references need to be removed.
Remove such references and try right click again, context menu will appear withing a fraction of seconds.
This worked for us.

If its happening for a single project means, you can try out the following
Delete .suo file in your project.
And then Restart the visual studio.
Try loading your project again.
This may provide you a fine solution.

Just to add to the possible solutions, I had the same problem.
BTW I am using VC-2013 Ultimate with R# and NCrunch.
Right clicking on any solution item took forever. I closed the solution and deleted the _ResharperXXX folder in the solution directory.
The problem was gone after I started the solution again.
This has happened a few times now and I have managed to fix it by doing the above every time.

Related

Visual Studio with Resharper. Code editing will not respond to keyboard after running Windows System Restore

I ran a windows system restore on my Windows 7 PC
Now when I open my visual studio solutions in VS2015 Update1 , when I type into the source code, no changes are accepted.
I can create new projects, and I can open the source files in notepad.
I have tried restarting the computer.
The problem disappears if I uninstall Resharper Ultimate 10, and re-appears if I reinstall it.
Visual Studio About shows
Microsoft Visual Studio Professional 2015
Version 14.0.24720.00 Update 1
Microsoft .NET Framework
Version 4.6.00081
Installed Version: Professional
Visual Basic 2015 00322-40000-00000-AA025
Microsoft Visual Basic 2015
Visual C# 2015 00322-40000-00000-AA025
Microsoft Visual C# 2015
Visual C++ 2015 00322-40000-00000-AA025
Microsoft Visual C++ 2015
Application Insights Tools for Visual Studio Package 1.0
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2015 (RC1 Update 1) 14.1.11120.0
ASP.NET and Web Tools 2015 (RC1 Update 1)
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
ASP.NET Web Frameworks and Tools 2013 5.2.30624.0
For additional information, visit http://www.asp.net/
Azure App Service Tools v2.7.1 14.0.11112.0
Azure App Service Tools v2.7.1
Common Azure Tools 1.5
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
CreateLayoutWizard 1.0
Create layout wizard.
DevExpress.DeploymentTool 1.0
A useful tool for deploying DevExpress assemblies.
DevExpress.ExpressApp.Design.DynamicPackage 1.0
DevExpress VSIX Package
DevExpress.ExpressApp.DesignPackage 1.0
DevExpress VSIX Package
DevExtreme.Design 15.2.4
DevExtreme Visual Studio integration package
JetBrains ReSharper Ultimate 10.0.2 Build 104.0.20151218.120627
JetBrains ReSharper Ultimate package for Microsoft Visual Studio. For more information about ReSharper Ultimate, visit http://www.jetbrains.com/resharper. Copyright © 2016 JetBrains, Inc.
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
NuGet Package Manager 3.3.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
Open Command Line 2.0.163
Opens a command line at the root of the project. Support for all consoles such as CMD, PowerShell, Bash etc.
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Data Tools 14.0.50616.0
Microsoft SQL Server Data Tools
TypeScript 1.7.6.0
TypeScript for Microsoft Visual Studio
XtraReports package 1.0
XtraReports package
Try deleting %LocalAppData%\JetBrains\Transient folder where R# stores caches for Shell and a solution.

Visual Studio regularly throwing exception

Visual Studio 2015 is regularly becoming odd.
Keys typed are appearing in semi-random orders, I'll sometimes have to press keys twice or more.
I think this seems to be around key words, rather than variable names or literals.
After about five minutes I'll get the error dialogue telling me that there was an exception that might be caused by an extension.
The entry in ActivityLog.xml is below:
<entry>
<record>762</record>
<time>2015/08/11 20:17:02.056</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.InvalidOperationException: IWpfTextView has not completed its layout.
at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.PerformLayout(ITextSnapshot newSnapshot, ITextSnapshot newVisualSnapshot, SnapshotPoint anchorPosition, Double verticalDistance, ViewRelativePosition relativeTo, Double effectiveViewportWidth, Double effectiveViewportHeight, Boolean preserveViewportTop, Nullable`1 cancel)
at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.DisplayTextLineContainingBufferPosition(SnapshotPoint bufferPosition, Double verticalDistance, ViewRelativePosition relativeTo, Nullable`1 viewportWidthOverride, Nullable`1 viewportHeightOverride)
at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.DisplayTextLineContainingBufferPosition(SnapshotPoint bufferPosition, Double verticalDistance, ViewRelativePosition relativeTo)
at Microsoft.VisualStudio.Text.InterTextAdornmentSupport.Implementation.InterLineAdornmentManager.PerformLayout(SnapshotPoint trackingPoint)
at Microsoft.VisualStudio.Text.InterTextAdornmentSupport.Implementation.InterLineAdornmentManager.OnBatchedTagsChanged(Object sender, BatchedTagsChangedEventArgs e)
at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)</description>
</entry>
What's going on? How can I fix or further diagnose this?
Details of Visual Studio
Microsoft Visual Studio Enterprise 2015
Version 14.0.23107.0 D14REL
Microsoft .NET Framework
Version 4.6.00081
Installed Version: Enterprise
Architecture and Modeling Tools 00322-80000-00000-AA490
Microsoft Architecture and Modeling Tools
UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.
Visual Basic 2015 00322-80000-00000-AA490
Microsoft Visual Basic 2015
Visual C# 2015 00322-80000-00000-AA490
Microsoft Visual C# 2015
Visual C++ 2015 00322-80000-00000-AA490
Microsoft Visual C++ 2015
Visual F# 2015 RC 00322-80000-00000-AA490
Microsoft Visual F# 2015 RC
Windows Phone SDK 8.0 - ENU 00322-80000-00000-AA490
Windows Phone SDK 8.0 - ENU
Application Insights Tools for Visual Studio Package 1.0
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 14.0.20626.0
ASP.NET and Web Tools
ASP.NET Web Frameworks and Tools 2013 5.2.30624.0
For additional information, visit http://www.asp.net/
Common Azure Tools 1.5
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
Developer Assistant 1.0
Developer Assistant puts millions of code snippets and code sample projects at your fingertips while you are coding in Visual Studio.
GenerateUnitTest 1.0
Generates unit test code for methods in classes under test.
JetBrains ReSharper Ultimate 2015.1.2 Build 102.0.20150721.105606
JetBrains ReSharper Ultimate package for Microsoft Visual Studio. For more information about ReSharper Ultimate, visit http://www.jetbrains.com/resharper. Copyright © 2015 JetBrains, Inc.
Microsoft Azure HDInsight HQL Service 2.0.1000.0
Language service for Hive query
Microsoft Azure HDInsight Tools for Visual Studio 2.0.1000.0
An integrated development environment for HDInsight application development.
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
Microsoft Azure Tools 2.6
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.6.30508.1601
Microsoft Code Digger 0.9
Microsoft Code Digger
Microsoft.Pex.VisualStudio 1.0
Pex
NCrunch
Continuous Testing Tool for .NET
Copyright © 2010-2015 Remco Software Ltd
NuGet Package Manager 3.0.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
OneCodeQuickLaunchPackage 1.0
Information about my package
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Data Tools 14.0.50717.0
Microsoft SQL Server Data Tools
Visual C++ for Cross Platform Mobile Development 1.0
Visual C++ for Cross Platform Mobile Development
Xamarin 3.11.450.0 (2ab5145)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.
Xamarin.Android 5.1.0.115 (d23da369e436488f38c8ab8fe8a9ae7d9ea5256b)
Visual Studio plugin to enable development for Xamarin.Android.
Xamarin.iOS 8.10.0.0 (7741cc495ab0baf04ff0405d0604bc27f0ecae2e)
Visual Studio extension to enable development for Xamarin.iOS.
Xamarin.iOS Unified Migration 1.0
Automated migration for Xamarin iOS Classic projects to Unified
Xamarin.TestCloud.Integration 1.0
Early preview of Xamarin Test Cloud integration
Update
Uninstalling NCrunch didn't solve anything
Uninstallong both NCrunch and Resharper 9 seems to have fixed it.
Reinstalling Resharper only seems to be OK.
I have reinstalled NCrunch after
I haven't tried reinstalling NCrunch yet a month and so far everything seems OK.
I've been having this issue just with Resharper (9.1.X).
I referenced this thread in my uninstall. I got an email from support to try some release candidates for 9.2. As long as 9.2 hasn't had an official release, it may be worth your time to try them if you are willing to take on a small risk.
https://confluence.jetbrains.com/display/ReSharper/ReSharper+9.2+EAP
I'm starting to try RC3, I'll come back to edit in my experience later. I figure it's probably better to get a possible solution up sooner rather than later, no matter what my experience with it dictates.
They just released Resharper 9.2. I'd see if installing that fixes the issue.
Alternatively, this answer helped solve the problem for me personally in case the new version doesn't solve the issues.
potential problem - NCrunch extension has some issues currently sometimes in VS 2015. It is not currently behaving properly for .NET 4.6 according to this blog: http://blog.ncrunch.net/post/License-Server-Introduced!-NCrunch-216-now-available.aspx

Cannot install Visual Studio 2013 update 5 (RTM); Tools for Apache Cordova

I am trying to install VS2013 update 5 but it will not install as it says it is blocked and I must "uninstall the older version of Visual Studio Tools for Apache Cordova (Multi Device Hybrid Apps) through Control Panel...".
I have uninstalled this as requested (though the new version - 14.0.50619.1 - that installs with VS2015 is still installed) but it still will not let me install and keeps repeating the message.
From Help/About...
Microsoft Visual Studio Premium 2013 Version 12.0.31101.00 Update 4
Microsoft .NET Framework Version 4.6.00081
Installed Version: Premium
LightSwitch for Visual Studio 2013 06191-004-0454001-02564 Microsoft
LightSwitch for Visual Studio 2013
Team Explorer for Visual Studio 2013 06191-004-0454001-02564
Microsoft Team Explorer for Visual Studio 2013
Visual Basic 2013 06191-004-0454001-02564 Microsoft Visual Basic
2013
Visual C# 2013 06191-004-0454001-02564 Microsoft Visual C# 2013
Visual C++ 2013 06191-004-0454001-02564 Microsoft Visual C++ 2013
Visual F# 2013 06191-004-0454001-02564 Microsoft Visual F# 2013
Visual Studio 2013 Code Analysis Spell Checker
06191-004-0454001-02564 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.
Windows Phone SDK 8.0 - ENU 06191-004-0454001-02564 Windows Phone
SDK 8.0 - ENU
.NET Reflector Visual Studio Extension 8.5.0.179 Integrates .NET
Reflector into Visual Studio to allow you to seamlessly debug into
third-party code and assemblies, even if you don't have the source
code for them.
Visit www.reflector.net for more information.
Copyright (c) 2009-2012 Red Gate Software Inc.
Application Insights Tools for Visual Studio Package 1.0 Application
Insights Tools for Visual Studio
ASP.NET and Web Tools 12.4.60425.0 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 Microsoft Azure Web Apps Web
publishing: Extensions for publishing ASP.NET web projects to hosting
providers, on-premises servers, or Microsoft 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.2.21010.0 For additional
information, visit http://www.asp.net/
Common Azure Tools 1.5 Provides common services for use by Azure
Mobile Services and Microsoft Azure Tools.
Devart dotConnect for Oracle 8.4.447.0 Devart dotConnect for Oracle
Copyright 2002 - 2015 Devart. All rights reserved. Web:
www.devart.com/dotconnect/oracle Support: support#devart.com
Devart Entity Developer 5.7.644.0 Devart Entity Developer Copyright
© 2008-2015 Devart. All rights reserved. Web:
www.devart.com/entitydeveloper Support: support#devart.com
File Nesting 2.1.2 Automatically nest files based on file name and
enables developers to nest and unnest any file manually
Microsoft Advertising SDK for Windows Phone Microsoft Advertising
SDK for Windows Phone Build
Microsoft Azure HDInsight HQL Service 2.0.2200.0 Language service
for Hive query
Microsoft Azure HDInsight Tools for Visual Studio 2.0.2200.0 An
integrated development environment for HDInsight application
development.
Microsoft Azure Mobile Services Tools 1.3 Microsoft Azure Mobile
Services Tools
Microsoft Azure Tools 2.6 Microsoft Azure Tools for Microsoft Visual
Studio 2013 - v2.6.30508.1601
Microsoft Azure Tools 2.4 Microsoft Azure Tools for Microsoft Visual
Studio 2013 - v2.4.20730.1601
Microsoft Azure Tools 2.7 Microsoft Azure Tools for Microsoft Visual
Studio 2013 - v2.7.30713.1601
Microsoft Azure Tools 2.5 Microsoft Azure Tools for Microsoft Visual
Studio 2013 - v2.5.21104.1601
Multilingual App Toolkit 3.1.1250.0 Multilingual App Toolkit helps
you localize your Windows Store app by providing file management,
pseudo and machine translation, translation editor, and build
integration. http://go.microsoft.com/fwlink?linkid=245767
NuGet Package Manager 2.8.50926.663 NuGet Package Manager in Visual
Studio. For more information about NuGet, visit
http://docs.nuget.org/.
Office Developer Tools for Visual Studio 2013 ENU 12.0.31105
Microsoft Office Developer Tools for Visual Studio 2013 ENU
Open Command Line 1.6 Opens a command line at the root of the
project. Support for all consoles such as CMD, PowerShell, Bash etc.
Oracle Developer Tools for Visual Studio 12.1.0.2.0 Oracle Developer
Tools for Visual Studio Copyright (c) 2005, 2014
PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio
extension to visualize aggregated summaries from the PreEmptive
Analytics product.
SQL Server Analysis Services Microsoft SQL Server Analysis Services
Designer Version 12.0.2000.8
SQL Server Data Tools 12.0.50512.0 Microsoft SQL Server Data Tools
SQL Server Integration Services Microsoft SQL Server Integration
Services Designer Version 12.0.2344.23
SQL Server Reporting Services Microsoft SQL Server Reporting
Services Designers Version 12.0.2344.23
Web Essentials 2013 2.6.0.0 Adds many useful features to Visual
Studio for web developers.
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.
Has anybody else seen this and is there a workaround?
Thanks
Can you try this -
Open RegEdit, find this key:
HKCU\Software\Microsoft\VisualStudio\12.0\JavaScriptLanguageService
Delete the MDD-specific value: “ReferenceGroups_MDD”.
Do not delete the “ReferenceGroups” value, or you may mess up your JSLS intelli-sense for non-MDD scenarios.
Deleting that ReferenceGroups_MDD value under the JSLS key should unblock the installation of any installers that are blocking because they (incorrectly) think that you still have the VS2013 Tools for Apache Cordova installed.
Note: If you upgrade to Update5, you will lose the ability to work with MDD projects until we release the next version of our tools that work on top of update5. We are in process of validating our next release for Update5 and will release it soon.
I am sorry that the uninstall of our tools (for Apache Cordova) is not working for you.
The command to uninstall a previous version of the tools has 2 different GUIDS in it.
"%ProgramData%\Package Cache\{f2f851cc-42a1-41f2-a2cd-a0e4627a60cb}\vs2013mda_0.1.exe" /uninstall /passive /force/burn.ignoredependencies={53d408db-eb91-43fb-9d8f-167681c19763};vsupdate_KB2829760
The first is the GUID of the Cordova package that you have installed on your machine that you want to uninstall. You can find the correct GUID to use by searching under %ProgramData%\Package Cache for vs2013mda_0.1.exe and find the GUID of the folder where it resides. Substitute the GUID you find on your machine for the first GUID in the command line script.
The second GUID in the command is the GUID of the package that is blocking the uninstall. There are a number of packages that will block the uninstall, and we have included a command for all of them but perhaps not with the right combination of MDD GUID that you have on your machine.
Here is a guide to which GUID you should use in the 2nd part of the command:
If you have VS 2013 Update 4 installed on your machine:
{53d408db-eb91-43fb-9d8f-167681c19763}
If you have VS 2013 Update 5 CTP1 installed on your machine:
{ee836379-0143-481a-97c9-d577d049e22a}
If you have VS 2013 Update 5 CTP2 installed on your machine:
{cf552a8c-484b-4e33-afe7-c81dfadb0cfc}
If none of these work for you still, you can find the correct GUID to use by looking in the uninstall log for the MDD tools. When you attempt to uninstall MDD tools via Add Remove Programs, it will create a log file in %Temp% called dd_mda_tools_YYYYMMDDNNNN.log. In that uninstall log there will be a line that looks something like this:
Detected related bundle: {53d408db-eb91-43fb-9d8f-167681c19763}, type: Dependent.
Chances are the GUID for the related bundle in your file will be different from the ones we have covered in the pre-constructed commands. You can substitute the dependent GUID that you find in your uninstall log for the GUID in the 2nd part of the command.
Let me know if this works or not.

Visual Sourcesafe in VS2013

I have Visual Studio 2013 and I have a number of projects in Visual Studio Online, but I still have some old projects that are in Visual Source Safe. It works fine on two pcs but we have a third that when you try to set you source control Visual Source Safe does not show up.
Doe anyone have any ideas on how to add Visual Source Safe to VS 2013 so it will show as a choice in the dropdown.
According to Microsoft support:
Visual Source Safe is no more is an active product and its no surprise
if the plugin is not available in Visual Studio 2013 as Microsoft
stopped supporting it long ago and its replaced by Team Foundation
Server. If you are still using Visual Source Safe, its recommended to
upgrade to Team Foundation Server.
You can use Team Foundation Server Express (up to 5 users) for free
and use the Visual SourceSafe Upgrade Tool to import your project
directly into TFS. Or buy a full server from $400 and up.
Alternatively, you can open a Visual Studio Online account (free for 5
users) and migrate your sources to the cloud. You can add additional
users for a monthly license fee.
If you are an MSDN subscriber or Microsoft Partner, your subscription
might actually include a full TFS license.
Source: https://social.msdn.microsoft.com/Forums/en-US/40136b63-96ab-4807-9599-ca80c3a7bb7a/how-to-open-visual-source-safe-in-visual-studio-2013-express?forum=tfsversioncontrol
Update : I've found that you have to install the VSS after VS2013 on your system. please reinstall it.

Visual Studio 2013 wont run as administrator

I'm trying to get Visual Studio 2013 running as an administrator, but I'm constantly getting errors. I've searched and tried solutions for other versions of VS, but those fixes didn't apply, so hopefully someone here can help.
When I try to run VS2013 as an admin, I an error saying that the application cannot start.
I saw a few articles talking about copying and registering dte*.olb files, but they were for previous versions of VS. I copied one of the files over and registered it and I can now get past the original error, but I can't compile any application - including any default template workspaces. Before I went too crazy and potentially made things worse, I wanted to ask here.
If I don't get the "application cannot start" message, I get this message when I try to compile anything:
---------------------------
Microsoft Visual Studio
---------------------------
Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))
---------------------------
OK
---------------------------
The problem is that that error code doesn't tell me what library wont load.
The output window says:
Error occurred while restoring NuGet packages: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))
1>------ Build started: Project: WcfService1, Configuration: Debug Any CPU ------
1> WcfService1 -> C:\Users\David\Documents\Visual Studio 2013\Projects\WcfService1\WcfService1\bin\WcfService1.dll
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
I tried uninstalling and reinstalling NuGet with no change in the behavior.
And if I go to the project properties, I can't see the Web, Package/Publish Web, or Code Analysis Tabs.
Does anyone have any idea how to fix this?
This is on Windows 8.1 Pro. My exact VS configuration is below.
Microsoft Visual Studio Professional 2013
Version 12.0.30110.00 Update 1
Microsoft .NET Framework
Version 4.5.51641
Installed Version: Professional
LightSwitch for Visual Studio 2013 06177-004-0444002-02105
Microsoft LightSwitch for Visual Studio 2013
Microsoft Office Developer Tools - Update 1 for Visual Studio 2013 ENU 06177-004-0444002-02105
Microsoft Office Developer Tools - Update 1 for Visual Studio 2013 ENU
Team Explorer for Visual Studio 2013 06177-004-0444002-02105
Microsoft Team Explorer for Visual Studio 2013
Visual Basic 2013 06177-004-0444002-02105
Microsoft Visual Basic 2013
Visual C# 2013 06177-004-0444002-02105
Microsoft Visual C# 2013
Visual C++ 2013 06177-004-0444002-02105
Microsoft Visual C++ 2013
Visual F# 2013 06177-004-0444002-02105
Microsoft Visual F# 2013
Visual Studio 2013 Code Analysis Spell Checker 06177-004-0444002-02105
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.
Windows Phone SDK 8.0 - ENU 06177-004-0444002-02105
Windows Phone SDK 8.0 - ENU
ASP.NET and Web Tools 2013.1.41009
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.0.11213.0
For additional information, visit http://www.asp.net/
Common Azure Tools 1.0
Provides common services for use by Azure Mobile Services and Windows Azure Tools.
JetBrains ReSharper 8.1 Full Edition build 8.1.23.546 on 2013-12-12T07:30:52
JetBrains ReSharper 8.1 package for Microsoft Visual Studio. For more information about ReSharper, visit http://www.jetbrains.com/resharper/. Copyright © 2003–2014 JetBrains, Inc.
Microsoft Advertising SDK for Windows Phone
Microsoft Advertising SDK for Windows Phone
Build
NuGet Package Manager 2.8.50126.477
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
Visual Studio Spell Checker VSSpellChecker
An editor extension that checks the spelling of comments, strings, and plain text as you type.
Windows Azure Mobile Services Tools 1.0
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 for Microsoft Visual Studio 2013 - v2.2.11003.1601
Workflow Manager Tools 1.0 1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.
And I'll go with the saddest answer of all time: Have you tried a full uninstall, reboot and re-install of Visual Studio?
This will also help if the issue is as a result of an add-in or similar.
I had a lot of issues with a clean install of VS2013 on win7 (projects not loading, crashes etc). A re-install sadly was the only thing that helped. This is poor advice I know but still sometimes one of the best fixes to some VS ills.
[EDIT]
I am no fan of fixing up failed installs unless it breaks the same every time.
Refer Connect Article (For VS2012 but same issue).
This Stack Overflow question may help with the crashes. The question is for VS2008 but it looks identical. Try and reset your fonts as suggested. (I think running Devenv /ResetSettings at a minimum is not a bad idea)
I do recommend to disable Resharper. From time to time I meet a VS solution which I can't open in VS2013 with enabled ReSharper.
Tools->Options->Resharper->Suspend Now
It will be difficult to help without some information such as
- Event log for the error
- Further details of the error message ("Application cannot start" is a bit vague)
Have you rebooted since installing ?
Have you updated via windows update yet ?
Did you install it to its usual path or somewhere else ?
Did you install it as admin or under a user account ?
If its work pc is it installed locally or under a roaming profile ?
No problems on my surface pro or desktop running it as admin or standard user
but it is installed locally and was installed under my developer account but works under all accounts (test ,dev,admin, user etc)
Based on the information provided, I believe there is an issue with Microsoft Office Developer Tools specifically Outlook related.
Fix 1:
Checking your Office directory for msoutl.olb. If it is there, try running 'regtlib msoutl.olb'. You should have regtlib on your machine is part of your Visual Studio install, I believe. Anyway, reregistering the typelib will rewrite all of the necessary keys to the registry. You will need administrative privileges for this operation.
Fix 2:
Try running a program that came with Outlook - C:\Program Files\Common Files\System\MSMAPI\1033\Scanpst.exe
For more information please see this site - Click Here
Fix 3:
Try uninstalling Office Developer Tools and see if the problem persists.
Fix 4:
The other possibility is that msoutl.olb itself is corrupt, in which case reinstalling Outlook should fix the problem.
This could be windows 8 acting up. Saying that, insure that your OS is updated, new patches to fix broken stuff should be regular, i suspect a lot of broken things.
Insure that you have the correct .net framework installed and re-install it if necessary. I am not too familiar with Windows 8, i had 3 months of an unpleasant experience with it, but try to see if you can change the compatibility mode by right clicking on the .exe file.
i doubt my response would be any better than others but i felt like contributing and since no one mentioned either checking the .net framework or the compatability..
best of luck!
also i did a small bit of research into TYPE_E_cantloadlibrary and found this link, maybe you should check it out
http://social.msdn.microsoft.com/Forums/en-US/ac50fa41-8d47-4fa9-81a3-914f262676af/0x80029c4a-typeecantloadlibrary?forum=vsto
Try this:
right click devenv.exe
troubleshoot compatibility
Troubleshoot program
This program requires addition permission
Next
Test the program
Next
Yes, save these settings for this program.
This will make VS run as administrator from now on.
I ran into the exact same problem. My issue was that the 'Start Page' was fowled up.
I've edited the following:
> Tools > Options > Startup
Choose 'Show empty environment' in the 'At startup' pulldown
This fixed all my problems and can run as Administrator again.

Resources