Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: Overridden OnPaint method not called on form Pin
Richard MacCutchan27-Feb-19 6:49
mveRichard MacCutchan27-Feb-19 6:49 
AnswerRe: Overridden OnPaint method not called on form Pin
Luc Pattyn18-Feb-19 8:21
sitebuilderLuc Pattyn18-Feb-19 8:21 
GeneralRe: Overridden OnPaint method not called on form Pin
pr1mem0ver18-Feb-19 10:28
pr1mem0ver18-Feb-19 10:28 
QuestionNet Core qustion Pin
pkfox13-Feb-19 23:39
professionalpkfox13-Feb-19 23:39 
AnswerRe: Net Core qustion Pin
Richard Deeming14-Feb-19 2:00
mveRichard Deeming14-Feb-19 2:00 
GeneralRe: Net Core qustion Pin
pkfox14-Feb-19 3:25
professionalpkfox14-Feb-19 3:25 
AnswerRe: Net Core qustion Pin
Wastedtalent14-Feb-19 3:14
professionalWastedtalent14-Feb-19 3:14 
AnswerRe: Net Core qustion Pin
jschell17-Feb-19 6:15
jschell17-Feb-19 6:15 
Basic way to test net connectivity in windows (but same exists in linux.) Open a console window and type the following command.

telnet <host> <port>

Substitute in the above for the values you want to test for <host> and <port>. For example

telnet localhost 5000


There are several possible outcomes.
1- It reports immediately that it cannot find the host. This indicates a "Domain Name Server"(DNS) error. Outside the scope of what you are currently doing but generally because you typed the wrong value or you do not know the correct DNS name
2- It reports a no connection error immediately. That means it got to the computer (DNS) but that the port on that computer was not 'open'. So the app that you expected there was not in fact there.
3- It sits for a while and then reports an connection failure. That indicates that it is trying to get to the DNS but something is dropping the connection attempt between it and the computer. This is often a firewall or network issue.
4- It returns a blank screen. That indicates it successfully connected and thus the connectivity test is done.

What might one expect from such a test based on your description. I would suspect 1 or 2. You are using the wrong DNS or even though it 'reports' that it is waiting on that port either it isn't doing that at all or it opens it and immediately closes it.

Should note that these days this works for everything: http, https, soap, rest, TCP.
QuestionHow to count files and change directory using FTP/C# Pin
mlong3012-Feb-19 14:38
mlong3012-Feb-19 14:38 
AnswerRe: How to count files and change directory using FTP/C# Pin
OriginalGriff12-Feb-19 20:02
mveOriginalGriff12-Feb-19 20:02 
AnswerRe: How to count files and change directory using FTP/C# Pin
Richard Deeming13-Feb-19 10:46
mveRichard Deeming13-Feb-19 10:46 
Questionhow can get Windows.Security.Credentials.dll lib C# Pin
Member 1414061510-Feb-19 3:36
Member 1414061510-Feb-19 3:36 
AnswerRe: how can get Windows.Security.Credentials.dll lib C# Pin
OriginalGriff10-Feb-19 4:11
mveOriginalGriff10-Feb-19 4:11 
AnswerRe: how can get Windows.Security.Credentials.dll lib C# Pin
Eddy Vluggen11-Feb-19 2:42
professionalEddy Vluggen11-Feb-19 2:42 
QuestionDo you use obfuscator? Pin
Froddo8-Feb-19 7:01
Froddo8-Feb-19 7:01 
AnswerRe: Do you use obfuscator? Pin
Gerry Schmitz8-Feb-19 10:40
mveGerry Schmitz8-Feb-19 10:40 
AnswerRe: Do you use obfuscator? Pin
Eddy Vluggen11-Feb-19 2:47
professionalEddy Vluggen11-Feb-19 2:47 
GeneralRe: Do you use obfuscator? Pin
Froddo12-Feb-19 6:52
Froddo12-Feb-19 6:52 
GeneralRe: Do you use obfuscator? Pin
Wastedtalent13-Feb-19 21:07
professionalWastedtalent13-Feb-19 21:07 
AnswerRe: Do you use obfuscator? Pin
BillWoodruff16-Feb-19 14:39
professionalBillWoodruff16-Feb-19 14:39 
GeneralRe: Do you use obfuscator? Pin
Froddo18-Feb-19 6:56
Froddo18-Feb-19 6:56 
AnswerRe: Do you use obfuscator? Pin
Member 1412742220-Feb-19 6:33
Member 1412742220-Feb-19 6:33 
GeneralRe: Do you use obfuscator? Pin
Froddo22-Feb-19 9:00
Froddo22-Feb-19 9:00 
QuestionDGVPrinter how to print Logo and a frame in the text Pin
Member 141432997-Feb-19 7:34
Member 141432997-Feb-19 7:34 
AnswerRe: DGVPrinter how to print Logo and a frame in the text Pin
OriginalGriff7-Feb-19 21:21
mveOriginalGriff7-Feb-19 21:21 

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.