Sometimes when I am trying to package a project, I am getting the message 'Dependency File for <some File> could not be found. If you are sure there is no external dependency Click OK' etc. Interestingly, the same setup (same set of Visual Studio CDs) installed in a different machine does not give this message.
The problem is : How can I know what are the dependency files for such a file ? Some of the files for which the PDW is asking for dependencies are inherent Microsoft files (like msado25.tlb, Microsoft ADO Library 2.5). I tried to install the created setup, but at the time of installation got the message that 'msado25.tlb could not be registered'.
Anyone faced the same problem and found a solution ?