Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralExplorer in C# Pin
Fco. Javier Marin22-Jul-05 5:41
Fco. Javier Marin22-Jul-05 5:41 
GeneralDrawing a line Pin
zaboboa22-Jul-05 5:41
zaboboa22-Jul-05 5:41 
GeneralRe: Drawing a line Pin
K-Nine22-Jul-05 6:13
K-Nine22-Jul-05 6:13 
GeneralRe: Drawing a line Pin
zaboboa22-Jul-05 6:23
zaboboa22-Jul-05 6:23 
GeneralAdd forms to a container Pin
David_cole22-Jul-05 5:36
David_cole22-Jul-05 5:36 
GeneralRe: Add forms to a container Pin
Dave Kreskowiak22-Jul-05 5:50
mveDave Kreskowiak22-Jul-05 5:50 
GeneralRe: Add forms to a container Pin
David_cole22-Jul-05 5:59
David_cole22-Jul-05 5:59 
GeneralRemoting disconnections Pin
Judah Gabriel Himango22-Jul-05 5:26
sponsorJudah Gabriel Himango22-Jul-05 5:26 
If I run my remoting client, and during run time I temporarily lose my connection to the network, how can I continue on using remoting?

For example,
// connect to the server object
ServerObj theServerObject = RemotingServices.Connect("tcp://.../obj.rem");

// happily call a method on it
theServerObject.DoSomething(); // works fine

// pretend we get disconnected
LanConnection.Zap();

// pretend we reconnect
LanConnection.ReEstablish();

// try to call a method
theServerObject.DoSomething(); // fails!


I've been banging my head against a wall over the last 2 days trying to figure this one out. Anyone have insight into why this is happening, or how to 'reconnect' to my server object? Even the least bit of info would be greatly appreciated.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Homosexuality in Christianity
Judah Himango


GeneralRe: Remoting disconnections Pin
mav.northwind23-Jul-05 0:26
mav.northwind23-Jul-05 0:26 
GeneralReport Generator Pin
Akbar Qofrani22-Jul-05 5:16
Akbar Qofrani22-Jul-05 5:16 
GeneralRe: Report Generator Pin
Anonymous24-Jul-05 21:00
Anonymous24-Jul-05 21:00 
GeneralRe: Report Generator Pin
Anonymous25-Jul-05 23:08
Anonymous25-Jul-05 23:08 
GeneralAutosizing columns in DataGrid Pin
Tom Wright22-Jul-05 4:59
Tom Wright22-Jul-05 4:59 
GeneralRe: Autosizing columns in DataGrid Pin
Alomgir Miah22-Jul-05 6:02
Alomgir Miah22-Jul-05 6:02 
GeneralRe: Autosizing columns in DataGrid Pin
Tom Wright22-Jul-05 9:24
Tom Wright22-Jul-05 9:24 
GeneralRe: Autosizing columns in DataGrid Pin
Alomgir Miah22-Jul-05 10:30
Alomgir Miah22-Jul-05 10:30 
GeneralRe: Autosizing columns in DataGrid Pin
Tom Wright25-Jul-05 4:48
Tom Wright25-Jul-05 4:48 
GeneralCompiling a DLL Pin
stancrm22-Jul-05 4:10
stancrm22-Jul-05 4:10 
GeneralRe: Compiling a DLL Pin
Dave Kreskowiak22-Jul-05 4:59
mveDave Kreskowiak22-Jul-05 4:59 
GeneralRe: Compiling a DLL Pin
Tom Wright22-Jul-05 6:06
Tom Wright22-Jul-05 6:06 
Generalricreate this effect in GDI+ Pin
Anonymous22-Jul-05 3:35
Anonymous22-Jul-05 3:35 
GeneralC# MDI form Drawing Pin
Member 189349022-Jul-05 3:19
Member 189349022-Jul-05 3:19 
Generaloverride enable property Pin
fady_sayegh22-Jul-05 2:09
fady_sayegh22-Jul-05 2:09 
GeneralRe: override enable property Pin
Dave Kreskowiak22-Jul-05 4:57
mveDave Kreskowiak22-Jul-05 4:57 
GeneralVirtual Memory Pin
deus78922-Jul-05 1:03
deus78922-Jul-05 1:03 

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.