vote up 0 vote down star

How Load dll from gac using Assembly.Load from remote machine ?

flag
Just to be clear, your assembly is gac'd where exactly? – Chris Lively Jul 7 at 18:12
seems to me, assembly is "gac'd" on machine A, and he wants to load it from machine B – BlackTigerX Jul 7 at 18:38

1 Answer

vote up 0 vote down

It can not be done.

The GAC is per machine only, unlike COM where you could use CreateObject on a different machine if the types were registered in both places.

Perhaps you should look into WCF (Windows Communication Foundation) (This has replaced Remoting.)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.