I have to update a legacy Visual Studio 2005 app. I installed the dev platform including 3rd-party components on my server 2008 development box.
After getting the latest version from our legacy SourceSafe 2005 database, updating all the broken references and trying to compile this solution, I've fixed all the errors except these, which I have no idea how to find:
ERROR
Description: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File: LC
WARNING
Description: Found conflicts between different versions of the same dependent assembly. C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets
File: Microsoft.Common.targets
...all of which basically tells me dick, and the solution won't compile. What I guess I mean is, how do I find out WHICH assembly has the problem? Little help?
THANKS