Accessing Delphi SDK Webservice from Blazor (.NET Core) — Which NuGet Packages?

Hi,

I’m working with a Delphi SDK Webservice that uses ROBinMessage and AES Encryption Envelope.

I’d like to access this service from a Blazor project in Visual Studio Code, using .NET Core. I’ve already installed the RemObjects SDK with .NET support.

Which NuGet packages do I need to install?

Regards,
Piet van Zutphen

Hi,

RemObjects.SDK nuget package from RemObjects Software package source:


by other hand, you can add C:\Program Files (x86)\RemObjects Software\RemObjects SDK for .NET\Bin\.NETCore\RemObjects.SDK.dll as a reference to your project

Hi,

I am using Visual Studio Code, not Visual Studio.
So the only thing I have to add is Remobjects.SDK.dll from .NETCore?

Hi,

RemObjects.SDK.dll is enough for client-side application.


RemObjects.SDK nuget package is located in C:\Program Files (x86)\RemObjects Software\Packages folder.

I got it to work. Thanks.

1 Like