“Could not load file or assembly”/ “or one of its dependencies. The module was expected to contain an assembly manifest.”
问题 I have a c# application which uses SharpSVN dll and NServicebus dll,it compile fine but when it is executing(in the time of initialize the bus) it throw the following error Could not load file or assembly 'file:///C:\Repositories\Repo\hooks\SharpSvn-DB44-20-Win32.dll' or one of its dependencies. The module was expected to contain an assembly manifest. How can I solve the above problem. Thank in advance Susanta 回答1: Exclude the sharpsvn dlls from the NServiceBus assemblyscanning by configuring