I've always hated deploying InfpPath forms to a Production environment because I couldn't figure out how to change the path of any data connections without modi... [read more]
Forgive me reader, it has been a while since my last post.I have a project that involved deploying three InfoPath browser-enabled forms made available on a Shar... [read more]
This is second part of the article series and it provides the step by step process of building PowerShell script to automate the SharePoint 2010 Farm Level Solu... [read more]
If you have been developing custom solutions on SharePoint 2010 platform, having knowledge of how to move your code from developer’s machine to server environ... [read more]
Article Series Content Basics of Farm Level SharePoint Deployment and Retraction Step by Step Building Deployment and Retraction PowerShell Script Final Version... [read more]
In Forms Library some time field with type Note does not accepting long text for some InfoPath form and on the same time it accepts long text for other InfoPat... [read more]
Sometime InfoPath form library doesn’t allow to save the changes made to list item. It throws following error:- ExceptionType: ‘SPException’ ExceptionMess... [read more]
The SharePoint developer tools in Visual Studio 2010 allow you to deploy the solution you’re working on directly to a SharePoint site. The deployment st... [read more]
Microsoft SharePoint Server 2010 can be used to deploy content from a source site collection to a destination site collection. 1. The complete source site ... [read more]
The introduction of the FAST search engine in SharePoint 2010 has made SharePoint a serious contender in the search space, but has also increased the complexity... [read more]
In a previous post I wrote about how to replace the Visual Studio deployment steps with your own PowerShell script, which allows you to take full control over h... [read more]
Export Page One problem with STSADM tool is it cannot export List Item , It’s better to do export and then import in production environment. Options to ex... [read more]
I'm currently working on upgrading custom SharePoint 2007 solution packages implemented in Visual Studio 2008 and VSeWSS to SharePoint 2010 and Visual Studio 20... [read more]
I got the following error on deployment "Unable to cast object of type XXXX.YYYYY' to type 'Microsoft.SharePoint.SPFeatureReceiver'Resolution:Removed the&... [read more]