Hello.
I'm trying to use
SCM Anywhere Hosted 2.1 Plug-in for CruiseControl.NET with CruiseControl.Net v1.5.0.6237 but every time i get an error "Could not load file or assembly %path%\ccnet.SCMH.plugin.dll"
ccnet.config file looks like in the example from your site
Code:
<cruisecontrol>
<project name="ccnet.SCMH.plugin">
<sourcecontrol type="SCMH" autoGetSource="true" applyLabel="true">
<organizationID>300464</organizationID>
<ssl>false</ssl>
<teamProjectName>default</teamProjectName>
<serverFolder>$/ccnetTest</serverFolder>
<username>dynamsoft1</username>
<password>dynamsoft1</password>
<workingDirectory>D:\ccnetTest</workingDirectory>
</sourcecontrol>
</project>
</cruisecontrol>
And files SCMH.Core.dll, ccnet.SCMH.plugin.dll, SCMHSDK.dll are definitely in the server directory of ccnet.
Also, i'm using Win7 x64.
Am i doing something wrong, or is there any solution to this?
Thanks.