Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using Named Pipes with C#?? Pin
mcljava17-Mar-06 4:46
mcljava17-Mar-06 4:46 
GeneralRe: Using Named Pipes with C#?? Pin
Phil C18-Mar-06 20:41
Phil C18-Mar-06 20:41 
GeneralRe: Using Named Pipes with C#?? Pin
mcljava19-Mar-06 17:29
mcljava19-Mar-06 17:29 
GeneralRe: Using Named Pipes with C#?? Pin
Phil C19-Mar-06 22:59
Phil C19-Mar-06 22:59 
QuestionProblem Occured - IP address Pin
Jijo BP16-Mar-06 13:48
Jijo BP16-Mar-06 13:48 
AnswerRe: Problem Occured - IP address Pin
Phil C16-Mar-06 14:03
Phil C16-Mar-06 14:03 
GeneralRe: Problem Occured - IP address Pin
Jijo BP16-Mar-06 14:54
Jijo BP16-Mar-06 14:54 
GeneralRe: Problem Occured - IP address Pin
Phil C16-Mar-06 15:14
Phil C16-Mar-06 15:14 
Yup, I had a feeling it wsa something along those lines.

You'll probably need more detailed info on the network configuration. For instance is port forwarding enabled, firewalls, etc. I can think of several things that will prevent these two machines from establishing a UDP connection.

You can start by finding out your public IP address by using something like:

http://www.whatismyipaddress.com

Maybe if you run it on both machines you can get a start, but since your machines are probably set to dynamic IP addresses it's going to change each time you reboot either machine.

All I can advise at this point is to use the ping command as you try various settings and addresses. A lot easier than changing your program and re-compiling to find out if the two machines are able to talk to see each other.
QuestionResponse.BinaryWrite to open/save word doc Pin
missy416-Mar-06 13:13
missy416-Mar-06 13:13 
QuestionSOAP and wsdl Pin
allenmpcx16-Mar-06 11:21
allenmpcx16-Mar-06 11:21 
QuestionLimitations on parameters for Interfaces? Pin
Erik Davidson16-Mar-06 10:38
Erik Davidson16-Mar-06 10:38 
AnswerRe: Limitations on parameters for Interfaces? Pin
leppie16-Mar-06 15:02
leppie16-Mar-06 15:02 
GeneralRe: Limitations on parameters for Interfaces? Pin
Erik Davidson16-Mar-06 19:25
Erik Davidson16-Mar-06 19:25 
QuestionRegular Expressions in C# Pin
conrado716-Mar-06 9:52
conrado716-Mar-06 9:52 
AnswerRe: Regular Expressions in C# Pin
Curtis Schlak.16-Mar-06 10:02
Curtis Schlak.16-Mar-06 10:02 
GeneralRe: Regular Expressions in C# Pin
conrado716-Mar-06 11:21
conrado716-Mar-06 11:21 
AnswerRe: Regular Expressions in C# Pin
leppie16-Mar-06 15:08
leppie16-Mar-06 15:08 
GeneralRe: Regular Expressions in C# Pin
conrado717-Mar-06 0:57
conrado717-Mar-06 0:57 
GeneralRe: Regular Expressions in C# Pin
leppie17-Mar-06 1:04
leppie17-Mar-06 1:04 
GeneralRe: Regular Expressions in C# Pin
conrado717-Mar-06 2:27
conrado717-Mar-06 2:27 
GeneralRe: Regular Expressions in C# Pin
leppie17-Mar-06 2:48
leppie17-Mar-06 2:48 
QuestionTabPage activation on Form Load Pin
zaboboa16-Mar-06 9:06
zaboboa16-Mar-06 9:06 
AnswerRe: TabPage activation on Form Load Pin
Ed.Poore16-Mar-06 11:54
Ed.Poore16-Mar-06 11:54 
QuestionReading data from GPS Pin
prashantkgupta16-Mar-06 9:00
prashantkgupta16-Mar-06 9:00 
AnswerRe: Reading data from GPS Pin
BlackDice16-Mar-06 9:08
BlackDice16-Mar-06 9:08 

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.