Copied to clipboard

Flag this post as spam?

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


  • Andrew Rebane 14 posts 35 karma points
    May 08, 2015 @ 14:36
    Andrew Rebane
    0

    solution hangs when debugging

    hey

    I am trying to debug my Umbraco solution, and the page is not loading..

    So I enabled intellitrace and.. 

    in ContentTypeBaseRepository.MapGroupsAndProperties

    in every LINQ statement is throwing thousands of "ExpandoObject does not contain .." RuntimeBinderExceptions about some internal Umbraco members like pgId, pgText, pgSortOrder, ptId, ptName, ptAlias etc 

    also

    TypeExtensions.GetMemberIgnoreCase is throwing thousands of MissingMethodExceptions 

    finally

    when all of the page is rendered the process just gets hang on 

    AsynchronousRollingFileAppender.AppendLoggingEvents Thread.Sleep

    PLEASE HELP!!!

     

    Thanks

    Andrew

  • Andrew Rebane 14 posts 35 karma points
    May 08, 2015 @ 15:23
    Andrew Rebane
    0

    how can I get rid of this logging?

    Umbracosetting.config

    <logging>
        <enableLogging>false</enableLogging>
        <enableAsyncLogging>false</enableAsyncLogging>

    NOT WORKING

Please Sign in or register to post replies

Write your reply to:

Draft