Issue with code generation

When I regenerate the c# interface file from the .rodl the code generator puts an extra underscore in front of Proxy.__ClearMessage and Proxy.__GetMessage and this causes many compiler errors. There are two underscores in front of the definition in RemObjects.SDK.Proxy.__ClearMessage(IMessage message) in the assembly and three underscores in front of the implementation in the generated file.

Is this with the latest beta?

Yes

Sorry for that. This renaming was required due to some technical reasons. I tried to maintain backwards compatibility but failed. The fix will be added to the next Beta drop. For now the workaround if to run a text replace command in VS replacing ___ClearMessage with __ClearMessage

Sorry for the inconvenience

Thanks, logged as bugs://79542

bugs://79542 got closed with status fixed.