Weird run time error
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
Weird run time error
When trying to preview a report on a notebook PC (all the R&R is on a network drive) I get an error that says: ____Cannot Open File: Lead Technologies Libraries____This is the only PC that generates this error. I am calling the runtime from my own code. It blows on chooseReport().____Anybody know what this is?____thaks__Fred
=> RE: Weird run time error
You need to have the lead tools support files available. Typically these would be in the R&R program directory. Here is the file list:__LFBMP13N.DLL__LFCMP13N.DLL__LFFAX13N.DLL__LFGIF13N.DLL__LFPCX13N.DLL__LFPNG13N.DLL__LFTGA13N.DLL__LFWMF13N.DLL__LFWPG13.DLLL__LDIS13N.DLL__LTFIL13N.DLL__LTKRN13N.DLL____Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Weird run time error
I am confused since the report runs on other PC^s that don^t have those files. What are they for?____I am trying to create an app that run a R&R report from the same network directory, and I want the directory to be as self contained as possible with as few files as possible.____thanks__Fred
===> RE: Weird run time error
Is there a chance that the other stations are using an earlier version of R&R? We changed to the LeadTools library starting in V10.____Putting these files in the same folder as the runtime executable should correct the problem.____Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: Weird run time error
I^ll have to check. I removed an image from my report (.jpg) and the error went away. Requiring all these files is a real nuisance when deploying apps.