Hello,
I’m using dnn 5.0.1, a new install that till now worked well.
Suddenly when tiring to enter the Site setting and Host setting page I get this error:
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\ef529d5a\b21ade3b\App_Web_sitesettings.ascx.95dbd188.ysdl_6gr.0.vb : (0): error BC31007: Unable to open module file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\ef529d5a\b21ade3b\App_Web_sitesettings.ascx.95dbd188.ysdl_6gr.0.vb': System Error &Hc0000005& (Visual Basic internal compiler error) ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\ef529d5a\b21ade3b\App_Web_sitesettings.ascx.95dbd188.ysdl_6gr.0.vb : (0): error BC31007: Unable to open module file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\ef529d5a\b21ade3b\App_Web_sitesettings.ascx.95dbd188.ysdl_6gr.0.vb': System Error &Hc0000005& (Visual Basic internal compiler error) at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace
(The error in the host setting page is the same - only the line "App_Web_sitesettings.ascx.95dbd188.ysdl_6gr.0.vb" is changed with the line "App_Web_hostsettings.ascx.d662c78.d7lqmvlx.0.vb ")
I get an error in the Events module as well - when tiring to edit an event or add a new one...
Anyone knows what can it be?