dynamically loading assembly from gac of a remote machine

  • Thread starter Thread starter Eric Newton
  • Start date Start date
E

Eric Newton

hmmm why would the news server use HIS time as de-facto?

anyways, the GAC is per machine only, not like COM where you could
conceivably createobject on a different machine if the types were registered
in both places.

so the answer is Cant be done. Look into "Remoting".
 
HI Everyone,
I am trying to dynamically load a custom deployed assembly from the GAC of a
remote machine so that i could call its method from my code using
reflection. Can anyone tell me how do i do this? Any help would be
appreciated.

Thanks
Vivek
 
Back
Top