Could not load file or assembly "SharpSvn.dll" or one of its dependencies. The specified module could not be found.

--- --- restore content begins

Use sharpSVN in C # projects were SVN related functions developed when he met a "Could not load file or assembly" SharpSvn.dll "or one of its dependencies. The specified module could not be found." Such a mistake

After some trial and searching, come to look at a few key points:

  • Ensure SharpSVN version and install their own version of tortoisesvn keeping large version, or will report copy format SVN repository incompatibility problems, this time using the same version of the big problems can be solved SharpSVN and tortoiseSvn

     

  • Ensure consistent compiler options for your project and SharpSvn compiler options that correspond x64 platform x64 platform, x86 platform corresponds to the x86 platform, otherwise it will report "can not find the module or assembly XXX Version =" ", publicKey = ..., Token = "" xxx "error
  • If no more than a few questions, then we need to ensure that the version of .Net Framework version using C # project compile-time and run-time consistent with the
  • If the error is still there, it is the system itself lacks some dependencies led does not work properly, you can try to install Microsoft Visual C ++ 2010 x64 Redistributable Setup 2012,1015 and other versions of dependent libraries to repair,

 

Guess you like

Origin www.cnblogs.com/Qice/p/10963009.html