When we deploy a WSP solution using Visual Studio onto a development Farm server it is always deployed to one Web Application that is mapped to the Solution. However, when we create a package and try to deploy to a Testing or Production server it is always deployed globally. After Lots of search I found  stackexchange and this link. Double click the package. Open the Manifest. Edit the Option. Add data

Read More
How to deploy a SharePoint WSP to a single web application from Visual Studio

In this example I will modify jQuery to work correctly with Scripts on Demand, Minimal Download Service, Client Side Rendering, and to be compliant with SharePoint best practices. Over Demanding Scripts Scripts on demand requires some preparation, before files can properly be registered. The requirements are: Code should not be in the Global Namespace Code

Read More
Preparing your SharePoint Javascript files to work with Scripts on Demand, Minimal Download Service and Client Side Rendering

Hello, I have noticed there is a bug in the KB2880998 (http://support.microsoft.com/kb/2880998) which was deployed by Microsoft on 12th August  2014. This causes a serious Workflow Manager 1.0 related problem in  SharePoint 2013 server. After you install this package you face an issue: Method ‘StartWorkflowOnListItem’ in type ‘Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider’ from assembly ‘Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ does not

Read More
Bug in a hotfix for SharePoint 2013 – KB2880998

Requirement To monitor the SharePoint service. Send a mail as HTML to monitoring team and SharePoint admins. Solution Copy the CSS code and save as STYLE.CSS in C drive Copy the PowerShell script and do changes as required (Server Name, Email Address and SMTP Servers) Execute the script as FARM administrator PowerShell Code ################################################################### #

Read More
Monitoring SharePoint Services using PowerShell