The targeted version of the .NET Compact Framework does not support latebinding

The version of the .NET Compact Framework you are working with does not support late binding.

Error ID: BC30762

To correct this error

  1. Avoid calling functions, subs or properties on a variable declared as object.

  2. Avoid using the object variable as an array.

  3. Avoid using dictionary member access expressions with object variables.

See Also

Concepts

Special Characters in Code

Other Resources

Objects in Visual Basic