We have some legacy asp sites that use the iManage api to open/export documents and read profile information. We recently tested these sites by replacing the version 8.5 imanage.dll with version 9. The sites all fail on trying to
set objNRTDMS = server.createobject("Imanage.NRTDMS").
The dll is registered, and the old version was unregistered first.
Does anyone know why this would fail? Does version 9 introduce a different syntax, or are there other steps we need to take?
Thanks...