TheVampire
Programmer
Trying to get some assistance on how to load a dll into a new appdomain that I've created, retrieving a result from a function in that DLL, and then unloading the appdomain. I've set my DLL class as serializable. I know how to create the appdomain, but loading the DLL into the domain and calling the function is what's giving me the problem. I'm using CreateInstanceFromAndUnwrap but getting a "Type not resolved" error.
Thanks
Thanks