Results 1 to 2 of 2

Thread: Client-Server different Framework

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    2

    Question Client-Server different Framework

    Hi everyone!!!

    Well, i been working on my VB.NET project and i have a question to do. Is there a problem if i program a server program with VS.NET 2005 (Framework 2) and a client program with VS.NET 2003 (Framework 1) ? Can they communicate each other ? If they can't... is there any way that they can ?

    Thanks for any advice.
    Last edited by prueba2306; Apr 5th, 2006 at 02:02 PM.

  2. #2
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Client-Server different Framework

    You shouldn't have a problem. Sockets are just that. They're independent of language after they leave your app. As long as you're sending and receiving on the right ports and using the same encoding (or have something to convert encoding if needed), all should go smoothly.

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