Dependency Issue

martialarts

Regular
Joined
Jun 20, 2003
Messages
59
Location
Chicago Area
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:
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 ------
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.
 
Last edited by a moderator:
I am having the identical issue on a VB.NET project that is using a COM component. I was just wondering if you found a resolution for this and if so, what it was. Thanks in advance.
 
Back
Top