DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Upgrade from 9.3.2 to 9.6.1 issue

 36 Replies
 2 Subscribed to this topic
 33 Subscribed to this forum
Sort:
Page 1 of 41234 > >>
Author
Messages
New Around Here
Posts: 22
New Around Here

Hi,

While the upgrade process went on smooth from 9.3.2 to 9.6.1 and the site appeared to be working fine. However, after I restarted the instance I start getting the "An unhandled error has occurred." DNN error page and i am stuck. 

Fail to understand that if the site was working perfect after upgrade what setting has got disturbed on rebooting. Where should I check? The log file is not helping. 

Thanks

Rajesh

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
Also check the log4net files in /portals/_default/logs
New Around Here
Posts: 22
New Around Here

Thanks Joe.

In fact, I did an upgrade from 9.3.2 to 9.4.1 which happened successfully. But again after starting the instance I am getting the same error. Here is the snippet from the log file.

2021-03-21 18:15:40,488 [EC2AMAZ-VRGA941][Thread:6][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dnncontra_home_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_p3kxjbqy.Create_ASP_portals__default_skins_dnncontra_home_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
Two things to check:
1. .NET version? Starting with 9.4.0 the Minimum Required .NET Framework is 4.7.2.
2. Is there a problem with the Contra theme? (Can you create a page that uses Xcillion as a test?
New Around Here
Posts: 22
New Around Here

Dear Joe,

Yes, the Dotnet framework is already 4.7.2.

Secondly, we are not able to create a page as the error does not allow us to enter the site.

Some key questions:

1) I am facing spam advertisement injection code into my site. Hence, I believe this has been fixed in 9.6.1 version. Do confirm

2) From the recently concluded DNN Summit I learnt that we should quickly move to atleast 9.8.0 version as that is more secure. Perhaps the latest 9.0.0 itself. So, should I move from 9.3.2 to 9.6.1 first and then move to 9.9.0. Or do you suggest we move directly to 9.9.0 ?

3) I again tried a fresh upgrade from 9.3.2 to 9.6.1. Upgrade happened successfully. The home page showed. However, on clicking login the same DNN error came and the site was no longer usable. Following are the code of upgrade and error. Please guide.

2021-03-23 13:43:58,186 [EC2AMAZ-VRGA941][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dsij_web_3_home_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_ea3f1fqc.Create_ASP_portals__default_skins_dsij_web_3_home_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-23 13:44:05,545 [EC2AMAZ-VRGA941][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_minimalextropy_index_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_ggqew5nq.Create_ASP_portals__default_skins_minimalextropy_index_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-23 13:44:05,748 [EC2AMAZ-VRGA941][Thread:8][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2021-03-23 13:44:05,748 [EC2AMAZ-VRGA941][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=1108&error=An unexpected error has occurred&content=0
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2021-03-23 13:44:06,139 [EC2AMAZ-VRGA941][Thread:12][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dsij_web_3_home_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_ea3f1fqc.Create_ASP_portals__default_skins_dsij_web_3_home_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---

 

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
I found a thread that points toward some old code in App_Code. See if https://github.com/dnnsof...Platform/issues/4314 helps.

The issue is some code in your App_Code folder, which hints at a custom module that probably doesn't conform to changes that occur going forward from DNN 9.3.2. Do you have a custom module or modules that put something in the App_Code folder?
New Around Here
Posts: 22
New Around Here

Dear Joe,

When we tried upgrading from 9.3.2 to 9.8.0 directly, the upgrade happened with one error as shown below. However, after this the site appears to work (even after restarting the instance). However, when we go to DNN pagelevel Settings link, the appearance tab on clicking shows blank and is non-usable. Unable to change any page level theme. So, we are stuck on this. Please guide.

 

Current Assembly Version: 09.08.00

Current Database Version: 09.03.02

Upgrade Status Report
00:00:00.062 - Upgrading to Version: 09.08.00
00:00:00.109 - Executing Script:09.04.00.SqlDataProvider Success
00:00:26.767 - Executing Script:09.04.01.SqlDataProvider Success
00:00:26.782 - Executing Script:09.04.02.SqlDataProvider Success
00:00:26.798 - Executing Script:09.04.03.SqlDataProvider Success
00:00:26.829 - Executing Script:09.04.04.SqlDataProvider Success
00:00:26.845 - Executing Script:09.05.00.SqlDataProvider Success
00:00:30.017 - Executing Script:09.05.01.SqlDataProvider Success
00:00:30.048 - Executing Script:09.06.00.SqlDataProvider Success
00:00:30.360 - Executing Script:09.06.01.SqlDataProvider Success
00:00:30.376 - Executing Script:09.06.02.SqlDataProvider Success
00:01:05.503 - Executing Script:09.07.00.SqlDataProvider Success
00:01:05.518 - Executing Script:09.07.01.SqlDataProvider Success
00:01:05.627 - Executing Script:09.07.02.SqlDataProvider Success
00:01:05.643 - Executing Script:09.08.00.SqlDataProvider Success
00:01:05.690 - Application Upgrades : 09.04.00 Success
00:01:05.690 - Application Upgrades : 09.04.01 Success
00:01:05.705 - Application Upgrades : 09.04.02 Success
00:01:05.705 - Application Upgrades : 09.04.03 Success
00:01:05.721 - Application Upgrades : 09.04.04 Success
00:01:05.721 - Application Upgrades : 09.05.00 Success
00:01:05.721 - Application Upgrades : 09.05.01 Success
00:01:05.721 - Application Upgrades : 09.06.00 Success
00:01:05.737 - Application Upgrades : 09.06.01 Success
00:01:05.752 - Application Upgrades : 09.06.02 Success
00:01:05.752 - Application Upgrades : 09.07.00 Success
00:01:05.752 - Application Upgrades : 09.07.01 Success
00:01:05.752 - Application Upgrades : 09.07.02 Success
00:01:05.752 - Application Upgrades : 09.08.00 Success
00:01:05.768 - Cleaning Up Files: 09.04.00 Success
00:01:05.799 - Cleaning Up Files: 09.04.01 Success
00:01:05.799 - Cleaning Up Files: 09.04.02 Success
00:01:05.799 - Cleaning Up Files: 09.04.03 Success
00:01:05.815 - Cleaning Up Files: 09.04.04 Success
00:01:05.815 - Cleaning Up Files: 09.05.00 Success
00:01:05.815 - Cleaning Up Files: 09.05.01 Success
00:01:05.830 - Cleaning Up Files: 09.06.00 Success
00:01:05.830 - Cleaning Up Files: 09.06.01 Success
00:01:05.830 - Cleaning Up Files: 09.06.02 Success
00:01:05.830 - Cleaning Up Files: 09.07.00 Success
00:01:05.830 - Cleaning Up Files: 09.07.01 Success
00:01:05.830 - Cleaning Up Files: 09.07.02 Success
00:01:05.846 - Cleaning Up Files: 09.08.00 Success
00:01:05.846 - Updating Config Files: 09.04.00 Success
00:01:05.862 - Updating Config Files: 09.04.01 Success
00:01:05.877 - Updating Config Files: 09.04.02 Success
00:01:05.893 - Updating Config Files: 09.04.03 Success
00:01:05.893 - Updating Config Files: 09.04.04 Success
00:01:05.908 - Updating Config Files: 09.05.00 Success
00:01:05.940 - Updating Config Files: 09.05.01 Success
00:01:05.940 - Updating Config Files: 09.06.00 Success
00:01:05.955 - Updating Config Files: 09.06.01 Success
00:01:05.971 - Updating Config Files: 09.06.02 Success
00:01:05.987 - Updating Config Files: 09.07.00 Success
00:01:06.002 - Updating Config Files: 09.07.01 Success
00:01:06.018 - Updating Config Files: 09.07.02 Success
00:01:06.033 - Updating Config Files: 09.08.00 Success
00:01:06.237 - Performing General Upgrades
00:01:07.221 - Installing Package File DNNCE_Web.Deprecated_09.08.00_Install: Success
00:01:07.612 - Installing Package File DNNCE_Website.Deprecated_09.08.00_Install: Success
00:01:07.893 - Installing Package File DDRMenu_09.08.00_Install: Success
00:01:09.690 - Installing Package File Dnn.EditBar.UI_09.08.00_Install: Success
00:01:10.721 - Installing Package File Announcements_04.00.02_Install: Success
00:01:11.658 - Installing Package File Dnn.PersonaBar.UI_09.08.00_Install: Success
00:01:12.893 - Installing Package File DNNCE_AzureConnector_09.08.00_Install: Success
00:01:13.065 - Installing Package File DNNCE_Console_09.08.00_Install: Success
00:01:13.283 - Installing Package File DNNCE_CoreMessaging_09.08.00_Install: Success
00:01:13.533 - Installing Package File DNNCE_HTML_09.08.00_Install: Success
00:01:13.815 - Installing Package File DNNCE_HtmlEditorManager_09.08.00_Install: Success
00:01:14.111 - Installing Package File DNNCE_Journal_09.08.00_Install: Success
00:01:14.486 - Installing Package File DNNCE_MemberDirectory_09.08.00_Install: Success
00:01:14.752 - Installing Package File DNNCE_ModuleCreator_09.08.00_Install: Success
00:01:15.299 - Installing Package File DNNCE_RazorHost_09.08.00_Install: Success
00:01:15.690 - Installing Package File DNNCE_SiteExportImport_09.08.00_Install: Success
00:01:15.924 - Installing Package File DNNCE_SocialGroups_09.08.00_Install: Success
00:01:16.190 - Installing Package File Selectize_00.12.06_Install: Success
00:01:16.377 - Installing Package File Feedback_05.00.02_Install: Success
00:01:19.393 - Installing Package File FormAndList_05.01.03_Install: Success
00:01:21.064 - Installing Package File Knockout_03.03.00_Install: Success
00:01:21.158 - Installing Package File GoogleAnalyticsConnector_09.08.00_Install: Success
00:01:21.252 - Installing Package File Help_03.00.02_Install: Success
00:01:21.643 - Installing Package File jQuery_03.05.01_Install: Success
00:01:21.752 - Installing Package File Reports_05.00.00_Install: Success
00:01:22.143 - Installing Package File DNN-MinimalExtropyContainer_01.00.05_Install: Success
00:01:22.799 - Installing Package File Telerik_09.08.00_Install: Success
00:01:24.440 - Installing Package File UserDefinedTable_03.05.01_Install:


Server Error in '/' Application.

Could not find file 'C:\dsij\DSIJSite\Install\Module\UserDefinedTable_03.05.01_Install.resources'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not find file 'C:\dsij\DSIJSite\Install\Module\UserDefinedTable_03.05.01_Install.resources'.

Source Error:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[FileNotFoundException: Could not find file 'C:\dsij\DSIJSite\Install\Module\UserDefinedTable_03.05.01_Install.resources'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +311
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +1017
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +66
DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String file, String packageType, Boolean writeFeedback) +260
DotNetNuke.Services.Install.Install.UpgradeApplication() +679
DotNetNuke.Services.Install.Install.OnLoad(EventArgs e) +383
System.Web.UI.Control.LoadRecursive() +130
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2853


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.3928.0

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
The error occurred after this:

00:01:24.440 - Installing Package File UserDefinedTable_03.05.01_Install:

My guess is that you had an install package for the Form and List (UDT) module in your install/module folder. Probably it was left over from prior to attempting the upgrade.

If you can revert back, then do so and clean out any zip or resources files in install/module and also probably Container, Library, Scripts, Skin -- basically any folder in install that has a placeholder.txt file. You'll probably find the Form and List install zip file there. Then run the upgrade again.

I'm fairly sure that Form and List 3.5.1 is an old module.

The good news is that module upgrade failed, so that's probably not your ultimate problem.

It's best to upgrade any modules to versions that are compatible with the target DNN upgrade before doing the upgrade.

Are you also still getting errors related to DotNetNuke.UI.Modules.IModuleControlPipeline?
New Around Here
Posts: 22
New Around Here

Dear Joe,

We did as suggested by you and ran the upgrade again from 9.3.2 to 9.8.0. There was no AppCode folder this time. Upgrade completed successfully without error and the site seemed to work. However, when the instance was restarted we again got stuck with the DNN Error page. Here is the snippet from the log file. Please advise.

2021-03-26 15:50:02,291 [EC2AMAZ-VRGA941][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dnncontra_home_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_ujan02yw.Create_ASP_portals__default_skins_dnncontra_home_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:50:09,136 [EC2AMAZ-VRGA941][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_minimalextropy_index_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_azvszj2f.Create_ASP_portals__default_skins_minimalextropy_index_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:50:09,355 [EC2AMAZ-VRGA941][Thread:8][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:50:09,370 [EC2AMAZ-VRGA941][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=1172&error=An unexpected error has occurred&content=0
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:50:09,667 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dnncontra_home_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_ujan02yw.Create_ASP_portals__default_skins_dnncontra_home_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:50:09,683 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_minimalextropy_index_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_azvszj2f.Create_ASP_portals__default_skins_minimalextropy_index_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:50:09,683 [EC2AMAZ-VRGA941][Thread:7][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:50:09,683 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=1172&error=terminate
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:50:10,105 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
   --- End of inner exception stack trace ---
2021-03-26 15:59:53,163 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dsij_web_3_2_col_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_o0luqr3j.Create_ASP_portals__default_skins_dsij_web_3_2_col_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:59:53,382 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_minimalextropy_index_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_azvszj2f.Create_ASP_portals__default_skins_minimalextropy_index_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:59:53,382 [EC2AMAZ-VRGA941][Thread:7][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:59:53,398 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=1172&error=An unexpected error has occurred&content=0
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:59:53,413 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_dsij_web_3_2_col_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_o0luqr3j.Create_ASP_portals__default_skins_dsij_web_3_2_col_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:59:53,413 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at DotNetNuke.UI.Skins.Skin..ctor()
   at ASP.portals__default_skins_minimalextropy_index_ascx..ctor()
   at __ASP.FastObjectFactory_app_web_azvszj2f.Create_ASP_portals__default_skins_minimalextropy_index_ascx()
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)
   --- End of inner exception stack trace ---
2021-03-26 15:59:53,413 [EC2AMAZ-VRGA941][Thread:7][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:59:53,413 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=1172&error=terminate
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
2021-03-26 15:59:53,704 [EC2AMAZ-VRGA941][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
   at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
   at System.Web.UI.Control.d__225.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
   at System.Web.UI.Page.d__523.MoveNext()
   --- End of inner exception stack trace ---
 

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
Does your installation use the Minimal Extropy skin?
Page 1 of 41234 > >>

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved