mbrown0717
Programmer
I created an application in VB6 using VB's data report. I was successful in running the report on my machine and others running Windows 95. It was installed and run on a user's machine who uses Windows NT version 4. The user received an error when she tried to create a report. The error was "Run time error -2147220992 (80040200) Library Not Registered". When I look this message up in msdn, I am referred to either a MAPI error or an error related to trying to invoke a data environment command using a server side cursor. The above references did not help, but I am still trying to make sense of the information. Does anyone have any idea about why I received the above run time error when executing a VB data report?