Description: Parameter %1 of
method '%2' should be type '%3'.
Cause: The argument %1 passed
in the call to method %2 is of the wrong type and cannot be cast to
the correct type. It should be of the type specified as %3.
Resolution: Pass the correct
type in the specified parameter position.