Link to home
Start Free TrialLog in
Avatar of gaspan
gaspan

asked on

Legacy DLL on Windows 2012 and MSVBVM60.dll dependency

I have a windows ASP application that I need to migrate to a windows 2012. It has a 32-bit DLL which I copied over but it appears as this DLL depends on MSVBVM60.DLL and expects to find it in the System32. The MSVBVM60.DLL file is in SYSWOW64 instead and although I have registered this file, it does not appear to be using it. Copying it over to the System32 directory does not help either...

Any ideas on how I can get this 32bit component working on 2012?
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

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 gaspan
gaspan

ASKER

I used dependency walker and that is what it showed me that my DLL is looking for MSVBVM60.dll  in system32. There is a newer version of MSVBVM60.dll  in syswow64 but apparently the DLL does not see it.
SOLUTION
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