-
I had a program that I compiled and saved to CD and installed. It worked fine.
I wanted to change the words on a help form so I went back to the project and edited it then recompiled it.
Now when I try to install the new program I get the error message "Class Not Registered" "Looking for object with CLSID {00000010-0000-0010-8000-00AA006D2EA4}
I get the message three times then it gives something like "varible with object not defined"
I am sure this has to do with my database. I have 3 recordset objects in the program. Trying to connect to an Access DB. I can't find out what I have done wrong.
I have tried to install it under a different directory, filename, and use other copies of of the DB I had saved etc.
By the way it works fine on my own computer.
BJ
-
I think I remember what I did, but I still need help. I had installed alot of components to my project that were giving me errors during setup so I tried to delete them all because I wasn't using them in my project. I must have accidently removed something important also. Is there a component that I need to connect to an Access Database on a computer that doesn't have Access. I think that's the problem
BJ
-
Hej, when you compiled yor new version did you check for binary compilation???
if not your new component has a new GUIDs and therefore not compatible with previous versions!!
Your users don't need to have Access for your app to work.
regards
André
-
Thanks but I did something even more stupid. I removed the checkbox on DAO 3.0 library in the project references.
I feel silly but this is my first program.
Thanks Alot
BJ
-
I'm a beginner also in Visual Basic. I share a common situation as yours. I have developed a program, which installs and runs on my computer. But when I install and run the program on another computer, which does not have Visual basic 6 installed, I get the same exact "Class not registered - Looking for object with clsd:{00000010-0000-0010-8000-00aa006d2ea4 " message. If you happen to find out what this means, please email me at [email protected]. Also it does not matter how small a program I write, It will not run on any other machine. Part of me wonders if I'm supposed to include some "special" support file when the project is being packaged for deployment.
------------------
-