Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

How to upgrade from 10.8 to 11.3 frame work????

Vote:
 

Hi Guys,

    I want to upgrade the EPIServer CMS Application from 10.8 to 11.3,can anyone help out of this.

Thanks,

Kartheek.

    

#186616
Dec 27, 2017 10:50
Vote:
 
#186618
Dec 27, 2017 11:45
Vote:
 

Hi Caric,

    Thanks for your reply and time consideration,can you explain bit,is there any chance to upgrade with out using nuget,package maagers console???

Thanks,

Kartheek

#186620
Edited, Dec 27, 2017 14:18
Vote:
 
<p>Episerver assemblies are distributed&nbsp;as NuGet packages. So you'll have to upgrade epi by using either Package Manager Console or GUI tool (in Visual Studio, select Tools &gt; NuGet Package Manager &gt; Manage NuGet Packages for Solution...).</p> <p>Before doing that, make sure you have an EPiServer NuGet feed in the list of available package sources (Tools &gt; NuGet Package Manager &gt; Package Manager Settings, select Package Sources and add&nbsp;<a href="http://nuget.episerver.com/feed/packages.svc/">http://nuget.episerver.com/feed/packages.svc/</a>)</p>
#186621
Dec 27, 2017 14:43
Vote:
 

No Caric,i  want to upgrade using .DLL's only i.e:-i pasted the new version(11.3) .dll's in older version(10.8) EPIServer application and set visual studio entity framework=4.6.1,than the applicaton build successfully but when i run the application i get the error from web.config file at  line number 11 i.e:

Configuration Error Parser Error Message: An error occurred creating the configuration section handler for episerver.framework: Could not load type 'EPiServer.Framework.Configuration.EPiServerFrameworkSection' from assembly 'EPiServer.Framework'.

Source Error:

Line 9:      <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
Line 10:     <section name="episerver" type="EPiServer.Configuration.EPiServerSection, EPiServer.Configuration"/>
Line 11:     <section name="episerver.framework" type="EPiServer.Framework.Configuration.EPiServerFrameworkSection, EPiServer.Framework" restartOnExternalChanges="true"/>
Line 12:     <section name="episerver.baseLibrary" allowDefinition="MachineToApplication" allowLocation="false" type="EPiServer.BaseLibrary.ConfigurationHandler,EPiServer.BaseLibrary"/>
Line 13:     <section name="episerver.search" type="EPiServer.Search.Configuration.SearchSection, EPiServer.ApplicationModules"/>


#186625
Edited, Dec 28, 2017 5:31
Vote:
 
<p>Hi, Kartheek,</p> <p>That's really not a great idea.&nbsp;You would have quite a lot of headache upgrading without nuget packages. You would need to know which exact version of every single dll would work with the rest of the dlls.</p> <p>Even if you have a mess in your project, it's better if you delete&nbsp;your bin folder and install all packages.</p> <p>Why would you want to skip the normal nuget upgrade process?</p>
#186628
Dec 28, 2017 10:53
Vote:
 

Hi,Marija,

     Thanks for your response and i'd try to upgrade using nuget and package manager console

Thanks,

Kartheek.

#186629
Dec 28, 2017 11:26
Vote:
 

i upgrade from 10.8 to 11.3 using Nuget and successfully build the solution also but when i run the application i get this error,can anyone help me out of this.

Error:-

While loading .NET types from "WorikingEpiSite" the following error(s) was reported:

    - System.TypeLoadException: Could not load type 'EPiServer.Global' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.BlockController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.PageController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.PageController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.PageController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.BlockController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.PageController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.BlockController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
    - System.TypeLoadException: Could not load type 'EPiServer.Web.Mvc.BlockController`1' from assembly 'EPiServer, Version=11.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.

#186650
Edited, Dec 29, 2017 6:22
Vote:
 
<p>You need to install episerver.cms.aspnet package. And make sure if you are using 3rd party assemblies they are upgraded to a version which supports CMS 11</p>
#186652
Dec 29, 2017 9:14
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.