Posts

Showing posts with the label Visual Studio

Error : ‘Install app for SharePoint’: Sideloading of apps is not enabled on this site.

This error occurred when you try to deploy app, reason for this error is not activated the developer feature on the SharePoint site where you want to deploy and test your application. The solution is to run SharePoint power shell and run following command:  Enable-SPFeature e374875e-06b6-11e0-b0fa-57f5dfd72085 -url http://webapplication

SharePoint Feature Element Scope

Farm   - this means that the feature will be available on the farm level. You be able to activate it from Central Administration > Operations > Manage Farm Features. WebApplication  - this means that the feature will be available on all web applications. You will be able to activate this from Central Administration > Application Management > Manage Web Application Features Web  - this means that the feature will be available on the web's site level. You will be able to activate this from Site Settings > Site Features Site  - this means that the feature will be available on all site collections. You will be able to activate this from Site Settings > Site Collection Features

SharePoint 2007 Smart Web Part

Download WSP-Buidler Download WSP Builder Extensions 2010 Beta 1.4

'RSClientController' is undefined

Try this , <system.webServer> <handlers> <add name="Reserved.ReportViewerWebControl.axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" resourceType="Unspecified" preCondition="integratedMode" /> </handlers> </system.webServer>