does anybody know how to load a dll that is dependent to the plugin?
The plugin does not load at all if the dependent dll is not in xlobby directory.I am trying to move out the dependent dll:s from the xlobby dir to a seperate path, but then the plugin wont load.
I'm trying to load the dll:s by Assembly assem = Assembly.LoadFrom(strFile);
but it wont help? I do this in the public section of the plugin but maybe I have to do it somewhere else in the code.
//Lasse