Convert Umbraco 13 to 17

How to convert Umbraco website 13 to 17

Umbraco

Important Note :-

  • Umbraco 17 run required Visual Studio 2026 because .NET 10 only support in Visual Studio 2026 that reason is required.

Step 1: Update target framework

  • Highlight part in target framework in select .NET 10.0.
  • Rebuild the solution.

targetframeworkchangeframework

Step 2: Update Umbraco CMS version

  • Please open Nuget – Solution and update Umbraco version 17.0.0 as per below image highlight wise.
  • Rebuild the solution.

versionchange

Step 3: Error Solution

  • After rebuild the solution getting below error in Program.cs class and remove highlight line in code.
  • Rebuild the solution.

programcs

  • After rebuild again show error in Umbraco auto generate model because Umbraco 17 in some model access property are changed so please delete this model folder and run the project with error.

umbmodel

  • After run successfully open setting and click on “Model Builder” then show below image window click button of “Generate Models” then create model as per new property wise.
  • Rebuild solution error has been resolved.

modlebuilder

Step 4: Run the website

  • My website is run successfully and completely convert 13 to 17 and everything is working fine.

arroact17

Written by
Nishant
Nishant Vaghasiya

Related Blogs blue-line-vector-3

Umbraco 17 – More Than an Update A Future-Ready CMS
27 November 2518 min read
Umbraco
Umbraco 17 – More Than an Update A Future-Ready CMS Why a CMS upgrade is needed in 2025-2026 In today's digital world, users is expecting webs…
Read More
Umbraco 17 Bellissima Backoffice – What New Compared to Umbraco 13
27 November 2514 min read
Umbraco
The New Umbraco 17 Backoffice (Bellissima) – A Beginner-Friendly Walkthrough From 13 to 17 Features & Improvement Important Note 1:- In 13 There is By default forms installed in backoffice but in 17 it ha…
Read More
Umbraco 13 Using the Block Grid Editor
06 November 25
Umbraco
How to Build a Modern, Component-Based Page in Umbraco 13 Using the Block Grid Editor Step 1: Click on Create new project in visual studio code 2022 Note: You should have Umbr…
Read More