run time automation error
Dear Friends,
i m facing critical probs.
i had created apps using vb6 and access 2000 as backend.
i have used MS ADO 2.6 object.
connection string of connection object is as under:
"Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=pwd; Data Source=" & dbpath & ";Persist Security Info=False"
i had also deployed neccessary files for Microsoft Jet ole db 4.0 provider.
i had also include DCOM98 into deployment.
In some (NOT ALL) WIN98 OS it gives me following errors:
1) a class doesn't support automnation or support accepted interface.
why this happens on some m/c ?
What is solution for it ?
Here m sending you information abt setup.lst
[Bootstrap]
SetupTitle=Install
SetupText=Copying Files, please stand by.
CabFile=mycab.CAB
Spawn=Setup1.exe
Uninstal=st6unst.exe
TmpDir=msftqws.pdw
Cabs=1
[Bootstrap Files]
[email protected],$(WinSysPathSysFile),,,7/15/00 12:00:00 AM,101888,6.0.84.50
[email protected],$(WinSysPathSysFile),$(DLLSelfRe gister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
[email protected],$(WinSysPathSysFile),$(TLBRegis ter),,7/22/02 12:05:04 PM,16896,2.40.4518.0
[email protected],$(WinSysPathSysFile),,,7/22/02 12:05:04 PM,143632,2.40.4518.0
[email protected],$(WinSysPathSysFile),$(DLLSelf Register),,7/22/02 12:05:04 PM,164112,5.0.4518.0
[email protected],$(WinSysPathSysFile),$(DLLSelf Register),,7/22/02 12:05:04 PM,626960,2.40.4518.0
[email protected],$(WinSysPathSysFile),$(DLLSelf Register),,9/3/02 9:33:38 PM,1394688,6.0.96.90
[IconGroups]
Group0=mygroup
PrivateGroup0=True
Parent0=$(Programs)
[myexe]
Icon1="myexe.exe"
Title1=wwwdir
StartIn1=$(AppPath)
[Setup]
Title=app
DefaultDir=$(ProgramFiles)\app
AppExe=app.exe
AppToUninstall=app.exe
[Setup1 Files]
File1=@MDAC_TYP.EXE,$(AppPath),,$(Shared),6/26/98 12:00:00 AM,8124720,4.71.1015.0
[email protected],$(WinSysPath),$(DLLSelfRegister) ,$(Shared),8/14/03 3:53:54 PM,62384,3.0.0.0
[email protected],$(WinSysPath),$(DLLSelfRegiste r),$(Shared),6/24/98 12:00:00 AM,609584,6.0.80.22
[email protected],$(WinSysPathSysFile),,,7/22/02 12:05:04 PM,290869,6.1.9359.0
[email protected],$(WinSysPath),$(DLLSelfRegister) ,$(Shared),7/22/02 12:05:04 PM,147512,5.1.0.5010
[email protected],$(WinSysPath),$(DLLSelfRegister), $(Shared),12/8/03 2:01:58 PM,933888,7.0.19.0
[email protected],$(AppPath),,,7/17/04 12:05:34 PM,192512,1.0.0.0
----- end of setup.lst
plz help me.
thanx in advance