Is it possible to deploy SDK dependencies with a web application without installing the SDK runtime on the web server?
The symptom of my problem is a BadFormatException on Laserfiche.I18n.dll, but none of the regular solutions posted here seem to be helping. My thought is that it's because I'm trying to deploy the components along with my application. If I deploy the application straight to the Laserfiche application server (which has everything installed) it works fine.
However, I need to deploy this application to a web server, and we like to keep the dependencies restricted to what can be deployed as part of each application.