-
I have been working on a database app for sometime. It installs fine but when I go to run it it gives me this error:
Class Not Registered
looking for object With CLSID:{00000010-0000-0010-8000-00AA00602EA4}
The program runs fina after you click ok on the error notification. Anyone know why it is doing this?
-
Well ...
Check the versions of the controls you have used in the application and on the client machine. There may be different versions of the same control.
-
I have no idea of what to look for I just assumed that the program would update all the controls. And I can't find the key in regedit.
-
Well ...
Better not mess-up with the registry.
Search for the ocx files already on the client's machine and the ones used in your program. You can check out their versions.
If you can, get the latest service pack. SPs seem to make everything OK these days.
-
Well I did some looking and found nothing. But the program does seem to work fine under win2k sp1. It fails on the machine without the service pack so that must be it.