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
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
how can I get rid of this logging?
Umbracosetting.config
<logging>
<enableLogging>false</enableLogging>
<enableAsyncLogging>false</enableAsyncLogging>
NOT WORKING
is working on a reply...