runtime requested to terminated in an unusual way

G

Guest

Application developed in access xp deployed as .mde to access 2003 gives this
message runtime requested to terminated in an unusual way.
Cannot find any message describing the problem. The application is running
perfect on access xp as well as access xp runtime.

Thanks in advance
 
G

Guest

If the application is a .mde, it might reference some version-specific code
libraries (eg., Microsoft Access 10.0 Object Library) that are not available
to Access 11. Since it is a .mde, the code's all compiled and the new
version cannot update the code library "on the fly". I'll bet that if you
tried running the .mdb on the machine with Access 2k3, it would work just
fine. You might need to recompile your Access 2k2 .mdb using Access 2k3,
then remake a 2k3 .mde.
 
G

Guest

Thanks for the quick answer. I am sure you rigth - I did not think about
that. Normally I distribute my application together with ms access runtime xp.

I am using object libraries 10.0 for access, office, word. A greater part of
the application is running (dao etc.). Is there a work around - I cannot
deploy my MDB due to competitors.

once again thanks in advance.
 
G

Guest

The only way I know to distribute an .mde is to load up the .mdb into Access
2003, Alt+F11 to VBA, recompile using the Office-Access-Word etc etc v11
object libraries, save, close and return to Access, then use Access 2003 to
create the .mde. Others may have another answer, but if you need to
distribute only a .mde, I am not aware of any other alternative.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top