...
Register the Patricia DLL for Nuxeo Integration
- Download the latest versioncorrect version of the NuxeoLib.dll matching your EDMS version:
– for EDMS versions 1.9.8.2.3-2 and earlier: NuxeoLib-release-2016-10-20.zip
– for EDMS versions 1.9.8.2.3-3 and later:
- Copy the .dll file to an appropriate installation folder (e.g. C:\Program Files\Patrix\).
Open a command prompt as administrator and then register the .dll with the following command:
Code Block %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm /codebase "C:\Path\To\nuxeoLib.dll"
Replace the target path in the command with the location of the saved .dll.
Also take note of the resulting text in the command prompt. It should state that the registration was successful.
...