Click here to Skip to main content
15,908,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: Very basic OOP question Pin
SFORavi13-Oct-11 14:02
SFORavi13-Oct-11 14:02 
GeneralRe: Very basic OOP question Pin
Not Active13-Oct-11 15:28
mentorNot Active13-Oct-11 15:28 
GeneralRe: Very basic OOP question Pin
SFORavi14-Oct-11 8:00
SFORavi14-Oct-11 8:00 
GeneralRe: Very basic OOP question Pin
BobJanova13-Oct-11 22:19
BobJanova13-Oct-11 22:19 
AnswerRe: Very basic OOP question Pin
arya168514-Oct-11 7:19
arya168514-Oct-11 7:19 
Questionajax refersh Pin
rupali srivastava13-Oct-11 10:22
rupali srivastava13-Oct-11 10:22 
AnswerRe: ajax refersh Pin
JP_Rocks20-Oct-11 3:27
JP_Rocks20-Oct-11 3:27 
QuestionUdpClient access denied exception Pin
David Knechtges13-Oct-11 8:48
David Knechtges13-Oct-11 8:48 
I am using a UdpClient to listen for messages from another machine on the same network. I am using port 63000 and this works on all machines except for 1. This one machine gives me an AccessDenied SocketException when I create the object in the constructor.

I have looked at netstat and TCPView and no other apps/processes are using port 63000. If I move the port to 60001, it works.

My constructor for the UdpClient is using the IPEndPoint object:

private static ipEndPoint IPEndPoint = new IPEndPoint(IPAddress.Any, 63000);

Google has not been helpful, as everything I read says that it is likely because another app/process is using the same port. However, I cannot find anything using that port in netstat or TCPView.

Does anyone have any ideas for me to try or look at?

Thanks!
AnswerRe: UdpClient access denied exception Pin
Richard Andrew x6413-Oct-11 11:15
professionalRichard Andrew x6413-Oct-11 11:15 
AnswerRe: UdpClient access denied exception Pin
BobJanova13-Oct-11 22:15
BobJanova13-Oct-11 22:15 
QuestionC# ASP.NET Architecture .. Which one should we use ? Pin
UBX13-Oct-11 4:44
UBX13-Oct-11 4:44 
AnswerRe: C# ASP.NET Architecture .. Which one should we use ? Pin
BobJanova13-Oct-11 5:28
BobJanova13-Oct-11 5:28 
GeneralRe: C# ASP.NET Architecture .. Which one should we use ? Pin
UBX13-Oct-11 6:30
UBX13-Oct-11 6:30 
AnswerRe: C# ASP.NET Architecture .. Which one should we use ? Pin
Eddy Vluggen13-Oct-11 8:10
professionalEddy Vluggen13-Oct-11 8:10 
QuestionXPath expression Pin
NarVish13-Oct-11 2:31
NarVish13-Oct-11 2:31 
AnswerRe: XPath expression Pin
PIEBALDconsult13-Oct-11 3:18
mvePIEBALDconsult13-Oct-11 3:18 
GeneralRe: XPath expression Pin
NarVish13-Oct-11 3:26
NarVish13-Oct-11 3:26 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 1:41
NarVish18-Oct-11 1:41 
GeneralRe: XPath expression Pin
PIEBALDconsult18-Oct-11 2:44
mvePIEBALDconsult18-Oct-11 2:44 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 2:47
NarVish18-Oct-11 2:47 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 3:22
NarVish18-Oct-11 3:22 
GeneralRe: XPath expression Pin
PIEBALDconsult18-Oct-11 14:35
mvePIEBALDconsult18-Oct-11 14:35 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 18:30
NarVish18-Oct-11 18:30 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 21:46
NarVish18-Oct-11 21:46 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 22:36
NarVish18-Oct-11 22:36 

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.