-
Class automation ****
There are no errors on my VB code when im using XP. But when i transfered my codes using Windows NT4, in the command...
Set rs=New AdoDb.Recordset
theres an error.. "Class does not support automation......"
What cud b the problem??
I also encountered this problem on deployment....
Thanks
-
How did you "transfer [your] codes"?
-
Just copied it to another PC whose OS is Windows NT
-
Most of the time that won't work. You need to create an installation package using the P&D Wizard, Inno or other installer.
-
i think u got my wrong... I installed VB6 on the other computer, copied the forms & reports, open the project and execute it...
On a Windows NT computer, it doesnt work. It will have an error as ive stated above.... but
In an XP pc, everythings fine.....
Also,
I created a SetUp program using P&D in a XP Pc, run the SetUp.Exe on a Windows NT pc, still it doesnt work. it has the same error
I hope its clear...
-
Is MDAC installed on the NT PC.