Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about Windows Forms.. Pin
Heath Stewart18-Oct-03 10:33
protectorHeath Stewart18-Oct-03 10:33 
GeneralRe: Question about Windows Forms.. Pin
hammackj18-Oct-03 12:52
hammackj18-Oct-03 12:52 
GeneralRe: Question about Windows Forms.. Pin
Heath Stewart18-Oct-03 16:08
protectorHeath Stewart18-Oct-03 16:08 
GeneralRe: Question about Windows Forms.. Pin
Judah Gabriel Himango18-Oct-03 23:23
sponsorJudah Gabriel Himango18-Oct-03 23:23 
GeneralTextbox question Pin
mweiss17-Oct-03 19:26
mweiss17-Oct-03 19:26 
QuestionMP3 Player in C# ??? Pin
Dato17-Oct-03 14:50
Dato17-Oct-03 14:50 
AnswerRe: MP3 Player in C# ??? Pin
Kant17-Oct-03 17:56
Kant17-Oct-03 17:56 
GeneralRe: MP3 Player in C# ??? Pin
leppie17-Oct-03 19:56
leppie17-Oct-03 19:56 
GeneralRe: MP3 Player in C# ??? Pin
Dato19-Oct-03 1:27
Dato19-Oct-03 1:27 
GeneralRe: Possible Speed Enhancements Pin
Daniel M. Edwards17-Oct-03 17:14
Daniel M. Edwards17-Oct-03 17:14 
GeneralRe: Possible Speed Enhancements Pin
eggie517-Oct-03 18:26
eggie517-Oct-03 18:26 
GeneralCOM+ Service Installation Pin
Pietro217-Oct-03 12:21
Pietro217-Oct-03 12:21 
GeneralRe: COM+ Service Installation Pin
Heath Stewart18-Oct-03 10:41
protectorHeath Stewart18-Oct-03 10:41 
GeneralRe: COM+ Service Installation Pin
Pietro219-Oct-03 3:18
Pietro219-Oct-03 3:18 
Generalremoting channel woes Pin
qek17-Oct-03 11:37
qek17-Oct-03 11:37 
GeneralRe: remoting channel woes Pin
Heath Stewart18-Oct-03 10:42
protectorHeath Stewart18-Oct-03 10:42 
GeneralRe: remoting channel woes Pin
qek20-Oct-03 5:04
qek20-Oct-03 5:04 
GeneralRe: remoting channel woes Pin
Heath Stewart20-Oct-03 6:00
protectorHeath Stewart20-Oct-03 6:00 
GeneralRe: remoting channel woes Pin
qek20-Oct-03 11:02
qek20-Oct-03 11:02 
GeneralRe: remoting channel woes Pin
Heath Stewart20-Oct-03 11:38
protectorHeath Stewart20-Oct-03 11:38 
GeneralRe: remoting channel woes Pin
qek27-Oct-03 10:14
qek27-Oct-03 10:14 
GeneralRe: remoting channel woes Pin
Heath Stewart27-Oct-03 10:23
protectorHeath Stewart27-Oct-03 10:23 
GeneralRe: remoting channel woes Pin
qek27-Oct-03 10:50
qek27-Oct-03 10:50 
GeneralRe: remoting channel woes Pin
Heath Stewart27-Oct-03 10:53
protectorHeath Stewart27-Oct-03 10:53 
GeneralRe: remoting channel woes Pin
qek27-Oct-03 11:46
qek27-Oct-03 11:46 
Let me elaborate:
I have three projects, server, client, dll

The server is a single windows app that just exports the methods in the dll through remoting. It also creates a local instance of the dll.

The dll is just two methods that both call Shell(), with different parameters.

the client is a console app that connects to the server to access the remoted methods, and calls one or the other.

When the client can't connect without an exception being thrown, the server is still running, and the local instance still functions. I have exception handling in the dll (which is where the error says it's originating), but it doesn't catch anything.

The code is extremely simple (less than 10 lines per piece) maybe it would be easier if I sent it to you and we can continue this discussion off list.

thanks for the help, btw

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.