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.
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.