Unable to Cast from Parent Class to Child Class

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2009-06-12T19:39:42Z Indexed on 2010/05/12 15:44 UTC
Read the original article Hit count: 208

Filed under:

I am trying to cast from a parent class to a child class but I get an InvalidCastException. The child class only has one property of type int. Does anyone know what I need to do?

© Stack Overflow or respective owner

Related posts about c#