IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
If you are using NuGet packages, available in the Sitefinity CMS Nuget repository, to avoid issues, you must use the following procedure, instead of using the Project Manager.
IMPORTANT: Before you begin, make sure that your project is not located in a folder that has any special characters in the name, such as ~\Program Files (x86).
~\Program Files (x86)
If you have NuGet packages installed in your project, to upgrade it, perform the following:
Telerik.Sitefinity.All
ENTER
NOTE: You do this, because the changing the target framework requires re-installation of all packages. After you have removed all Sitefinity CMS related packages in Step 2, you perform this step to re-install all other packages that you may have installed on your system.
bin
Telerik.Sitefinity.UI.MVC.dll
web.config
<host>
<system.web.webPages.razor>
<
host
factoryType
=
"System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<sectionGroup>
<configSections>
sectionGroup
name
"system.web.webPages.razor"
type
"System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
>
section
"host"
"System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
requirePermission
"false"
"pages"
"System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
</
<system.web>
compilation
targetFramework
"4.5"
<assemblyBinding>
dependentAssembly
assemblyIdentity
"System.Web.Mvc"
publicKeyToken
"31bf3856ad364e35"
culture
"neutral"
bindingRedirect
oldVersion
"0.0.0.0-5.2.3.0"
newVersion
"5.2.3.0"
<system.webServer>
staticContent
remove
fileExtension
".woff"
mimeMap
mimeType
"application/font-woff"
".woff2"
"application/font-woff2"
NOTE: The BCL dependency used by Sitefinity CMS to integrate Azure search in previous versions is also removed. As a result, you can safely remove the Tools folder under the root of your SitefinityWebApp project.
Build your solution.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important