My question is whether it is possible at all to dynamically load a CLR assembly that have all the assemblies it references packed within by LibZ solution. If I try to just use an Assembly.Load() it doesn't seem to work (BTW the Telerik's JustDecompile does not see them also). I hope anyone has stumbled upon this problem with this particular setup or may know some of the quirks involved. Maybe some manipulations that I can do within the ResolveEventHandler event?
Best regards