.net remoting debug: break point doesn't stop on remote server side.

F

feng

Hi,

I have a VB.Net remoting project that has a simple Windows
form remote client and a HTTP channle based remoting
server.

The client and server works fine except that I lost
my "watching" capability on the server side all of a
sudden. Now I can't make code stop at my server side brake
point when my client hits the server. I used to be able to
do this and I don't think I have changed anything...

What am I doing wrong?

Thanks
 
G

Guest

Make sure MDM (Machine Debug Services) isn't stopped on the server. Restart
the service anyway or reboot the server. Also, rebuild your project in debug
and recopy it to the server... some change in your local code may have
thrown things out of whack.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top