Debugging Visual Studio Template/Extension throws NotInstalledException - visual-studio

Running Visual Studio 2013, I'm trying to debug a Visual Studio project template, as well as a visual studio extension. I've followed the instructions given here, but when the new instance of Visual Studio launches, I get:
Microsoft.VisualStudio.ExtensionManager.NotInstalledException was
unhandled Message: An unhandled exception of type
'Microsoft.VisualStudio.ExtensionManager.NotInstalledException'
occurred in mscorlib.dll
I've tried disabling all Visual Studio Extensions (that can be) - that didn't help.

Related

Visual Studio 2019 wont start - could not start visual studio due to an error. System.Configuration.ConfigurationErrorsException

Yesterday after work, I closed Visual studio. Since then I am unable to start it again.
I am using Visual Studio 2019 Enterprise v16.8.3.
I tried
Changing the config file.
Deleting VisualStudio AppData
Repairing VS from VS installer
Reinstalling VS
Repairing .Net Framework
Running VS in Safe Mode
I am always getting the same results.
I get a dialog with title: Microsoft Visual Studio
and text: Could not start visual studio due to an error. System.Configuration.ConfigurationErrorsException:Configuration system failed to initialize
InnerException -
System.Configuration.ConfigurationErrorsException:unrecognized configuration section startup.
(C:\Users\tomig\AppData\Local\Microsoft\VisualStudio\16.0_ed2a0239\devenv.exe.config line 13)
After clicking Ok, There is one more dialog with title: Hidden Window:devenv.exe - Application Error
And text: The exception unknown software exception (0x0434352) occured in the application at location 0x00000000775546D2.
Can someone help me to make Visual Studio work again?System.Configuration.ConfigurationErrorsException
Hidden Window:devenv.exe - Application Error
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
Full devenv.exe.config

Runtime error when rebuild visual studio 2013 project with visual studio 2015

I have a C++ project,run fine when using visual studio 2013.
When use visual studio 2015, project is still build fine, but when running error: "the application was unable to start correctly 0xc00007b".
I know this is a very general question, any ideas? What should i check?

error 0xe0434352 while opening visual studio 2013 ultimate ( microsoft.alm.shared.remoting.remotecontainer.dll)

getting this error everytime i open visual studio 2013 ultimate and after that IIS express doesnot work.
Screenshot is as below,
file is located at - C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Alm.Shared.Remoting.RemoteContainer\v4.0_12.0.0.0__b03f5f7f11d50a3a

Visual Studio 2013 crashing when opening debug tab

Visual Studio 2013 Professional crashes when I try to open the Debug tab in the properties panel of a Windows Phone 8 project. No error given only "Microsoft Visual Studio 2013 has stopped working". Attached Visual Studio as a debugger and got the following error:
An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.SmartDevice.ProjectSystem.Base.dll
I'm running Visual Studio as an Administrator
I have the same problem with a very weird behavior. The first time I create a WP8 project in VS2013 I have all the options for emulators, the designer, the devices and even the debug tab of the project working fine. All the markup of the mainpage.xaml is ok. If I close and reopen a new instance of the project in visual studio 2013, everything start having problems: I can not open the debug tab, the emulators optios are gone, the device windows appear in read only mode, The markup of the xaml says an "Invalid Markup" and got errors like:
The name "PhoneApplicationPage" does not exist in the namespace "clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone".
BUT: It compiles and run in the emulator.
I also DO have all the Xamarin tools installed. It seems I am not getting this errors in Visual Studio 2012.
SOLUTION: From Xamarin Studio check for update and install the android SDK 4.10.2 and GTK# (2.12.0.0). At the time of this writing you have to subscribe to the BETA Channel to get this update. After installation you DONT have to delete de .suo file of the project and everything looks fine again in Visual Studio 2013

Error while creating new project on Visual Studio

I have installed Visual Studio 2010 successfully. Whenever I try to create a new project from Visual Studio I am getting error. Please check this screenshot.

Resources