We have been given a project from an outsourcer and cannot compile it in visual studio 2005 (his version). VS gives error message :
Warning 1 Could not find prerequisite 'Microsoft Office 2003 Primary Interop Assemblies' in path 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bootstrapper'
Warning 2 Could not find prerequisite 'Microsoft Visual Studio 2005 Tools for Office Second Edition runtime' in path 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bootstrapper'
We downloaded these two packages and executed the .msi for them...but the project still gives same warnings. Result is that the code doesn't work.
What do we do to get VS to find these packages?
Language is Visual Basic.
Start Free Trial