Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SplitContainer with more than 2 panels Pin
cstrader23212-Feb-08 4:10
cstrader23212-Feb-08 4:10 
GeneralDetect keypress on startup Pin
cstrader23211-Feb-08 6:53
cstrader23211-Feb-08 6:53 
GeneralRe: Detect keypress on startup Pin
Dave Kreskowiak11-Feb-08 8:06
mveDave Kreskowiak11-Feb-08 8:06 
GeneralRe: Detect keypress on startup Pin
cstrader23211-Feb-08 10:09
cstrader23211-Feb-08 10:09 
GeneralRe: Detect keypress on startup Pin
Dave Kreskowiak12-Feb-08 3:16
mveDave Kreskowiak12-Feb-08 3:16 
GeneralRe: Detect keypress on startup Pin
cstrader23212-Feb-08 3:39
cstrader23212-Feb-08 3:39 
QuestionProblem:Remoting server is diconnect after some time. Pin
Nitin J. Jain11-Feb-08 1:02
professionalNitin J. Jain11-Feb-08 1:02 
GeneralRe: Problem:Remoting server is diconnect after some time. Pin
m@u11-Feb-08 3:31
m@u11-Feb-08 3:31 
Hi
As far as i know every MarshalByRefObject proxy has a limited lifetime which is by default 5 minutes. if you call a method on the object, the lifetime is increased by 2 minutes.
so if you don't raise an event for 2 minutes on the client, the proxy that presents the client to the server will die.

you can solve the problem by
a) adding an ISponsor that keeps the proxy alive
b) setting the lifetime in the InitializeLifetimeService method and use a more appropriate initial lifetime for the client proxy.

greets

m@u
QuestionRe: Problem:Remoting server is diconnect after some time. Pin
Nitin J. Jain11-Feb-08 7:21
professionalNitin J. Jain11-Feb-08 7:21 
GeneralRe: Problem:Remoting server is diconnect after some time. Pin
Dave Kreskowiak11-Feb-08 8:12
mveDave Kreskowiak11-Feb-08 8:12 
GeneralRe: Problem:Remoting server is diconnect after some time. Pin
m@u11-Feb-08 21:29
m@u11-Feb-08 21:29 
GeneralBlank screen Pin
Jodd11-Feb-08 0:32
Jodd11-Feb-08 0:32 
AnswerRe: Blank screen Pin
Steven J Jowett11-Feb-08 1:28
Steven J Jowett11-Feb-08 1:28 
GeneralRe: Blank screen Pin
Luc Pattyn11-Feb-08 1:54
sitebuilderLuc Pattyn11-Feb-08 1:54 
Questionimplementing a basic VPN in vb.net 2005 Pin
Warp10-Feb-08 23:46
Warp10-Feb-08 23:46 
GeneralRe: implementing a basic VPN in vb.net 2005 Pin
Dave Kreskowiak11-Feb-08 8:13
mveDave Kreskowiak11-Feb-08 8:13 
QuestionHow to delete temporary files ,cookies and cache in vb.net? Pin
AshuVyas10-Feb-08 20:53
AshuVyas10-Feb-08 20:53 
AnswerRe: How to delete temporary files ,cookies and cache in vb.net? Pin
Guffa11-Feb-08 0:07
Guffa11-Feb-08 0:07 
QuestionRSA Encryption Key Pin
Sean Ferguson10-Feb-08 19:40
Sean Ferguson10-Feb-08 19:40 
GeneralRe: RSA Encryption Key Pin
Paul Conrad21-Mar-08 9:40
professionalPaul Conrad21-Mar-08 9:40 
GeneralArray population issue Pin
Dee Kay10-Feb-08 17:13
Dee Kay10-Feb-08 17:13 
GeneralRe: Array population issue Pin
nishkarsh_k10-Feb-08 18:52
nishkarsh_k10-Feb-08 18:52 
GeneralRe: Array population issue Pin
Dave Kreskowiak11-Feb-08 5:00
mveDave Kreskowiak11-Feb-08 5:00 
QuestionReport issue Pin
Tauseef A10-Feb-08 16:56
Tauseef A10-Feb-08 16:56 
GeneralRe: Report issue Pin
John_Adams10-Feb-08 22:32
John_Adams10-Feb-08 22:32 

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.