I just installed this package on a 4.7.1 .net4 site on my local machine iis7 / sql28kr2 / win7 (canterbanter.local)
and as soon as I installed it I got a YSOD error for all pages in the application
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
mainly it seems to be upset by
[ConfigurationErrorsException: Error creating context 'spring.root': Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
Did you ever hear back about this? I'm having the same symptom of the YSOD. I can't see the original stack trace here, but I think it is the same error and it seems there is some attempted reflection happening in the EventInformationCollectionFactory.Create() method which fails and that is causing Spring to freak out.
Does anyone know what it is trying to reflect over?
YSOD after install
I just installed this package on a 4.7.1 .net4 site on my local machine iis7 / sql28kr2 / win7 (canterbanter.local)
and as soon as I installed it I got a YSOD error for all pages in the application
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
mainly it seems to be upset by
i've copied the whole stacktrace to here: http://c3x.co/blog4u/2012/5/9/workflow-stacktrace?alttemplate=unstyled-page
any ideas how I could fix this?
i've inherited the site and it's a bit of a package soup
there is
Did you ever hear back about this? I'm having the same symptom of the YSOD. I can't see the original stack trace here, but I think it is the same error and it seems there is some attempted reflection happening in the EventInformationCollectionFactory.Create() method which fails and that is causing Spring to freak out.
Does anyone know what it is trying to reflect over?
is working on a reply...