http://code.google.com/p/openvcs
I am trying to build the project on windows 7 64bit ,but i am getting an exception like this on class VCSEngine , line 56 at this line bool ret = OpenVCSEnginePINVOKE.VCSEngine_initialize(); this is the exception detail: {"The type initializer for 'org.doubango.OpenVCSEngine.OpenVCSEnginePINVOKE' threw an exception."}
innerException : {"The type initializer for 'SWIGExceptionHelper' threw an exception."} innerinnerExcpetion: {"Unable to load DLL 'OpenVCSEngine': The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)"}
Is using 64 bit windows a problem ?