Remoting Changes in VS2005?
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?
Re: Remoting Changes in VS2005?
They definitly made changes to the remoting infrastructure. When I upgraded from 03 to I have to go through all my class and disable that secure TCP option.
However, if I telnet to my remoting service I get some binary characters then it immediately disconnects me (although I've never telnet'd when it was under 03).
Is your app generating any errors?
Re: Remoting Changes in VS2005?
No...
I got it working now. I had to set the security option to False.
btw... if you telnet to a remoting service in 2003 and hit return a couple times, you see the tcp exception text, which at least shows you that your server is listening.