Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid Question Pin
Alomgir Miah20-Jul-05 12:31
Alomgir Miah20-Jul-05 12:31 
GeneralSerializing multiple objects to the same disk file Pin
cab320-Jul-05 6:18
cab320-Jul-05 6:18 
GeneralRe: Serializing multiple objects to the same disk file Pin
mav.northwind20-Jul-05 6:48
mav.northwind20-Jul-05 6:48 
GeneralRe: Serializing multiple objects to the same disk file Pin
cab320-Jul-05 7:57
cab320-Jul-05 7:57 
GeneralRemoting Issue Pin
Anonymous20-Jul-05 5:06
Anonymous20-Jul-05 5:06 
GeneralRe: Remoting Issue Pin
Anonymous20-Jul-05 9:15
Anonymous20-Jul-05 9:15 
GeneralRemoting - re-establishing the connection Pin
Judah Gabriel Himango20-Jul-05 4:31
sponsorJudah Gabriel Himango20-Jul-05 4:31 
GeneralRe: Remoting - re-establishing the connection Pin
Tom Larsen20-Jul-05 9:33
Tom Larsen20-Jul-05 9:33 
Networks by their very nature can be disconnected. It is just like file permissions, memory allocation, and other limited resources. Any networked system should be designed in such a way that it will deal if one side can not contact the other.

Another thing to keep in mind is that with .Net Remoting, objects are kept alive by leases so it is not dependent on the client side to constantly make "pings". You may want to twiddle the settings found in the LifetimeServices class, especially the RenewOnCallTime. It may very well be the reason why the system is failing is because the server got rid of its representation of the object because it has exceed its lifetime. This should be an obvious exception though and only applicable to client activated objects.
Generalcustom events Pin
rathishps20-Jul-05 4:02
rathishps20-Jul-05 4:02 
GeneralRe: custom events Pin
Judah Gabriel Himango20-Jul-05 4:22
sponsorJudah Gabriel Himango20-Jul-05 4:22 
GeneralHandling single pixels Pin
Yoyosh20-Jul-05 3:54
Yoyosh20-Jul-05 3:54 
GeneralRe: Handling single pixels Pin
Judah Gabriel Himango20-Jul-05 4:25
sponsorJudah Gabriel Himango20-Jul-05 4:25 
GeneralAccessing Remote Server File Pin
domyansumit20-Jul-05 3:52
domyansumit20-Jul-05 3:52 
Generalframe probrem in AxWebBrowser Pin
Anonymous20-Jul-05 1:18
Anonymous20-Jul-05 1:18 
GeneralRe: frame probrem in AxWebBrowser Pin
Judah Gabriel Himango20-Jul-05 4:27
sponsorJudah Gabriel Himango20-Jul-05 4:27 
GeneralRe: frame probrem in AxWebBrowser Pin
Anonymous20-Jul-05 4:58
Anonymous20-Jul-05 4:58 
GeneralRe: frame probrem in AxWebBrowser Pin
Judah Gabriel Himango20-Jul-05 5:18
sponsorJudah Gabriel Himango20-Jul-05 5:18 
GeneralRe: frame probrem in AxWebBrowser Pin
Anonymous20-Jul-05 5:37
Anonymous20-Jul-05 5:37 
Generalaccess remote ftp folder using shell extension Pin
Asif Rehman20-Jul-05 1:08
Asif Rehman20-Jul-05 1:08 
GeneralCrystal Report(Urgent) Pin
alok_2k320-Jul-05 1:07
alok_2k320-Jul-05 1:07 
GeneralRe: Crystal Report(Urgent) Pin
V.20-Jul-05 3:28
professionalV.20-Jul-05 3:28 
GeneralRe: Crystal Report(Urgent) Pin
harbanone27-Jul-05 16:59
harbanone27-Jul-05 16:59 
GeneralDataGridView Control Pin
rrema20-Jul-05 0:30
rrema20-Jul-05 0:30 
GeneralRe: DataGridView Control Pin
Asif Rehman20-Jul-05 1:03
Asif Rehman20-Jul-05 1:03 
QuestionHow to do this?? Pin
amrutajoshi20-Jul-05 0:10
amrutajoshi20-Jul-05 0:10 

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.