CannotResolveClassInfoException Class
In This Article
An exception that is thrown when the XPDictionary cannot provide XPClassInfo metadata information for the class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Remarks
This exception is thrown when the XPDictionary cannot provide XPClassInfo metadata information for a specific class.
Solution:
- ensure that an XPClassInfo object is requested for a persistent type.
See Also