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
Avoid calling functions, subs or properties on a variable declared as object.
Avoid using the object variable as an array.
Avoid using dictionary member access expressions with object variables.