I have upgraded a VB5
product to VB6
and produced an executable from the VB6
IDE. It will not execute properly without the presence of MSVBVM50.DLL
. Without it it generates the following error:
Automation error - cannot find specified module.
What could the reason for this?
Is it possible that there is a component DLL
that has been compiled in VB5
that would require the VB5
VM?