What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Loading assemblies that are not in the GAC

tanis

New Member
Joined
Jan 28, 2010
Messages
5
Reaction score
0
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?
 
I believe so yes. Someone correct me if I'm mistaken.
 
Apparently you can't. Unless I'm missing something somewhere. Any of the developers who can confirm this?
 
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.
 
Back
Top