Advertisement
rwittmann

DNN8

Mar 1st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. 2017-03-01 09:04:51,135 [ISHEXCHANGE2011][Thread:17][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.
  2. System.Web.HttpCompileException (0x80004005): <pathtoDNNinstall>\admin\ControlPanel\ControlBar.ascx(22): error CS1061: 'System.Collections.Generic.List<string>' enthält keine Definition für 'Any', und es konnte keine Erweiterungsmethode 'Any' gefunden werden, die ein erstes Argument vom Typ 'System.Collections.Generic.List<string>' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).
  3. bei System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
  4. bei System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
  5. bei System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
  6. bei System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
  7. bei DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
  8. bei DotNetNuke.UI.Skins.Skin.InjectControlPanel()
  9. bei DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e)
  10. bei System.Web.UI.Control.InitRecursive(Control namingContainer)
  11. bei System.Web.UI.Control.AddedControl(Control control, Int32 index)
  12. bei DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
  13. bei System.Web.UI.Control.InitRecursive(Control namingContainer)
  14. bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  15. 2017-03-01 09:04:51,213 [ISHEXCHANGE2011][Thread:17][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: <pathtoDNNinstall>\admin\ControlPanel\ControlBar.ascx(22): error CS1061: 'System.Collections.Generic.List<string>' enthält keine Definition für 'Any', und es konnte keine Erweiterungsmethode 'Any' gefunden werden, die ein erstes Argument vom Typ 'System.Collections.Generic.List<string>' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?). ---> System.Web.HttpCompileException: <pathtoDNNinstall>\admin\ControlPanel\ControlBar.ascx(22): error CS1061: 'System.Collections.Generic.List<string>' enthält keine Definition für 'Any', und es konnte keine Erweiterungsmethode 'Any' gefunden werden, die ein erstes Argument vom Typ 'System.Collections.Generic.List<string>' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).
  16. bei System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
  17. bei System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
  18. bei System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
  19. bei System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
  20. bei DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)
  21. bei DotNetNuke.UI.Skins.Skin.InjectControlPanel()
  22. bei DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e)
  23. bei System.Web.UI.Control.InitRecursive(Control namingContainer)
  24. bei System.Web.UI.Control.AddedControl(Control control, Int32 index)
  25. bei DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
  26. bei System.Web.UI.Control.InitRecursive(Control namingContainer)
  27. bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  28. --- Ende der internen Ausnahmestapelüberwachung ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement