I\'m trying to cast from one generic to another, say:
myClass anItem = myclass anotherObject;
Templates in c++ aswell as generics in c++.net are not covariant.
Check this question, might give you an idea for a workaround.