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
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