When running a map in SmartConnect via the web service, receiving an error that says “Could not load file or assembly eOne.Smartconnect.RemoteLoader or one of its dependencies. The system cannot find the file specified.
This occurs when the web service cannot locate the eOne.Smartconnect.RemoteLoader.dll file. In order to resolve it, perform the following steps on the machine that is hosting the SmartConnect web service.
If you are using the WCF web service do the following
Copy the following 2 files:
eOne.SmartConnect.Connectors.WebService.RemoteFactory.dll
eOne.SmartConnect.RemoteLoader.dll
From this folder:
C:\Program Files (x86)\eOne Solutions\wcf\bin
To this folder:
C:\Program Files (x86)\eOne Solutions\wcf
If you are using the ASMX web service do the following
Copy the following 2 files:
eOne.SmartConnect.Connectors.WebService.RemoteFactory.dll
eOne.SmartConnect.RemoteLoader.dll
From this folder:
C:\Program Files (x86)\eOne Solutions\www\bin
To this folder:
C:\Program Files (x86)\eOne Solutions\www
NOTE:
If your IIS server is 32 bit, the pathnames will be C:\Program Files\eOne Solutions\wcf\www and C:\Program Files\eOne Solutions\www respectively