Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top