我正在使用 subversion Sharpsvn 连接库,但总是出错。代码如下:
SvnClient client = new SvnClient();
string targetSource = "http://xxxxxxx/svn/xxxx/xxxx/";
string uriDest = "C:/Documents and Settings/user/My documents/Jesus/project/test";
client.CheckOut(new Uri(targetSource), uriDest, SvnRevision.Head.Revision, true);
虽然缺乏身份验证,但如果我尝试运行此代码,我会在项目的 Main() 中收到以下错误:
“混合模式程序集是使用版本‘v2.0.50727’运行时编译的,如果没有额外的配置信息,则无法在运行时 4.0 加载。”