Added Excel Report - Problem in distributed application

funderburgh

Registered User.
Local time
Today, 01:51
Joined
Jun 25, 2008
Messages
118
I recently added production of an Excel report to an application I have developed and maintained over a series of years. The version works great (finally) on my development platform.

When I make a distributed version and install it, I get a run-time error saying that a specific DLL is not found: "EXCELP...13.dll" (the message does not spell out the entire dll name).

I have searched my computer and cannot find a dll that fits that model (no "EXCEL..." dll at all).

When I install the distributed version on my computer it runs fine.

I was careful to use early binding in the development and I re-checked that code and it looks good.

I am at a loss. Any ideas would be welcome.
 
Thanks for the attention. No, but I am not distributing the ADCCR. I have a split database configuration and using developer to create a distributed application with a .msi and access runtime.

This configuration has been in place for some years and was not changed in connection with the addition of the Excel report. If there is a tie-in here I need to be coached about it.
 

Users who are viewing this thread

Back
Top Bottom