Re: [DOTNET] Loading remote assemblies

2002-04-21 Thread Mike Woodring
es - Original Message - From: "JP Hamilton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 20, 2002 1:04 AM Subject: [DOTNET] Loading remote assemblies > I am trying to use Assembly.LoadFrom to load an assembly from a remote > machine usin

[DOTNET] Loading remote assemblies

2002-04-20 Thread JP Hamilton
I am trying to use Assembly.LoadFrom to load an assembly from a remote machine using a URL. I pass the appropriate evidence and the assembly is loaded fine. I am able to create objects and call methods at runtimeif the methods take no parameters or the parameters are .NET data types. What do