CannotLoadInvalidTypeException Class
In This Article
An exception that is thrown when a persistent object cannot be loaded because it’s type is not valid.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Remarks
This exception is thrown when a persistent object cannot be loaded because it’s type is not valid (for instance, the assembly in which this type is declared is not accessible).
Solution:
- check that the required object type is accessible.
See Also