Mike Edwards

Results 44 comments of Mike Edwards

I am having the same problem with Sitecore 9.1. I have tried assembly binding redirect - no joy. The config seems correct for the Sitecore 9.1 DB. It only has...

Hum interestingly the config in memory is: $(id) It seems that the DB type is not being updated based on the DB Type specified in the App.config.

Gah, the test runner wasn't copying the new App.config across after it had been changed. So the change of the DB type was not being picked up!

To continue this conversation, will you be supporting 9.3?

Hi This is an issue we are aware of and will address in the next major version release. This change requires a fundamental change to how the Glass pipelines work...

Are one of the scoped instances disposing the singleton instance?

This is probably a disposal of the SitecoreService before it should have been. You need to check the lifecycle of the object and see if you have anything disposing the...

Hi Do you have the model? The mostly likely cause is that the property is miss the virtual keyword, e.g: ``` public virtual IEnumerable Children {get;set;}```