Setup for Developing Sharepoint Webparts
I just setup my dev box for developing Sharepoint Webparts (after having to rebuild my box due to a hard disk crash) and documented the steps that I went through. The machine that I do development on does not have Sharepoint installed.
- I copied the DLL files from the Sharepoint Server from Program files\Common Files\Microsoft Shared\web server extensions\60\ISAPI to a folder in my dev box. The files copied: (Though I assume, the only needed assembly is Microsoft.Sharepoint.dll)
- Microsoft.SharePoint.dll
- Microsoft.SharePoint.Portal.Admin.Search.dll
- Microsoft.SharePoint.Portal.dll
- Microsoft.SharePoint.Portal.SingleSignon.dll
- Microsoft.SharePoint.Portal.SingleSignon.Security.dll
- I then set the PATH environment variable to the folder containing the dll's.
- Downloaded and installed the Sharepoint Webparts Template from https://www.microsoft.com/downloads/details.aspx?FamilyId=CAC3E0D2-BEC1-494C-A74E-75936B88E3B5&displaylang=en
Comments
- Anonymous
July 07, 2005
hmmm. If you are only developing for WSS do you still need the <filename>.Portal assemblies? - Anonymous
July 08, 2005
Ian Morrish suggests :
You might also want to add the WSS IntelliSense for VS file.
http://download.microsoft.com/download/3/9/1/391eee05-f67f-40c0-9ade-87b22a46410b/WSS%20IntelliSense.exe