Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
jkirkerx5-Feb-19 11:36
professionaljkirkerx5-Feb-19 11:36 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
Luc Pattyn5-Feb-19 13:00
sitebuilderLuc Pattyn5-Feb-19 13:00 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
jkirkerx6-Feb-19 6:25
professionaljkirkerx6-Feb-19 6:25 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
Gerry Schmitz6-Feb-19 7:58
mveGerry Schmitz6-Feb-19 7:58 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
jkirkerx6-Feb-19 8:37
professionaljkirkerx6-Feb-19 8:37 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
Gerry Schmitz7-Feb-19 6:11
mveGerry Schmitz7-Feb-19 6:11 
GeneralRe: c# winforms Listview column sorting, won't change on 2nd click [works now] Pin
jkirkerx7-Feb-19 9:48
professionaljkirkerx7-Feb-19 9:48 
QuestionsignalR client server stops working after DNS-ip record for server changed Pin
impeham5-Feb-19 3:00
impeham5-Feb-19 3:00 
I am using signalR client and service applications - both hosted as console apps.
I'm interested in making the following scenario work:

1. One Service starts up at "someaddress.org"
2. Second service starts up at "172.123.2.5"
3. Client starts and creates a hub proxy to an address "someaddress.org" which points to "172.123.2.3" by the DNS server
4. Client starts to receive updates from the server
5. At some point, the server crashes and is not available anymore
6. A Health checker service detects that the service is down, and updates the DNS server to make "someaddress.org" point to "172.123.2.5" where the second (identical) service is already up

At this point, the client is not able to establish connection with the new server and I'm trying to understand why and make it work.
If the first service is going down and up again all is working fine, but when the DNS record changes to another server it does not work anymore.

Any ideas?
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
Richard MacCutchan5-Feb-19 3:28
mveRichard MacCutchan5-Feb-19 3:28 
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
impeham5-Feb-19 6:47
impeham5-Feb-19 6:47 
AnswerRe: signalR client server stops working after DNS-ip record for server changed Pin
Dave Kreskowiak5-Feb-19 4:06
mveDave Kreskowiak5-Feb-19 4:06 
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
impeham5-Feb-19 6:44
impeham5-Feb-19 6:44 
GeneralRe: signalR client server stops working after DNS-ip record for server changed Pin
Dave Kreskowiak5-Feb-19 7:10
mveDave Kreskowiak5-Feb-19 7:10 
Questionarrays Pin
Member 141391973-Feb-19 22:21
Member 141391973-Feb-19 22:21 
AnswerRe: arrays Pin
Pete O'Hanlon3-Feb-19 22:40
mvePete O'Hanlon3-Feb-19 22:40 
GeneralRe: arrays Pin
Member 141391973-Feb-19 22:54
Member 141391973-Feb-19 22:54 
AnswerRe: arrays Pin
OriginalGriff4-Feb-19 0:05
mveOriginalGriff4-Feb-19 0:05 
GeneralRe: arrays Pin
Member 141391974-Feb-19 0:43
Member 141391974-Feb-19 0:43 
GeneralRe: arrays Pin
OriginalGriff4-Feb-19 0:46
mveOriginalGriff4-Feb-19 0:46 
GeneralRe: arrays Pin
Pete O'Hanlon4-Feb-19 1:19
mvePete O'Hanlon4-Feb-19 1:19 
Questionhow to get the corresponding y values for given x values from the chart series Pin
Mohamed Fahad3-Feb-19 21:54
Mohamed Fahad3-Feb-19 21:54 
SuggestionRe: how to get the corresponding y values for given x values from the chart series Pin
Richard MacCutchan3-Feb-19 22:21
mveRichard MacCutchan3-Feb-19 22:21 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Eddy Vluggen3-Feb-19 22:42
professionalEddy Vluggen3-Feb-19 22:42 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Jeff_T_12344-Feb-19 5:49
Jeff_T_12344-Feb-19 5:49 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Gerry Schmitz4-Feb-19 6:47
mveGerry Schmitz4-Feb-19 6:47 

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.