Object of type 'customObject' cannot be converted to type 'customObject'.
- by Phani Kumar PV
i am receiving the follwing error when i am invoking a custom object
"Object of type 'customObject' cannot be converted to type 'customObject'."
Following is the scenario when i am getting the error
i am invoking a method in a dll dynamically.
Load an assembly
CreateInstance....
calling MethodInfo.Invoke() passing int, string as a parameter…