PDA

Click to See Complete Forum and Search --> : Remoting Changes in VS2005?


brandoom
May 16th, 2006, 01:28 PM
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?

MagellanTX
May 25th, 2006, 03:17 PM
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?

brandoom
May 26th, 2006, 08:39 AM
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.