The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) doesn't appear to be running on the remote computer - visual-studio-2012

I don't have any kind of remote debuggers on my system. I don't know why all of a sudden I am getting this error:
The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) doesn't appear to be running on the remote computer
What could be wrong with Visual Studio 2012? I notice the Local Windows Debugger is not selectable either:
I can build projects, but can't run them from inside of Visual Studio. I'm on Windows 7 sp1 x64 and Visual Studio 2012 Ultimate.

Related

Error opening Node.js .SLN on Visual Studio Mac

I need to work on a Node.js project in Visual Studio 2019 for Mac.
It has been worked on with Visual Studio 2012 on a PC.
When I open the .sln there's a red cross showing the error: "Load failed: Unknown solution item type".
What could I try or should I do to resolve this?
Is it possible at all to work on Node.js projects in Visual Studio 2019 for Mac?

Can Visual Studio Code and VS 2012 be installed on same computer?

I would like to install Visual Studio Code on the same computer where I already have Visual Studio 2012 installed. Is this supported?
Yes. Both are independent and yes you can install them. I have Visual Studio 2015 and Code on my Windows machine.

How to remotely compile and debug in Linux from within Visual Studio 2010

The source (ideally project) is to be compiled by gcc/g++ under Linux (Ubuntu). The source/project is to be opened/edited in Visual Studio environment. The output binary is to be debugged so that traces to viewed in Visual Studio 2010 and be ran in Linux step by step.
What is required to achieve this goal?
I don't know if this will work in VS 2010 but to debug something on Linux you should use GDB in remote mode. There is plugin fo GDB to VS but I'm not sure if it supports remote debuggin.
Here are some links that could be useful
Debug C++ code on Linux from Visual Studio
http://visualgdb.com/tutorials/linux/import/
https://sourceware.org/gdb/onlinedocs/gdb/Connecting.html
Visual studio + remote gdb debugging

This version of Visual Studio does not have the following project types installed or does not support them

I have installed Visual Studio 2012, and I have developed a WindowsPhone8 Application in Worklight 6.1.
Now I am trying to open that .csproj into studio 2012 will prompt me an error
"This version of Visual Studio does not have the following project types installed or does not support them"".
Can any one help me ? How do I resolve this?
In order to open a project WP8 on Visual Studio, you must have :
Windows 8 or Windows 8 Pro
VS2012 or 2013
WP SDK 8
source : http://go.microsoft.com/fwlink/?LinkId=265773

How to deploy Windows 8.0 app on Windows 8.1 tablet?

I have Windows RT tablet with 8.1 update. I'm trying to build both 8.0 and 8.1 versions of my app. I have no problem deploy my app from Visual Studio 2013 (windows 8.1 version) onto the device. But when I try to deploy the app from Visual Studio 2012 (windows 8.0 version), it says:
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'tablet:4018'. The remote debugger is not an acceptable version.
Remote Tools 2012 refuse to run on the 8.1 tablet, it says the .dll signature are not compatible, or so.
You have to install the 2012 Remote Debugger Tools on the tablet. Afterwards, you can install the 2013 version side by side as well.

Resources