Hi all,
I asked a few month ago a question about debugging in vmawre workstation 8 without responses.
I'm really knew to the vmware world but somehow since then i managed to make it work (maybe the upgrade). But know i can launch my app in the VM in "straight" mode (without debugging).
When i launch the app in my vm I see the following messages :
Msvsmon started a new server named 'fred@test'. Waiting for new connections.
then the following message is displayed 4 or 5 times :
test\fred connected.
And then i got an error message in VS. Saying that the debugger failed to start. Here's the log :
Adding share folder succeeded.
20/12/2011 17:06:15: Checking for running Remote Debug Monitor in the virtual machine.
20/12/2011 17:06:18: Sharing Remote Debug Monitor directory:
20/12/2011 17:06:18: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger\x86\ as .RemoteDebugMonitor24930
20/12/2011 17:06:18: Enabling shared folders succeeded
20/12/2011 17:06:18: Adding share folder succeeded.
20/12/2011 17:06:18: Starting the Remote Debug Monitor: \\vmware-host\Shared Folders\.RemoteDebugMonitor24930\msvsmon.exe /nowowwarn /name:fred@test
20/12/2011 17:06:21: Preparing the project's configuration properties for live debugging.
20/12/2011 17:06:21: ERROR: pControls->get_Item(CComVariant(itemName), &pCtrl)
20/12/2011 17:06:21: An error occurred in .\Connect.cpp at line 8799. Error code is 0x80070057.
20/12/2011 17:06:21: An error has occurred in the application. For more information please see the log file. Its path is listed in the About box.
20/12/2011 17:06:21: ERROR: pControls->get_Item(CComVariant(itemName), &pCtrl)
20/12/2011 17:06:21: An error occurred in .\Connect.cpp at line 8799. Error code is 0x80070057.
20/12/2011 17:06:21: An error has occurred in the application. For more information please see the log file. Its path is listed in the About box.
20/12/2011 17:06:45: Debugger->Go failed with error 0x80004005.
20/12/2011 17:06:47: Debugger->Go failed with error 0x80004005.
20/12/2011 17:06:48: Debugger->Go failed with error 0x80004005.
20/12/2011 17:06:49: Debugger->Go failed with error 0x80004005.
20/12/2011 17:06:50: Debugger->Go failed with error 0x80004005.
I already followed the instruction given here http://www.vmware.com/pdf/ws7_visualstudio_debug.pdf without success.
Does someone have an idea of the next step? I think it is a problem of authorization but I don't know which one to enable/disable. Oh and I almost forget.
A sniff on the conversation between the host and the guest show a packet with the flag nca_s_fault_access_denied so I pretty sure it is a problem of authorization.
Thanks so much in advance. If you need to know anything about my env let me know.
GUEST : Windows XP SP3
HOST : Windows 7 SP1