--
> From: Moderated discussion of advanced .NET topics.
> [mailto:[EMAIL PROTECTED] On Behalf Of Gautama, Damon
> Sent: Monday, January 12, 2004 12:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [ADVANCED-DOTNET] Problem Using LoadFrom()
>
> Is your assembly strong named? If not, I
The following article on GOTDOTNET explains the situation with Load vs.
LoadFrom fairly well:
http://www.gotdotnet.com/team/clr/LoadFromIsolation.aspx
--
Keith
-Original Message-
From: Andy Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, January 12, 2004 11:56 AM
Subject: Re: Problem Usi
Behalf Of Gautama, Damon
Sent: Monday, January 12, 2004 12:39 PM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] Problem Using LoadFrom()
Is your assembly strong named? If not, I think this is expected behavior.
damon
-Original Message-
From: Andy Smith [mailto:[EMAIL PROTECTED]
Sent
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Smith
Sent: Monday, January 12, 2004 8:59 AM
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] Problem Using LoadFrom()
I use LoadFrom() to load an assembly and register the remotable types
included therein. I m
Clarification may be needed. You used these phrases: "I use LoadFrom", "I make a
call to one of these remotable types from a remote client", and "ignored by the host."
Am I right that the computer that called LoadFrom is the host, and that another
machine (not the one that called LoadFrom) is
Is your assembly strong named? If not, I think this is expected behavior.
damon
-Original Message-
From: Andy Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, January 12, 2004 10:59 AM
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] Problem Using LoadFrom()
I use LoadFrom() to load an
I use LoadFrom() to load an assembly and register the remotable types
included therein. I make a call to one of these remotable types from a
remote client and it fails UNLESS I put the assembly in the same directory
as the host (executable). It's as if the path that was provided for the
LoadFrom()