CannotLoadInvalidTypeException Class
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.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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