Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharepoint Development in Visual Studio 2010

Is it possible to develop for Sharepoint using Visual Studio 2010 pointing to the Sharepoint installed on a seperate server? When I try to add a sharepoint connection in VS2010 it gives my error that there is no sharepoint server installed on my machine. Do I really have to install it on my machine? Can't I just connect to a sharepoint server for developing application?

Cheers.

like image 317
Zinx Avatar asked Apr 05 '11 20:04

Zinx


People also ask

How do I add SharePoint to Visual Studio?

On the menu bar, choose View, Server Explorer. In Server Explorer, choose the SharePoint Connections node, and then, on the menu bar, choose Tools > Add SharePoint Connection.

Is SharePoint 2010 still supported?

Microsoft SharePoint Server 2010 - Microsoft Lifecycle | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Can you use C# with SharePoint?

You can develop SharePoint projects by using either Visual Basic or Visual C#, and you can develop app for SharePoint projects by using JavaScript.


1 Answers

Unfortunately, you cannot develop against a remote SharePoint installation. You must have a running SharePoint installation on your development machine.

like image 107
pmartin Avatar answered Oct 03 '22 10:10

pmartin