Re: [ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-14 Thread Rick Byers
-- > 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

Re: [ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-13 Thread Keith Hill
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

Re: [ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-12 Thread Andy Smith
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

Re: [ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-12 Thread Eric Gunnerson
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

Re: [ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-12 Thread J. Merrill
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

Re: [ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-12 Thread Gautama, Damon
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

[ADVANCED-DOTNET] Problem Using LoadFrom()

2004-01-12 Thread Andy Smith
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()