Hello!
I downloaded a 'Basic client/server chat application' tutorial from this site not long ago but it seems to be outdated. I was really excited about learning how to use this, but now I can't. So can anyone around here help me? Give me something to work with, at least something to start from?
I'm currently in the process of exploring all that C# has to offer so I would appreciate any help you can give me.
Client Server Application
Page 1 of 14 Replies - 2699 Views - Last Post: 08 February 2010 - 02:19 PM
Replies To: Client Server Application
#2
Re: Client Server Application
Posted 08 February 2010 - 12:08 PM
im sure PsychoCoder's code works, did you just download it with out walking through the tutorial? Also why doesn't it work for you, you might have something configured wrong
This post has been edited by SwiftStriker00: 08 February 2010 - 12:09 PM
#3
Re: Client Server Application
Posted 08 February 2010 - 02:02 PM
It seems to be outdated, for example this:
this object doesn't exist, or maybe I am making some kind of a mistake? I mean yeah, it has been known to happen :)
//create a new DoCommunicate Object DoCommunicate comm = new DoCommunicate(chatConnection);
this object doesn't exist, or maybe I am making some kind of a mistake? I mean yeah, it has been known to happen :)
#5
Re: Client Server Application
Posted 08 February 2010 - 02:19 PM
That's an interesting tutorial. I am curious though on what you're accomplishing here:
That was in the Server code in method SendSystemMessage(string msg)
catch (Exception e44)
{
e44 = e44;
That was in the Server code in method SendSystemMessage(string msg)
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|