Compiler Error CS0553
CS0553'conversion routine' : user defined conversion to/from base
class
User-defined conversions to values of a base class are not allowed;
you do not need such an operator.
But now I need one, what now?
[LepEx]
Hmmm...this seems odd. Why can't you define how you want conversions to/from
a base class to go? Any C# gurus out there that can shed some light on the
situation?