Strange Behaviour on upgrading app to Seattle

I have a service IMyNewService and this descends from IMyService defined in RODL1. I have a TMyService implementation which implements IMyService and a TMyNewService which descends from TMyService and implements IMyNewService, defined in RODL2 which uses RODL1.

When I build the application I get messages that TMyNewService does is missing the implementations for IMyService, even though it descends from TMyService which does.

This was fine until I moved it to Seattle. Any ideas? Thanks.

Hi,

have you changed version of ROD too?
pls read https://docs.remotingsdk.com/BreakingChanges/#October2017ROD

1 Like