Auto generated invk class wrong

Hello,

After installing the latest version of RemObjects (9.1.99.1273) the auto generated invoker class does something strange with the inheritance. Previously it looked like this:
public class DataService_Invoker : DataAbstractService_Invoker { …

Now the namespace is integrated in the inheritance name and it looks like this:
public class DataService_Invoker : FashionShopServer.DataAbstractService_Invoker { …

We have to manually remove the “FashionShopServer.” from het inheritance classname. Otherwise the project doesn’t compile.

Thanks for looking into this.

Greetings.

Thanks, logged as bugs://77295

Thank you for the report. We’ll start to work on this ASAP.

1 Like

bugs://77295 got closed with status fixed.

I’ve fixed the issue. This fix will be available as a part of the next Beta build

bugs://i65028 was closed as fixed.

Logged as bugs://i65028.