Detect missing DLL files on Server 2008R2 (1 Viewer)

Tiger955

Registered User.
Local time
Today, 02:42
Joined
Sep 13, 2013
Messages
140
Hi!

After finishing my development on a Access2010 accdb I converted it into a accde and want to run it on a server profile on server 2008 R2.

Before that I installed it locally on different users machines. All of them have Windows 7 Enterprise, and Access runtime 2010.

For all on them it works perfect.

But on Server 2008 R2 it fails without error message, already on start.

I tried to avoid references by late binding, but cannot detect a reference on Microsoft Forms 2.0 Object Library (c:\Windows\systems32\FM20.DLL) on my access2010 full version on my development PC, as I assume that this DLL could cause the problem. I could not find it on the server in systems32 as the server 2008 is a 64 bit version.

On the dev machine I cannot break the reference on Microsoft Forms 2.0 Object Library, because the system says that this "lib is in use".

So how can I make my accde run on the server? Or even before: how can I break the reference to this lib on my dev machine?

BTW another accde without reference to Microsoft Forms 2.0 Object Library runs perfect on the server.

Thanks your help

Michael
 

Users who are viewing this thread

Top Bottom