Application Domains with Proprietary DLL

79 views Asked by At

I have an ASP.NET C# application that needs to execute code that is in a proprietary DLL in another app domain. It seems most code that I could find requires that I make the objects MarshalByRefObject but since they are in another dll, I don't really have access to them. I would like to ideally just make calls to the proprietary dll in another AppDomain, but I don't really know how I would go about doing that.

0

There are 0 answers