Hi again,

I got a compiler error telling that I cannot convert a struct to an
interface through casting. The struct actually implements the interface
and I try to cast it directly (although the 'as' way doesn't work
neither): 

ISomeInterface isObject = (ISomeInterface) isObject;

Can anyone tell me what's going wrong?.

Jaime.

-- 
// http://geneura.ugr.es -- The Geneura Team
// http://www.go-mono.com -- The Mono Project

Attachment: signature.asc
Description: Esta parte del mensaje esta firmada digitalmente

Reply via email to