November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I think I understand why this error occurs.
I have
public class SomeClass : IValidate<ContentData>
{
public IEnumerable<ValidationError> Validate(ContentData instance)
{
//I do EPiServer.DataFactory.Get(ContentReference contentLink) here
}
}
I think, this method called before EpiServer load ContentProvider on first visit site in a long time, because if I delete "DataFactory.Get", error not repeated.
Is that so?
Hi.
Sometimes I get EPiServer.Core.ContentProviderNotFoundException.
I noticed that the error appears when I first visit site in a long time.
Stack Trace:
What could be causing this error?