Value of type '<type1>' cannot be converted to '<type2>' because the array types have different numbers of dimensions

You have tried to convert one array to another with a different number of dimensions.

Error ID: BC30414

To correct this error

  • Change one or both arrays so that the number of dimensions matches.

See Also

Other Resources

Arrays in Visual Basic