Hi i know its a bit sarcastic but i have a simple scenario here, we worked on a visual web part for SharePoint 2010 using VS 2010; it was nice and smooth so we decided to include it on one of our old projects.
First scenario came to my mind (as a developer) to Copy code files from VS 2010 solution to VS 2008 solution, using VSeWSS prepare a new WSP and deploy it. But later i thought it might be doable to just deploy the current WSP; but unfortunately this is not working, and throwing the below error.
Solution manifest for solution 'bac64dd2-95ab-4f22-a4a9-99499652688d' failed val idation, file manifest.xml, line 2, character 110: The 'SharePointProductVersion ' attribute is not declared. SPCurrentWebTreeViewWP.wsp: The Solution installation failed.
What do you suggest as good approach, is it copy and paste ? or play with the Manifest.xml .. Thanks or help