I have a VB6 app that uses the Report Designer Component. As often happens the app runs perfectly on my development machine (Win2000 Pro) but not on my Win98 lab pc. Utilizing Visual Installer 1.1 I create an installation package; the package build is clean, not errors or reported dependancy issues. When my setup program is run the Windows Installer reports the following error:
Error 1904. Module c:\program files\prjReports\craxdrt.dll failed to register.
HRESULT -2147023739. Contact your support personnel.
When I try to manually register the dll I get this error:
LoadLibrary("craxdrt.dll"
failed.
GetLastError returns 0x00000485.
The 98 machine was formated yesterday and I've not installed anything that would conflict; there are not multiple copies of the CRAXDRT driver in residence. Any suggestions or assistance would be appreciated.
Thanks,
Oliver
Error 1904. Module c:\program files\prjReports\craxdrt.dll failed to register.
HRESULT -2147023739. Contact your support personnel.
When I try to manually register the dll I get this error:
LoadLibrary("craxdrt.dll"
GetLastError returns 0x00000485.
The 98 machine was formated yesterday and I've not installed anything that would conflict; there are not multiple copies of the CRAXDRT driver in residence. Any suggestions or assistance would be appreciated.
Thanks,
Oliver