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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error running a query against an Access 2003 database

Status
Not open for further replies.

SteveShanks

Programmer
Nov 28, 2001
112
GB
Hi All

On one machine that I have my app installed on I get he following error message when running a query to retrieve data from an Access 2003 database using JET OLEDB 4.0

"The procedure entry point CreateActCtxW could not be located in thr dynamic link library KERNEL32.dll"

This is then followed with error "REGDB_E_CLASSNOTREG(0x80040154)" and "E_UNEXPECTED(0x8000FFFF)"

These last two errors appeared on other machines and applying the latest JET 4.0 patches sorted them but I can't find anything usefull on "CreateActCtxW"

Anybody seen or had experience with this would be much apprieciated.

Thanks
Steve
 
Have you checked your .NET framework version?
djj
 
Its framwork v1.1.4322 which is what is on all the other machines. This machine does however also have framework v2 on it

Thanks
Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top