I am trying to migrate web parts that were created in 2007 to 2010, the problem i have is i didn't use VSeWSS when i created these. All the files in the web part project i have is here...
My question is, is there a better way of migrating these?
Thanks
Do you want full SP2010 support? In that case, create a new SharePoint solution in VS2010 for SP2010, and import your existing webpart classes and files. The only thing you need to do next is update all SharePoint version numbers from 12.0.0.0 to 14.0.0.0.
(and after that, fix some issues because some things works different in SP2010).