-
I have an urgent problem that needs to be fixed ASAP and I'm stumped. I created my app in Windows 2000, and also created an install file. The install program successfully installs the program onto a windows 95 machine but when the program runs on that windows 95 machine I get an error "ActiveX component can't create object" and the program dies. I've figured out that the error happens on the line "If DE1.C1.State <> 0 Then" DE1 is the dataenvironment, and C1 is the connection in DE1. If anyone has any ideas please help!
-
Are you using ADO? If you are, the first thing I would recommend is that you find MCAC_TYP.EXE on your PC (or failing that you download it from http://www.microsoft.com/ado ) and run it on the destination PC.
The latest version is v2.5
You'll also need DCOM for Windows '95 http://www.microsoft.com/com/tech/dcom.asp
[Edited by Buzby on 07-12-2000 at 11:34 AM]
-
yes I am using ado, and I have run dcom95 and mdac_typ on the destination machine. Any other ideas?
-
Thankyou! I got it... i checked and the person who installed mdac last time didn't tell me that it didn't work... I got the latest version and installed it and now everything works.