tags:

views:

10

answers:

0

I have an older VB6 project that references the windows image acquisition API. Since wiaaut.dll (version 1.0) wasn't originally in windows XP I was deploying it with the project and simply referencing in from the project directory.
However, once I moved the project over to windows 7 I noticed, using procmon, that it is now trying to reference WIA.DLL in the project folder when running and is failing. When I run from source using VB6 it is accessing \SysWOW64\wiaaut.dll and working correctly. I removed the wiaaut.dll from my install but am still seeing the error.

Any ideas would be much appreciated.