It's hard to say whether there's a problem in your app, or the installation of
it. Sounds to me at least possibly it's in the app.
A program or db error can only be diagnosed with Full Access. Otherwise
debugging is disabled and untrapped errors go nowhere. On your development
machine, you can switch between full and runtime mode by whether you include
the "/runtime" switch when you start Access. An mde makes debugging even more
difficult because then not even the code is available.
It can be really difficult to find the cause of an error which occurs only in
runtime and not in full Access. Since we don't know your app, you must be
asking if there's some general well-known problem. Not as far as the
non-specific info you've given, or as far as I can see.
You mention Macros. These tend to be a big no-no in a runtime app (apart from
very simple ones, to start the app, transfer straight to code, whatever). The
reason is for precisely what you state, if you get errors in a macro then it's
curtains really. A Macro, in a Runtime, in an Mde, is great but it's about the
least diagnosable combination I can imagine.
Go back and test your MDB under FULL ACCESS, I can only suggest.
Chris
> I deploy a package with a 2003 runtime
> when i then try to open the mde-database i get some errors
[quoted text clipped - 5 lines]
>
> PER
Per - 24 Sep 2004 12:13 GMT
Thanks for the advice
i tried to make a runtime with just the real MDB and i
get the same errors I think it is maybe the the files
that i include in my package sutch as oleaut32.dll and
various others which are referenced in my Base.When i
install a full access on clients everything works fine
so it is possibly in those files. is there anyway i can
tweak securitysettings on the runtimeapp som i can get
ried of the "macorsecurityquestion"
PEr
>-----Original Message-----
>It's hard to say whether there's a problem in your app, or the installation of
[quoted text clipped - 31 lines]
>
>.
Chris Mills - 24 Sep 2004 12:25 GMT
There's quite a bit of discussion on getting rid of the macro warning, either
here or in the access.setupconfig newsgroup. Another keyword to search for is
"sandbox" mode.
Chris
> Thanks for the advice
> i tried to make a runtime with just the real MDB and i
[quoted text clipped - 7 lines]
>
> PEr