Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Evan Jardine 108 posts 168 karma points
    Sep 15, 2009 @ 07:09
    Evan Jardine
    0

    Error loading IApplication

    Hi All

    I keep getting the following error appear in the umbracoLog table;

    Error loading IApplication: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Could not load type 'umbraco.presentation.masterpages.MasterPageLoadHandler' from assembly 'umbraco, Version=1.0.3441.17657, Culture=neutral, PublicKeyToken=null'.
    at Umbraco.Concierge.Businesslogic.application..ctor()
    --- End of inner exception stack trace ---
    at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
    at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
    at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
    at System.Activator.CreateInstance(Type type, Boolean nonPublic)
    at umbraco.BusinessLogic.Application.RegisterIApplications()

    The site is all working fine and I can't find any obvious issues,  Does anyone have any pointers for me on what I can do to resolve it?

    Cheers

    Evan

  • Evan Jardine 108 posts 168 karma points
    Sep 15, 2009 @ 08:25
    Evan Jardine
    0

    Also having problems with media and content pickers with the following error in the umbracoLog table;

    At /umbraco/tree.aspx?rnd=fd4631b4-9dc6-477c-ad24-eaefb31f6442&id=-1&treeType=media&contextMenu=false&isDialog=true&dialogMode=id (Referred by: http://www.esc.nsw.gov.au/umbraco/TreeInit.aspx?app=media&isDialog=true&dialogMode=id&contextMenu=false&functionToCall=parent.dialogHandler): System.NullReferenceException: Object reference not set to an instance of an object.
    at Umbraco.Concierge.LockUnLock.Events.TreeEvent.a(XmlTree& b, XmlTreeNode& b, EventArgs b)
    at umbraco.cms.presentation.Trees.BaseTree.BeforeNodeRenderEventHandler.Invoke(XmlTree& sender, XmlTreeNode& node, EventArgs e)
    at umbraco.cms.presentation.Trees.BaseTree.OnBeforeNodeRender(XmlTree& sender, XmlTreeNode& node, EventArgs e)
    at umbraco.loadMedia.Render(XmlTree& tree)
    at umbraco.cms.presentation.tree.LoadTree(String treeAlias)
    at umbraco.cms.presentation.tree.Page_Load(Object sender, EventArgs e)
    at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
    at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
    at System.Web.UI.Control.OnLoad(EventArgs e)
    at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
    at System.Web.UI.Control.LoadRecursive()
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    It seems to have started since installing the new version of Concierge and if I remove Concierge the Pickers start working again.

    I'm thinking that the errors may be related?

    Cheers

    Evan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies