I am using Visual Studio 2010 and want to create web pages/ web parts for sharepoint 2007. There aren't any templates for those. The only templates available for SharePoint 2007 are workflows ones.
There are plenty for SharePoint 2010, but VS won't let me use those as I don't have the required SharePoint server installed.
Any suggestions?
Thanks
Loading
Ravishankar SinghPosted Mar 15, 2011, 2:14 PM
Working with Visual studio 2010 is almost similar to the visual studio with lower version.Visual studio2010 introduce mapping of "sharepointroot" folder instead of direct "12" hive folder.So if you want to create a webpart or any custom feature.
1.create webpart by simply going to New->New Project->Select empty sharePoint project.
2.Right click on solution and add new->select webpart.
3.Now simple write your code for webpart.
4.Build your project.
5.Create package(.wsp) and deploy your solution.
Please let me know if you need some more clarification.
Thanks
Ravishankar Singh
Suthish NairPosted Feb 9, 2011, 3:30 PM
http://epmsource.com/2010/03/25/enable-backwards-compatibility-mode-on-a-fresh-project-server-2010-install/
William KarmaPosted Feb 9, 2011, 3:27 PM
William KarmaPosted Feb 9, 2011, 3:24 PM
Mahesh ChandPosted Feb 9, 2011, 2:31 PM