martialarts
Well-known member
Everything was working fine with my program until it suddenly began having an independency issue. My program is written in VB.NET 2003 and used a VB6 COM object, so I have to set msvbvm60.msm as one of the dependencies for the setup project. It suddenly stopped accepting it and gives me these warnings when I build it:
I have tried reinstalling vb.net and the framework and am about to try again and make sure that I get everything off before I reinstall. Any ideas of what could be causing this? Thanks.
Code:
------ Starting pre-build validation for project <project name> ------
WARNING: Unable to find module dependency with signature COMCAT.3207D1B0_80E5_11D2_B95D_006097C4DE24
WARNING: Unable to find module dependency with signature OLEAUT32.8C0C59A0_7DC8_11D2_B95D_006097C4DE24
------ Pre-build validation for project <project name> completed ------
Last edited by a moderator: