I am currently atempting to understand this source code which can be downloaded here.
http://localhostr.com/GdfwmlBynC2X
The source code is of chat program that uses sockets. Before I want to study the code I want to make it work first. Anyway, you can download the source and debug the 1server and the 1client and type in the ip localhost and it will work fine but if you type in your own IP or someone else types in your IP it will throw a error. Anyway, I was trying to figure out all day yesterday what the problem originates at and I concluded it's the fact that I don't have the serverservice installed. When you try and debug the serverservice it says you cannot run it through the debugger or or something else and you must install it using installutil.exe. I looked around and figured out you have to go into command prompt and go C:\installutil serverservice.exe(the file in my debug folder) and it throws another error. Anyway I'm kind of stuck and if someone can walk me through what I need to do that would be wonderful.
Thanks..
http://localhostr.com/GdfwmlBynC2X
The source code is of chat program that uses sockets. Before I want to study the code I want to make it work first. Anyway, you can download the source and debug the 1server and the 1client and type in the ip localhost and it will work fine but if you type in your own IP or someone else types in your IP it will throw a error. Anyway, I was trying to figure out all day yesterday what the problem originates at and I concluded it's the fact that I don't have the serverservice installed. When you try and debug the serverservice it says you cannot run it through the debugger or or something else and you must install it using installutil.exe. I looked around and figured out you have to go into command prompt and go C:\installutil serverservice.exe(the file in my debug folder) and it throws another error. Anyway I'm kind of stuck and if someone can walk me through what I need to do that would be wonderful.
Thanks..