Hello,
We recently developed a RESTful Laserfiche Web API (.NET) that provides programmatic access to Laserfiche documents/services. We deployed the application and testing has been mostly successful.
However, we found we were getting out of memory exceptions despite having plenty of available memory and eventually figured out that the app pool is defaulting to 32-bit and will not run if that is disabled.
When attempting to debug the application in 64-bit we receive an error related to the LaserficheImaging dll.
The part that has me stumped is that I see a 64-bit version of LaserficheImaging in the GAC, yet DocumentServices (10.2.1.492) is still referencing the 32-bit version internally.
What do we need to do to get the LaserficheImaging reference working in 64-bit?