Option Strict On disallows implicit conversions from '<type1>' to '<type2>'; the Visual Basic 6.0 collection type is not compatible with the .NET Framework collection type

Option Strict On disallows implicit conversions from '<type1>' to '<type2>'; the Visual Basic 6.0 collection type is not compatible with the .NET Framework collection type.

The collection object that is used in Visual Basic 6.0 differs from the collection object that is used in Visual Studio 2008.

Error ID: BC30753

To correct this error

See Also

Concepts

Collections in Visual Basic

Reference

CType Function

DirectCast

TryCast

Nothing (Visual Basic)