I have Visual Studio on my desktop (Windows 7 Enterprise). What is the bare minimum I need to install in order to make sure I can reference SharePoint objects?
Following is my justification.
|
I have Visual Studio on my desktop (Windows 7 Enterprise). What is the bare minimum I need to install in order to make sure I can reference SharePoint objects? Following is my justification. |
|||||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
See Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 for complete instructions on requirements and what you need to install |
|||||
|
|
I believe that Microsoft had been caught-22 by unmisunderstandings between Sharepoint's server and client tools/services developers and technical writers that resulted in misleading and incorrect documentation describing the necessary minimum for developing for Sharepoint development environment. That is, telling that development has to be on 64-bit machine and on server. Developing on server is also senseless for me from many points which I believe a well-established approach and question. I develop on Windows XP SP3 32 bit (x86) on 32 bit machine using Infopath Designer 2010 (32 bit) and Sharepoint Designer 2010 deploying to Sharepoint Online (Office 365), E3 (Enterprise) Plan already 3d month. Note that Windows XP or development on 32-bit machines are not even mentioned in Microsoft documentation. I do not know any other way to use Infopath web part besides already having Infopath form already all ready and designed/"developed" in Infopath Designer. And it is irrelevant in 32 bit or 64 bit since Infopath forms or webparts, as well as solutions developed in Sharepoint Designer 2010 or Infopath Designer 2010 are not compiled on client development machine for its use on Sharepoint Server 2010 64 bit, they are being compiled dynamically on server for both 32-bit and 64-bit clients cross-platform. Also, note that Infopath Designer 2010 use VSTA (Visual Studio Tools for Applications) for custom coding which, if you look into Help>About, is no more than truncated Visual Studio Studio 2005 with .NET 2.0 (C# 2.0/2005 and VB.NET 2.0/2005). |
||||
|
|
|
In addition to Rob's link, I would like to mention that installing SharePoint 2010 on Windows 7 is only recommended for development. It it not recommended/supported for deployment or hosting production. Although it is possible to do SharePoint development on Windows 7 , I like to have the development environment as close to the production environment as possible to avoid any deployment issues. Depending on how much RAM you have (>=8GB) , you could setup a Windows Server 2008 box on VirtualBox / Hyper-V and install SharePoint 2010 on that. |
|||||
|