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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top