“Sharepoint not installed” Visual Studio 2012 error

sharepointvisual studio 2012

I have SharePoint 2013 installed on a VMware machine, I can also create and deploy projects using VS 2012. I’m trying to create a SharePoint 2013 Project from my host PC with Win 7 64b, where I also have VS 2012 installed. I have installed Microsoft Office Developer Tools for Visual Studio 2012 using the official instructions.

On my host machine, I can’t create the SharePoint project and do SharePoint development and get this error:

SharePoint not installed. The required version of SharePoint foundation 2013 or SharePoint server 2013 is not installed on this system. To develop SharePoint solutions or browse SharePoint connections in server explorer, SharePoint must be installed on the local system. Make sure that the local server referenced by the SharePoint project exists.

Screenshot of the error

My environment is:

  1. Window 7 Professional
  2. VS 2012 installed with Office components
  3. SharePoint 2010 Server on remote server

Best Answer

Your host PC does not have SharePoint installed. A vmware instance is considered as a remote installation of SharePoint, it could just as well have been installed on an external server.

If you want to develop using the standard SharePoint project templates you need to run Visual Studio on the same computer/server as where SharePoint IS installed. If you don't like this concept you can have a look at the Remote Apps for SharePoint 2013, but that is a different ball game.

Related Topic