Loading an Assembly with an interface using AppDomain?

Source files for the Projects uploaded to the wiki… download and run them using studio 2010 …
the Host Application was made for Hydra change the board if you don’t have the hydra.

Can anyone think of anything that the plugin interface could use… ?

Feedback is most welcome :wink:

Thanks.

Enjoy!

Has anyone tried loading an assembly twice with the AppDomain method?

I am trying to create a system of reloadable assemblies. The problem when I do not use a separate AppDomain I eventually get a null reference exception, I am guessing this is the total number of loaded assemblies limit? If I create a separate AppDomain that eventually calls AppDomain.Unload() to unload the assembly then the system freezes the second time I call AppDomain.CurrentDomain.CreateInstanceAndUnwrap.