I have a vb6 project when i try to upgrade it in .net 4.0, it shows some errors in references(i know that's obvious), they are like
The referenced component 'AxMSCommLib' could not be found.
The referenced component 'AxOWC' could not be found.
The referenced component 'ComctlLib' could not be found.
The referenced component 'Microsoft.Office.Interop.Excel' could not be found.
someone told me to install vb6 and find out those references and add them to .net project, i installed vb6 but i am still unable to find out those dlls ?
How to solve this problem, should i choose vb6 only if i want to extend this or is there any option for solving this problem ?