Conversion problems

Sam Summers

Registered User.
Local time
Today, 20:35
Joined
Sep 17, 2001
Messages
939
I am having a problem when converting my database from '97 version to 2000 or 2002.

In the conversion error table I am getting this
"Missing or broken VBE reference to the file 'OLEMSG32.DLL'"

Any ideas?

Thanks in advance
 
Try compiling your converted code to get the line causing the problem. That should help identify exactly what's causing the error. You may have many errors to correct before the problem error is encountered. The compiler will stop with the first error. Correct errors until you find the problem one. The problem error may be way down the list.

You've encountered what is known as "dll hell."
 

Users who are viewing this thread

Back
Top Bottom