I have an application that has worked fine my development environment. In the UAT environment, I am getting the error 'Could not load file or assembly 'Laserfiche.HttpClient' or one of its dependencies'. This occurs when I first attempt login into Laserfiche using the SDK. The project references the following assemblies:
Laserfiche.DocumentServices
Laserfiche.I18n
Laserfiche.RepositoryAccess.
I have installed the SDK runtime installer on the UAT server and the files (Laserfiche.HttpClient and LaserficheImaging) are visible in the GAC. The runtime installer has always solved this problem in the past, but this time it has not worked. Is there anything else I can check?