Click here to Skip to main content
15,919,479 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Index was outside the bound of the array error after deployment Pin
originSH2-Aug-07 3:06
originSH2-Aug-07 3:06 
JokeRe: Index was outside the bound of the array error after deployment Pin
Luc Pattyn2-Aug-07 6:18
sitebuilderLuc Pattyn2-Aug-07 6:18 
GeneralRe: Index was outside the bound of the array error after deployment Pin
Pete O'Hanlon2-Aug-07 10:24
mvePete O'Hanlon2-Aug-07 10:24 
GeneralRe: Index was outside the bound of the array error after deployment Pin
originSH2-Aug-07 22:26
originSH2-Aug-07 22:26 
Questionhow can i define the setup serial number? Pin
Wan--Vevi1-Aug-07 21:40
Wan--Vevi1-Aug-07 21:40 
Questionhi Pin
dhanu1231-Aug-07 21:40
dhanu1231-Aug-07 21:40 
QuestionRemoting - Code not executing after an Activator object call Pin
Jigzaw1-Aug-07 6:05
Jigzaw1-Aug-07 6:05 
QuestionRemoting loses subscription but not proxy Pin
John Whitmire1-Aug-07 5:59
professionalJohn Whitmire1-Aug-07 5:59 
The scenario:
1. Windows service, running on 2 machines; each marshals a singleton remoting object.
2. Events are passed thru an intermediary per recommendations in articles on Remoting Events.
3. Client, running on one of the 2 machines, connects to both services via remoting (TCP) and receives events from both.
4. Then... the LAN is physically disconnected from the client machine.
5. Loss of connection to the "other" machine is correctly noted and handled. Reconnection of the LAN cable results in correct recovery of that remoting connection. No problem there.
6. Problem: The next event delivery from the "local" service fails with "The connection was forcibly closed..." (Why, pray tell?) and the event delegate is appropriately removed (it's an expected result when the client "leaves"). The remoting proxy to the local service remains intact, so the client never knows that its event subscription has been lost and it never gets restored. Dead | X|
7. Oddity: If the LAN cable is unplugged before the client attempts the remoting connections, the resulting subscription to the local server events is unaffected by subsequent LAN connections and disconnections! Unsure | :~ Obviously, something about the remoting path is different.

Q1: Can I force the insulated connection that occurs in (7) to happen even when the LAN is present?
Q2: Failing Q1, can I detect or prevent the loss of the event connection that occurs in (6)?

(C# explanations preferred)
AnswerRe: Remoting loses subscription but not proxy Pin
John Whitmire2-Nov-07 4:16
professionalJohn Whitmire2-Nov-07 4:16 
Question[Setup Project] run a file by condition Pin
hamid_m1-Aug-07 2:50
hamid_m1-Aug-07 2:50 
GeneralRe: [Setup Project] run a file by condition Pin
Ilya Verbitskiy1-Aug-07 4:32
Ilya Verbitskiy1-Aug-07 4:32 
GeneralRe: [Setup Project] run a file by condition Pin
hamid_m2-Aug-07 3:34
hamid_m2-Aug-07 3:34 
Questionadd files and folder to publish (win app) Pin
hamid_m1-Aug-07 2:47
hamid_m1-Aug-07 2:47 
AnswerRe: add files and folder to publish (win app) Pin
kubben2-Aug-07 2:51
kubben2-Aug-07 2:51 
GeneralRe: add files and folder to publish (win app) Pin
hamid_m2-Aug-07 3:33
hamid_m2-Aug-07 3:33 
QuestionTreeView layout question [modified] Pin
adt_brauer31-Jul-07 2:22
adt_brauer31-Jul-07 2:22 
QuestionAPI lock(Disable) Mouse Pin
sharmie31-Jul-07 0:49
sharmie31-Jul-07 0:49 
AnswerRe: API lock(Disable) Mouse Pin
Paul Conrad12-Aug-07 6:39
professionalPaul Conrad12-Aug-07 6:39 
Questionexpandable gridview Pin
Sallu174930-Jul-07 19:18
Sallu174930-Jul-07 19:18 
QuestionUnable to connect to any specified mysql hosts Pin
boyindie30-Jul-07 13:44
boyindie30-Jul-07 13:44 
AnswerRe: MSBuild unable to compile a project in a solution file, if project name contains dot "." Pin
Paul Conrad30-Jul-07 12:20
professionalPaul Conrad30-Jul-07 12:20 
GeneralRe: MSBuild unable to compile a project in a solution file, if project name contains dot "." Pin
Mushtaque Nizamani30-Jul-07 18:17
Mushtaque Nizamani30-Jul-07 18:17 
QuestionHow to use Microsoft Ajax with a textbox Pin
bucheron00730-Jul-07 5:04
bucheron00730-Jul-07 5:04 
AnswerRe: How to use Microsoft Ajax with a textbox Pin
codingrocks30-Jul-07 19:40
codingrocks30-Jul-07 19:40 
QuestionMSBuild unable to compile a project in a solution file, if project name contains dot "." Pin
Mushtaque Nizamani30-Jul-07 0:56
Mushtaque Nizamani30-Jul-07 0:56 

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.