After installing the remote debugging tools from the VS .NET 2003 CD's,
when trying to connect to the tablet from my host machine it errors with:
"Unable to connect to the machine 'ENCITETABLET'.
The RPC server is unavailable"
I have added everyone one the network to the
Administrator and Debugger user groups on the tablet.
I AM able to access the tablets shared Hard drive accross the network.
I was even able to connect to it and see it's processes using VS once,
when I changed the Debug->Processes window
"Transport" to "TCP/IP (Native only)" and ran the
msvcmon.exe - (I think that's what it was) on the tablet.
I have since figured out that was only good for
debugging Native C++ and not C#
I tried uninstalling the remote debugging from the tablet
and manually re-installing it using the command line:
msiexec /qb+ /i D:\ENGLISH\VS.NET2003\vs_setup.msi NOVSUI=1
TRANSFORMS="D:\ENGLISH\VS.NET2003\Setup\Rmt9x.mst" SERVER_SETUP=1
ADDLOCAL=Visual_Studio_Analyzer_Server11
as specified in the help document.
Is there some file or process that should be running that I can look for?
Is there any other troubleshooting that I could perform to get this working?
Don Stewart
donst...@nospam.nospam
Based on your description, the problem is you cannot remote debug a VS2003
C# program in a Tablet PC(able to debug a native app), please let me know
if I have misunderstood anything.
Due to the error message--"The RPC server is unavailable", I think firstly
you need to make sure the "Remote Procedure Call (RPC)" service is not
disabled in your working machine.(You can find all the service statuses in
the Control Panel/Administrative Tools/Service MMC). Then please check the
MDM.exe process is running in your working machine.
Meantime, I suggest you also take a look on the following MSDN articles on
the issue of remote debugging in Windows XP SP2:
How to Enable Remote Debugging on Windows XP Service Pack 2
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/
xpsp2remotedebug.asp
How to turn on remote debugging in Windows XP Service Pack 2
http://support.microsoft.com/?id=833977
Wish these articles could help you on this issue!
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! :C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
Those Processes and Services were running.
The articles helped by instructing how to use the dcomcfg.exe to setup the
users on both machines and provided the DebuggerFirewall utility.
Thank you very much.
Don Stewart
""Gary Chang[MSFT]"" <v-ga...@online.microsoft.com> wrote in message
news:fBVE%23kggF...@TK2MSFTNGXA01.phx.gbl...
That's great, we are glad to know you have resolved this problem.
Good Luck!