Hello I have created a installer package of my project build in Visual Basic 6.0. I have using Advance Installer for making package. every thing works perfectly on other systems but a minor problem in my project i am facing which is very hard for me to resolve is I am getting Run time error 372 when printing report i got this error every time on non vb6 computers (windows 7 64-bit etc)
Run-time error '372':
Failed to load control 'DataReport' from C: \ WINDOWS \ SysWOW64 \ Msdbrptr.dll. Your version of the C: \ WINDOWS \ SysWOW64 \ Msdbrptr.dll may be outdated. Make sure you are using the version of the control That was provided with your application.
I am using version 6.0.81.69 of msdbrptr.dll and project is based on VB6 with Data report and MS Access.
I have already included MSStdFmt.dll in the package
I don't know how to quick fix this issue please help me to resolve this issue