Visual Studio Express 2013 wont start after new installation - visual-studio-2013

Im working on Windows 8.1 OS and today i downloaded Visual Studio Express 2013 from here.
The installation took round about 20 minutes. After it was installed i pressed the launch
button but nothing happended. So i pressed Windows + q and searched for Express 2013. The
computer found the correct programm. i pressed on the icon to start it and got an error message:
C:\Program Files (x86)\Micorosoft Visual Studio 12.0\Common7\IDE\VSWinExpress.exe
The application has failed to start because the side-by-side configuration is incorrect.
Please see the application event log for more details.
I tried to figure out what the problem is but i didnt get it running. i tried to repair the installation, i tried a restart, i tried to deinstall everything, restart and install it again.
I cant start it, always that error message.
It was a clean new installation.... how can that even be...
EDIT:
From the Event-Log i found out that the system cant find debuggerproxy.dll. Where can
i get it and where does it have to be and why does a new installation of visual studio express 2013 does not deliver this dll?

Related

unable to uninstall/repare/modify visual studio 2013 getting vs2013 has stopped working error

Today i am trying to uninstall visual studio 2013 on my windows 7 PC when ever i click on change option in programs and features it goes to visual studio stopped working error window i even tried with the setup file as well its same with that as well tried the total uninstaller mentioned # https://msdn.microsoft.com/en-us/library/mt720585.aspx Still no luck
tried Revo Uninstaller as well its of no use
I tried disabling .Net Framework 3.5 no go uninstalled 4.5 no go re enabled 3.5 no go
So now i want to uninstall the VS2013 but have no idea how to do it
any help would be appreciated
Try to download this tool TotalUninstaller.zip from here.
Perform these steps to complete uninstall Visual Studio:
Extract .zip file
Open an administrator command prompt
Execute Setup.ForcedUninstall.exe
Type 'Y' to uninstall

Visual Studio Remote Debugger Failed to Start

I recently installed Visual Studio 2017 on my laptop (running Windows 10). I have a C++ project using the OpenCV and Eigen libraries, and it seems to compile correctly, but when I try to run the Local Windows Debugger, I get an error message that says:
Visual Studio Remote Debugger (MSVSMON.EXE) failed to start. If this problem persists, please repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel
I ran the Repair tool it suggested, with no luck. I also checked for a solution online, and came across a support page (Link). I tried turning off my anti-virus and firewall as per the suggestions on the support page, but that didn't get rid of the error message. My laptop is brand new, and I just installed Visual Studio and the Remote Debugger, so I don't think it would be the case that the version of the Remote Debugger doesn't match with that of Visual Studio. All of the other suggestions are for people doing remote debugging, but I'm doing a local debug.
Any help/suggestions on resolving this issue would be appreciated.
Firstly close the Visual Studio.
Goto AppData\Local\Microsoft\VisualStudio and select version (Ex: VS 2015 has 14.0 folder).
Then delete ComponentModelCache folder.
Start the Visual Studio.
Find what's preventing msvsmon.exe from running.
I encountered this error in Visual Studio 2019 while trying to start debugging a .net 5 console application. I tried to run C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Remote Debugger\x64\msvsmon.exe and found that User Access Control dialog opens and is asking to run it as an administrator. So two solutions were possible for me, either run VS2019 as Administrator or remove the Run this program as an administrator setting for msvsmon.exe.

"Attach to process" in Visual Studio 2015 Update2/Windows 10

I have just installed Visual Studio 2015 Update 2 on my Windows 10 machine (both x64 versions) and I am having hard time getting the debugger to work. When I try to attach to any process via Debug menu, I keep on getting:
I have tried reinstalling, repairing Visual studio few times always get the same error. Even running a basic hello world console application gives the same error.
When trying to run a web application using the IIS Web Express 8/10.
Even though I am absolutely sure that the message of corrupt installation is misleading, but I even have tried repairing visual studio from control panel and nothing seems to work. I dont even get any error logged anywhere which is keeping me stumped for last 1 day. This is what my VS installation looks like:
I am running the visual studio as administrator. I am pretty sure this is not a windows error as I tried installing VS2012 and debugging works in it.
Any ideas?

Visual studio 2013 installation issue: not running installer

I'm struggling on an installation problem with visual studio ultimate 2013: after the download of the web installer I tried to open it but the installer started just for a split second and than it went away, I tried with the iso, same story, tried to repair the .net framework but nothing's changed, I also made an attempt running as administrator but even that didn't work.
Do you have any idea?
Thanks in advance.

Visual Studio 2012 new install crashes on debug

I just re-installed Windows 8, and with it Visual Studio 2012. I opened up my solution as normal, made 2 lines change, and hit F5. The build was successful, but when launching into debug mode, I got "Visual Studio 2012 has stopped working". I have no idea why this is happening. Few things I've tried;
Installed Update 3
Rebooted a few times
I've got a dump of the error, and it says this;
"Tried to read from or write to a virtual address for which it does not have the appropriate access"
Anyone had this before?

Resources