-
Hi,
I have created an exe file and i trying to load it other computer, but i am getting an error message as:
class not registered looking for object
CLSID:{00000010-0000-0010-8000-00AA006D2EA4}
please try to solve my problem and mail me
[email protected]
-
More than likely your problem is that the other computer doesn't have all the components that you need to run the program. You're going to have to make an installation which includes all the dll's and controls the app will need to use. If you're using vb5.. there's a utility that comes with it that will do all of this for you.
-
That's the class id for DAO.
You've put a MSaccess data control on the form and not packaged more that the vb run time.
Use the package distributer to send out a setup file. Once they have that installed to you can just pass out the exe.