Create SharePoint 2013 Project on your local machine where you don't have SharePoint 2013 installed in Visual Studio 2013

Go to the SharePoint Server where you have SharePoint 2013 is installed & follow the steps:


  1. Go to Run and type "regedit"
  2. Navigate towards HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
  3. Right click on 15.0 and click Export. Save the exported file


Now go to your machine where SharePoint is not installed and follow these steps:


  1. Now open Registry on your machine
  2. Import the 15 directory which was exported from SharePoint server
  3. Open Powershell
  4. Run this command


Set-ItemProperty -Path "HKLM:\Software\Microsoft\Shared Tools\web server extensions\15.0\" -Name "Location" -Value "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\"

Now open visual studio 2013 & create new solution for SharePoint 2013 , You won't get any error message.

Comments

Popular Posts

SharePoint Interview Questions and Answers

Download Infopath Form Templates

How to get current logged user information using JavaScript ?

Steps to set Form based authentication (FBA) for SharePoint 2010

SharePoint Interview Questions and Answers II

Get List Items - JavaScript

Cross Site List Rollup Web Part for SharePoint 2010

Hide Recently Modified Items

Change Language for current user with JSOM in SharePoint Online

SharePoint 2010 CSS Chart