S
Simon L. Prinsloo
Guest
The message is misleading. Actually the compiler is not able to resolve the type of "ENotificationTransportTypes", because it is not fully qualified and there is no USING. But when you implement an interface, instead of telling you that it cannot resolve the type, the compiler jumps straight to the message that it cannot find the implementation of something required by the interface or that the implementation does not match.
Continue reading...
Continue reading...