Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Windows 7 x64, VS 2012, VB.NET</p> <p>I fixed it like this:-</p> <ol> <li><p>Create a shortcut on your desktop to "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe".</p></li> <li><p>Right-click shortcut and select "Properties" from the dropdown menu. Select the "Compatibity" tab, tick "Run this program as administrator" and click OK</p></li> <li><p>Create a shortcut on your desktop to "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe".</p></li> <li><p>Right-click shortcut and select "Properties" from the dropdown menu. Select the "Compatibity" tab, tick "Run this program as administrator" and click OK.</p></li> </ol> <p>To start VS2012:-</p> <ol> <li><p>Double-click the msvsmon shortcut icon (that you created above, to launch msvsmon). Wait for the "Visual Studio Remote Debugging Monitor (Administrator)" window to display before continuing ...</p></li> <li><p>Double-click the "Visual Studio 2012 Professional" shortcut icon (that you created above, to launch VS2012)</p></li> <li><p>In VS2012, ensure standard toolbar is visible. </p></li> <li><p>In VS2012, ensure "Solution Platforms" dropdown (on standard toolbar) is visible and set to "x86".</p></li> </ol> <p>and debug now works (for me anyway) ...</p> <p>However after 15 minutes or so, debug may stop working and you may get the msvsmon error again. If that happens, simply close VS2012 and msvsmon and then start again (from "To start VS2012:-" above) ...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload