Client-Server different Framework
Hi everyone!!! :wave:
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 ? :confused:
Thanks for any advice. :D
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.