I have strange problem with loading assembly from file and unfortunately I can\'t reproduce it with simple easy-to-share code. I describe what I\'m doing right below.
I want to load two assemblies from C++/CLI; assembly A depends on assembly B, and both are VB.Net projects (3.5). I want them to load from a byte array, so I use Assembly::Load(), but when I try to in