Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Why I am getting the error "parameter Incorrect Issue" in the Windows Exe created for a chat Application via Socket Programming?
I created a windows Exe for a chat Application via Socket Programming in C#.

I created the Exe for the client application and server chat application.

In my system the Exe created is working. But in other machines on Clicking the Exe(Client Chat Exe and Server Chat Exe) I am getting the error "parameter is incorrect Issue".
Posted
Comments
DamithSL 19-Aug-14 0:39am    
when you log or display the error message you can display full error details. it will help you to find solution.
Rob Philpott 19-Aug-14 1:59am    
parameter is incorrect Issue certainly isn't an error raised by .NET/Windows, so it looks like the exe itself is raising it.

Therefore, we can have no idea what the problem is without more info.
Richard MacCutchan 19-Aug-14 3:49am    
Show the code where the error occurs, we cannot guess what your program is doing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900