Click here to Skip to main content
15,923,376 members
Home / Discussions / C#
   

C#

 
GeneralRe: Installer won't overwrite previous version? Pin
Jasmine250123-Jun-07 23:02
Jasmine250123-Jun-07 23:02 
GeneralRe: Installer won't overwrite previous version? Pin
Iftekhar Naim24-Jun-07 21:23
Iftekhar Naim24-Jun-07 21:23 
GeneralRe: Installer won't overwrite previous version? Pin
Jasmine250125-Jun-07 10:41
Jasmine250125-Jun-07 10:41 
QuestionUninstallation problem Pin
Iftekhar Naim23-Jun-07 16:08
Iftekhar Naim23-Jun-07 16:08 
AnswerRe: Uninstallation problem Pin
Jasmine250123-Jun-07 17:59
Jasmine250123-Jun-07 17:59 
GeneralRe: Uninstallation problem Pin
Iftekhar Naim23-Jun-07 19:33
Iftekhar Naim23-Jun-07 19:33 
QuestionNeed help with Collection vs. List in "Storage" Class [modified] Pin
CSharpByDesign23-Jun-07 16:02
CSharpByDesign23-Jun-07 16:02 
Questionproblem with client server socket application Pin
Iftekhar Naim23-Jun-07 15:50
Iftekhar Naim23-Jun-07 15:50 
I need to develop a client-server socket application, where the client will simply send data to a port(No specified IP will be said, may be IPAddress.Any). And the server will grab data from that IP Address and port(So server socket will bind to a specific IP ) and insert the data to database.

This seemed a bit conflicting to normal client-server idea to me and I have developed it the other way(like normally, clients send to the specific IP (of server) and port, and server just listens to a specific port from IPAddress.Any).But now i am instructed to do it reversely as i said above. Can any one tell me how can i do it?

I tried to create a client socket that will send data to IPAddress.Any and a specific port. It gave me exception -

"Only one usage of each socket address (protocol/network address/port) is
normally permitted."


Chayan

QuestionLibrary Problem Pin
max2929723-Jun-07 12:21
max2929723-Jun-07 12:21 
AnswerRe: Library Problem Pin
Ed.Poore23-Jun-07 12:44
Ed.Poore23-Jun-07 12:44 
AnswerRe: Library Problem Pin
Christian Graus23-Jun-07 13:16
protectorChristian Graus23-Jun-07 13:16 
QuestionTyped Dataset Pin
TheEagle23-Jun-07 9:20
TheEagle23-Jun-07 9:20 
AnswerRe: Typed Dataset Pin
WillemM23-Jun-07 10:20
WillemM23-Jun-07 10:20 
GeneralRe: Typed Dataset Pin
TheEagle27-Jun-07 7:11
TheEagle27-Jun-07 7:11 
QuestionAdding new User to Windows XP ??? Pin
zinc_z23-Jun-07 8:18
zinc_z23-Jun-07 8:18 
AnswerRe: Adding new User to Windows XP ??? Pin
Giorgi Dalakishvili23-Jun-07 8:32
mentorGiorgi Dalakishvili23-Jun-07 8:32 
GeneralRe: Adding new User to Windows XP ??? [modified] Pin
zinc_z23-Jun-07 9:13
zinc_z23-Jun-07 9:13 
QuestionBeginning Databases Pin
alostdruid23-Jun-07 8:12
alostdruid23-Jun-07 8:12 
AnswerRe: Beginning Databases Pin
WillemM23-Jun-07 10:14
WillemM23-Jun-07 10:14 
QuestionXamlParseException whenever assigning values to C# class member Pin
Kris10023-Jun-07 7:23
Kris10023-Jun-07 7:23 
AnswerRe: XamlParseException whenever assigning values to C# class member Pin
Ed.Poore23-Jun-07 9:52
Ed.Poore23-Jun-07 9:52 
AnswerRe: XamlParseException whenever assigning values to C# class member Pin
WillemM23-Jun-07 10:16
WillemM23-Jun-07 10:16 
QuestionAbstract and inheriting Pin
Brendan Vogt23-Jun-07 7:04
Brendan Vogt23-Jun-07 7:04 
AnswerRe: Abstract and inheriting Pin
DavidNohejl23-Jun-07 7:16
DavidNohejl23-Jun-07 7:16 
AnswerRe: Abstract and inheriting Pin
Luc Pattyn23-Jun-07 9:16
sitebuilderLuc Pattyn23-Jun-07 9:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.