Setup Visual Studio Code for SharePoint Framework development (on windows)

In this post I would like to show you how I’ve setup Visual Studio Code for SharePoint Framework (SPFx) development. Download and install First of all you have to download Visual Studio Code by following this link. If you install it on a server system (as I did) you may get this message: If you

Continue reading

SharePoint 2019 Visual Studio deployment error – Error occurred in deployment step ‘Recycle IIS Application Pool’: Invalid namespace

A few months ago I started a new project for a client, based on SharePoint 2019. After a few weeks working on the client side with SharePoint framework and React I created a SharePoint Farm solution project to be able to create and deploy a WCF service. Everything worked fine, I was able to create

Continue reading

Stsadm addsolution error

A few days ago I developed a simple solution for SharePoint 2010. Everything went well in the test environment, I could executed the stsadm addsolution command (http://technet.microsoft.com/en-us/library/cc263162(v=office.12).aspx) and after that I could deploy the solution. But when I runned the addsolution command in production I got the following error message: “Error occurred in deployment step

Continue reading