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

  • Thread starter Thread starter feng
  • Start date Start date
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
 
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.
 
Back
Top