Free Analysis Tool to check Custom Solution code incompatibilities while upgrading from SharePoint 2013 to 2019

Bart 1 Reputation point
2022-04-29T06:49:41.213+00:00

Is there any Free Analysis Tool which can be used to find in Custom Solution:

  • possible code incompatibilities (i.e. deprecated and not supported features/solution types)

while upgrading SharePoint 2013 Sever to 2019?

Microsoft 365 and Office | SharePoint | Development
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2022-04-29T09:29:39.413+00:00

    Hi @Bart ,
    You need to upgrade the solution version using visual studio 2019.

    1.Install Visual Studio 2019 and Office Developer Tools for Visual Studio 2019.
    2.Open your solutions using VS, The VS would upgrade your solutions automatically.
    Otherwise, you have to remove all SharePoint.dll references and re-add them again.
    3.Finally, build and deploy your solutions.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.