Pages

Friday, October 24, 2014

Installing SharePoint 2013 Developer Tools for Visual Studio 2012

However Visual Studio 2012 does not include the SharePoint 2013 Developer Tools Preview with it.
So, to install the preview tools, you need to grab the Microsoft Web Platform Installer
Download the web platform installer, search for SharePoint and you have it there:

Not enabled Share point solutions for SP 2013





Need to download and install in the following software’s until 9th point and for 10th  point need to install via Microsoft Web Platform Installer












you have to install properly on the office developer tools

Microsoft Office Developer Tools for Visual Studio 2012 - preview
 Microsoft Office Developer Tools for Visual Studio 2012

otherwise you will get in the below error



Then you have to unistall and install again

Now you can create Visual webpart and deploy into SharePoint 2013

Friday, October 10, 2014

Manually Installed Microsoft App Fabric Prerequisite for SharePoint Server 2013


In order to manually install Windows Server App Fabric for SharePoint 2013,

download the install file:

http://www.microsoft.com/en-us/download/details.aspx?id=27115

you just store the file at c drive:

run the following commands from an elevated PowerShell command line:

$file = “c:\WindowsServerAppFabricSetup_x64.exe”


& $file /i CacheClient”,”CachingService”,”CacheAdmin /gac
 
Note: The double quotations around the commas.