I just downloaded the 64bit version of the SharpSVN here's the link!
When I run my application, error message displayed. I have searched the net on how to fix this issue but I'm failed. I tried the following solution:
- setting the Configuration Manager to x64 as suggested on this post
- setting the startup config on this response
- also tried downloading x86 and set the config manager to x86.
- tried this also, adding assembly link
I'm using Win7, 64bit,.net 4.0.
<configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v2.0.50727"/> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> </startup> </configuration>
? – Austro