Link to home
Start Free TrialLog in
Avatar of gautschi
gautschi

asked on

System Error &H80070485 (-2147023739)

I get the following error after i installed and started my VB 6.0 program on a Windows 95 (German) pc. System Error &H80070485 (-2147023739)
(nothing else). I have this problem just on one PC. it works fine with all other PCs!
Can you tell me what's the problem and how can I fix it?
thanks for your answers!
regards
Joel Gautschi
If you need some other infos... please ask!

Some additonal infos:
Here is the dependencies file:
---------------------------------------------------------
[Version]
Version=1.0.0.0

[CEWebMutation.exe <0009>]
Dest=$(AppPath)
Date=18/11/98
Time=10:26
Version=1.0.0.0
CABFilename=CEWebMutation.CAB
CABINFFile=CEWebMutation.INF
Uses1=MSVBVM60.DLL
Uses2=OLEAUT32.DLL
Uses3=OLEPRO32.DLL
Uses4=ASYCFILT.DLL
Uses5=STDOLE2.TLB
Uses6=COMCAT.DLL
Uses7=msado15.dll
Uses8=MSADOR15.DLL
Uses9=MSADODC.OCX
Uses10=MSDERUN.DLL
Uses11=MSBIND.DLL
Uses12=fm20.dll
Uses13=MSCDRUN.DLL
Uses14=MSRDO20.DLL

[fm20.dll <0009>]
Dest=$(WinSysPath)
Date=21/10/98
Time=09:38
Version=2.1.3425.0

[MSCDRUN.DLL <0009>]
Dest=$(WinSysPath)
Date=17/06/98
Time=23:00
Version=6.0.81.69


ASKER CERTIFIED SOLUTION
Avatar of Mirkwood
Mirkwood

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gautschi
gautschi

ASKER

Just tell me now how I can register the fm20enu.dll for windows 95 german.
If you can tell me how it works I'll give you 250 points and an excellent of course.
(with which program and which parameters etc.)
thanks.

btw: filemon rules :)
call regsvr32 fm20enu.dll
The regsvr32 utility is located in the system directory.

You might also try to add it to the list of depencies of your project.

Adjusted points to 250