I'm able to run an executable built with the SDK on my development PC however after deploying to a production server I get the following error :
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Laserfiche.HttpClient.dll' or one of its dependencies. The specified module could not be found.
at Laserfiche.RepositoryAccess.Server.GetRepositories()
at MyProgram.Program.Main(String[] args)
The target machine is running Windows Server 2008 R2 Standard with Service Pack 1. It is a 64-bit OS. It has the following components installed:
Laserfiche SDK Runtime 9.1 x64 (version 9.1.1.118)
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030
Microsoft .NET Framework 4.5.2
I'm building the application using Visual Studio 2013.
Thanks in advance for any help you can offer!
- Bill