I have a project using remoting that was developed in VS2003. I upgraded the project to VS2005 but it doesn't seem that the remoting is working now.

Before, I was able to telnet to the server app and if I hit Return a couple of times, I would see TCP Exceptions, which would tell me that the server app was listening. There's no evidence that the upgraded project is listening and I can't get the client app connected either.

I can't find any info regarding any changes and I have no idea why the app doesn't work in VS2005.

Any ideas?