C# the module was expected to contain assembly manifest
问题 Hi I am new to the C# world. I am having to use it because of a dependency on xceedzip.dll compressed data coming through from a multicast feed. After hacking together some code for receiving the feed, I am facing a hurdle in invoking this dll. From what i understand i need to use the "System.Reflection" and invoke the dll. Currently my source code and the dll reside in the same directory. The code compiles successfully. Assembly ass = Assembly.Load("XceedZip"); I get the System