Register the required dll's to Windows framework as following.
Steps to register the DLL:
1. With Windows Explorer (file explorer) navigate to c:\Windows\Microsoft.NET\Framework\v4.0.xxx. NOTE: you may not have version 4.0. If not go to the 3.5 directory. 2. With the cursor in that window, hold Shift and right-click and select "Open command window here". 3. Enter the following: RegAsm.exe "C:\Program Files (x86)\JDA\Intactix\Space Planning\JDA.Intactix.Sentinel.Api.dll"
That will register the DLL and with that you should be able to register the program.
|