My VisualStudio addin depends on Microsoft.VisualStudio.VCProject.dll and this has been developed on VS2008. Now when I install my Addin on VS2010 it doesn't work
Reason being it cannot find reference to Microsoft.VisualStudio.VCProject.dll.
When I change the target framework for my vs addin to 4.0 it starts working in VS2010.
How should I resolve this framework issue, I could not find a generic solution other than creating dlls for each version of VS.
similar problem is mentioned here.
But there is no real solution proposed.
Raghvendra