RemObject SDK Client on .NET Standard 2.0 project

Hi,

I am trying to create a client Library using .NET Standard 2.0 but i can’t add RODL client.
Can you please advice on that.?

Thanx

Alex Xanthoudakis

We do not support .NET Standard yet. However it IS possible. Please send a mail to support@ and I’ll provide you a .NET Standard 2.0 build of RemObjects SDK client assemblies.

As for the next step - to create the _Intf file that contains server type defnitions and service proxies you need to

  1. Start Service Builder
  2. Either open the server RODL file (if you have one) OR to go to Edit -> Import - > Import Remoting SDK Servce (RODL)
  3. Once the RODL file if opened or imported go to CodeGen -> C# for .NET -> Interface
  4. There select the ‘Windows Phone/Metro’ option and press the Refresh Code button:
  5. Save the generated code.

As for a teaser pic:.NET Core 2.0 app that is a client of a Remoting SDK server

1 Like