T tanis New Member Joined Jan 28, 2010 Messages 5 Reaction score 0 Feb 18, 2010 #1 Is it possible for a plugin to load an assembly that is not stored in the GAC but that is stored with the rest of the plugin's source code?
Is it possible for a plugin to load an assembly that is not stored in the GAC but that is stored with the rest of the plugin's source code?
fpsware Community Developer Joined Jan 15, 2010 Messages 5,287 Reaction score 133 Feb 18, 2010 #2 I believe so yes. Someone correct me if I'm mistaken.
T tanis New Member Joined Jan 28, 2010 Messages 5 Reaction score 0 Feb 19, 2010 #3 Apparently you can't. Unless I'm missing something somewhere. Any of the developers who can confirm this?
Apparently you can't. Unless I'm missing something somewhere. Any of the developers who can confirm this?
MaiN Well-Known Member Joined Jan 15, 2010 Messages 1,017 Reaction score 35 Feb 19, 2010 #4 You can't. Reason being that Honorbuddy actually only knows about the assemblies that it has referenced itself. It's one of the cons with the dynamic compiling system.
You can't. Reason being that Honorbuddy actually only knows about the assemblies that it has referenced itself. It's one of the cons with the dynamic compiling system.