Value of type '<type1>' cannot be converted to '<type2>' because '<type3>' is not a reference type
A statement attempts to convert an array type to another array type where the data type of the elements of the target array is not a reference type.
Error ID: BC30333
To correct this error
- Check the data types of the elements of both arrays to determine the source of the error.