Results 1 to 3 of 3

Thread: Remoting Changes in VS2005?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    196

    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?
    Brandon S Davids

  2. #2
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Houston, TX
    Posts
    342

    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?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    196

    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.
    Brandon S Davids

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width