|
-
Apr 27th, 2000, 06:45 PM
#1
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]
-
Apr 27th, 2000, 07:08 PM
#2
Lively Member
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.
-
Apr 27th, 2000, 08:45 PM
#3
Fanatic Member
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.
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|