Question

Please, can someone help. I need to migrate custom visual studio .wsp solutions from SharePoint 2013 to SharePoint online, how do I go about it.

Was it helpful?

Solution

Unfortunately these will have to be rewritten as they are not supported in SharePoint Online.

Depending on the solution you can rewrite these as SharePoint Add-Ins or as client side solutions using SharePoint Framework.

https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/transform-farm-solutions-to-the-sharepoint-app-model

OTHER TIPS

There are are two types of solutions (wsp) in SharePoint on-premise:

  • Sandbox and
  • Farm solution

We used to deploy the sandbox solution to SharePoint online till the year 2016 now does not support, but we cannot deploy the farm solution

So, if you have a farm solution, you need re-develop the functionality or solution using the modern SharePoint technology - like SPFx framework.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top