I'm upgrading a system developed in VB2005 on a Windows XP system to VB2010. VS2010 won't install on XP and VS2005 won't install on Windows 7. I allowed VS2010 to update the VS2005 project and had some errors and warnings. I fixed the errors with some registrations but am left with two warnings I would like to remove. The target systems will be W7.
1. Cannot get the path for type library "....." version 1.0. Library not registered. {Exception from HRESULT:0x8002801D (TYPE_LIB_NOT_REGISTERED))
2. The referenced component 'MSDATASRC' could not be found."
The updated project is not working and I want to start finding out why with a clean compile.