Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual C++ Runtime Error

Status
Not open for further replies.

jcarmody

Programmer
Apr 25, 2002
39
US
Hello -

I am having a problem with an Access 2000 database which is running on a PC using the Access runtime. The error is in a box labeled Microsoft Visual C++ Runtime Library. Here is the message:

Program:...es\microsoft shared\access runtime\office10\msaccess.exe

The application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information.

This error occurs when you first open the database, the switchboard is displayed correctly, and then the message pops up. When you click on OK the application closes. The problem is related to a specific PC, other PCs with this database and the runtime are fine. Any ideas or suggestions?

Jcarmody
 
It's because you don't have that library on the machien -- the question is -- why do you need that library for using Access?

Use a different machine and REMOVE that library from the references section. Then you'll be ok ;-)

Randall Vollen
National City Bank Corp.
 
Here are the references I have checked:
Visual Basic for Applications
Microsoft Access 10.0 Object Library
Microsoft DAO 3.6 Object Library
Oleprn 1.0 Type Library
OLE Automation
Microsoft Visual Basic for Applications extensibility 5.3

What one should I remove?

JC
 
This looks like your references are fine -- I'm not sure at this point..

Randall Vollen
National City Bank Corp.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top