Click here to Skip to main content
16,008,183 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Marc Clifton16-Aug-02 13:14
mvaMarc Clifton16-Aug-02 13:14 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
skn2k16-Aug-02 16:39
skn2k16-Aug-02 16:39 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.16-Aug-02 22:46
Stephane Rodriguez.16-Aug-02 22:46 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
nitro66618-Aug-02 4:17
nitro66618-Aug-02 4:17 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.18-Aug-02 4:39
Stephane Rodriguez.18-Aug-02 4:39 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
nitro66618-Aug-02 6:07
nitro66618-Aug-02 6:07 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.18-Aug-02 4:51
Stephane Rodriguez.18-Aug-02 4:51 
GeneralEvents from a Remote Object Pin
16-Aug-02 10:12
suss16-Aug-02 10:12 
This seems simple to me but im getting an error that doesnt describe the problem well enough for me.

Im creating a MarshalbyRef object and exposing it on a server application using TcpChannel. a client then can comunicate with its functions remotely without error (i used Nish's guide @ csharp/absoluteremoting.asp). I would like for two clients to be able to talk to each other through this service (or anything like that). I was hoping to be able to just add an event to the remote object and link the projects that way. But when i try to += event binding, I get this error:

<br />
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll<br />
<br />
Additional information: File or assembly name RemoteTestClient, or one of its dependencies, was not found.<br />


The assemblies seem fine to me and if i remove this line the project works (without the event).

what, and on how many levels, am i doing wrong?

thx
GeneralRe: Events from a Remote Object Pin
Sijin17-Aug-02 1:39
Sijin17-Aug-02 1:39 
GeneralIdentifying struct type from pointer Pin
leppie16-Aug-02 9:52
leppie16-Aug-02 9:52 
GeneralRe: Identifying struct type from pointer Pin
Stephane Rodriguez.16-Aug-02 10:15
Stephane Rodriguez.16-Aug-02 10:15 
GeneralRe: Identifying struct type from pointer Pin
leppie16-Aug-02 11:04
leppie16-Aug-02 11:04 
GeneralDll and HINSTANCE Pin
Nish Nishant16-Aug-02 7:38
sitebuilderNish Nishant16-Aug-02 7:38 
GeneralRe: Dll and HINSTANCE Pin
albean16-Aug-02 7:54
albean16-Aug-02 7:54 
GeneralRe: Dll and HINSTANCE Pin
Nish Nishant16-Aug-02 8:09
sitebuilderNish Nishant16-Aug-02 8:09 
GeneralRe: Dll and HINSTANCE Pin
leppie16-Aug-02 8:33
leppie16-Aug-02 8:33 
GeneralRe: Dll and HINSTANCE Pin
Nish Nishant16-Aug-02 9:48
sitebuilderNish Nishant16-Aug-02 9:48 
GeneralRe: Dll and HINSTANCE Pin
leppie16-Aug-02 10:49
leppie16-Aug-02 10:49 
GeneralI'm becoming crazy about keys Pin
Anonymous16-Aug-02 5:49
Anonymous16-Aug-02 5:49 
GeneralRe: I'm becoming crazy about keys Pin
leppie16-Aug-02 6:30
leppie16-Aug-02 6:30 
GeneralRe: I'm becoming crazy about keys Pin
nitro66618-Aug-02 6:34
nitro66618-Aug-02 6:34 
GeneralRe: I'm becoming crazy about keys Pin
James T. Johnson16-Aug-02 8:41
James T. Johnson16-Aug-02 8:41 
GeneralRe: I'm becoming crazy about keys Pin
nitro66618-Aug-02 9:23
nitro66618-Aug-02 9:23 
GeneralRe: I'm becoming crazy about keys Pin
James T. Johnson18-Aug-02 9:24
James T. Johnson18-Aug-02 9:24 
GeneralRe: I'm becoming crazy about keys Pin
leppie19-Aug-02 0:00
leppie19-Aug-02 0:00 

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.