SQL Server Error Code – 6225 type “%.*ls.%.*ls” is marked for native
In this blog post, you’ll learn more about the SQL Server Error Code 6225 and the error message description that is shown
SQL Server Error Code
6225
SQL Server Error Description for the Code :6225
Type “%.*ls.%.*ls” is marked for native serialization, but field “%.*ls” of type “%.*ls.%.*ls” is of type “%.*ls.%.*ls” which is a non-value type. Native serialization types can only have fields of blittable types. If you wish to have a field of any other type, consider using different kind of serialization format, such as User Defined Serialization.
Leave Your Comment