Re: Missing DLLfrom A2K

Tech-Archive recommends: Fix windows errors by optimizing your registry



intelligent solution - is to distribute MDE with references you sure in place (or you install them), all other references you have to remove and use late binding

--
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


"roy_ware" <royware@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:FDB66280-B36F-4ACD-95BC-BFAB20707864@xxxxxxxxxxxxxxxx
The problem being, if I distribute an MDE, how would I know what was missing?
Since this is an MDB, the solution works, but for the original MDE, it's
insufficient.


It doesn't seem to be an intelligent solution to distribute the MDB and
recompile on every user's machine just to make sure all the references are
there.



"Alex Dybenko" wrote:

Open a reference dialog (menu tools-references) and see what is missing
there, all references whould be in place

--
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


"roy_ware" <royware@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F14EF06A-2E2F-4585-B8D3-9AD7A4BA3AD0@xxxxxxxxxxxxxxxx
>I got my Access 2000 project completed and converted to a MDE on my
> development machine. A buddy wanted to see how it worked, so I sent > him a
> copy of the MDE and BBOOOOMMM - failed on load. He's using Access > 2002,
> so
> we figured that the MDB had to be converted to a MDE under Access 2002.
>
> So I gave him the MDB version and it still failed. So he hit it with a
> debugger and it still failed. But this time, the debugger indicated > that
> the
> problem is in the switchboard module and that a DLL file is missing.
> Useless
> debugger - it failed to indicate WHAT DLL is missing.
>
> Any suggestions???




.



Relevant Pages

  • RE: Function name not found
    ... but shouldn't the MDB use the same references? ... something happen in the MDE compilation process that disallows the XP machine ... I have this startup methodology that provides a little more flexibility than ...
    (microsoft.public.access.modulesdaovba)
  • Re: Different VBA code behaviour in MDB and MDE
    ... When the code is compiled into an MDE, ... the MDB file has, but which has been removed from the MDE file. ... Library references can only be altered in an MDB or MDA file, ...
    (comp.databases.ms-access)
  • Re: Access compact error
    ... references to mde files I have created. ... All the mdb's run fine, I only get the problem when I compact a mdb ... Compacting mdb's that do not have mde references does not fail. ...
    (microsoft.public.access.setupconfig)
  • Re: Incompatibilities between A2002 and A2003.
    ... Chris, if you wish to investigate which references are in use in your MDE, ... References collection, save it in your MDB, and execute it in your MDE. ...
    (microsoft.public.access.developers.toolkitode)
  • Re: Lock / Unlock VBA project
    ... "Alex Dybenko" wrote: ... make MDE? ... library MDB - create ne mdb, import forms/modules from your app, which ... have to make MDE of it and add reference to library MDE in order to make MDE ...
    (microsoft.public.access.modulesdaovba)