FIX: You Cannot Move Out of Remote Debug to the Client Computer by Pressing F5 (315945)
The information in this article applies to:
- Microsoft Visual C++ Standard Edition, version 6.0
This article was previously published under Q315945 SYMPTOMS
When you do remote debugging on a DCOM server, and then you press F5 to return to the client computer, Visual Studio .NET stops responding (hangs).
CAUSE
This behavior occurs because the just-in-time (JIT) debugger on the remote computer does not have remote procedure call (RPC) debugging turned on.
RESOLUTION
To avoid this behavior, follow these steps:
- On the remote computer, start the Visual Studio IDE.
- On the Tools menu, click Options, click Debugging, and then click Native.
- Verify that RPC debugging is selected.
STATUS
This bug was corrected in Microsoft Visual C++ .NET 2002.
REFERENCESFor additional information about how to configure the DCOM server and the client, click the article number below
to view the article in the Microsoft Knowledge Base:
158582 HOWTO: Configure a Non-DCOM Server and Client to Use DCOM
Modification Type: | Major | Last Reviewed: | 12/11/2003 |
---|
Keywords: | kbBug kbDebug kbpending KB315945 kbAudDeveloper |
---|
|