csharp

14 posts / 0 new
Last post
Offline
Last seen: 2 years 3 months ago
Joined: 10/27/2021
Posts: 9
Error DDL nddsc not found (Visual Studio C#)

Hi community, 

 

After building and running my project in Visual Studio 2019 I get the following error.

System.DllNotFoundException: 'Cannot load DLL nddsc ...' HRESULT: 0x8007007E

 

 

- I used the RTI Connext package from NuGet (version 6.1.0.3). This installed Rti.ConnextDds and Rti.ConnextDds.Native.

- The project is based on .NET Framework 4.6.1

- With rtiddsgen I created the hello_world.cs and hello_worldPlugin.cs from hello_world.idl from example 2 of the example documenation C#

2 posts / 0 new
Last post
GS
Offline
Last seen: 1 year 1 month ago
Joined: 03/31/2016
Posts: 23
C# Mono Connector Newtonsoft.Json

Hi,

I'm using the C# Mono Connector (https://github.com/rticommunity/rticonnextdds-connector/tree/csharp).
Its build type is .net framework 3.5 and packed in a way that the build definition is still .net framework 4 and it’s causing problems, since mono on Unity (Linux) supports .net framework 3.5 only.
I’ve passed this by replacing the standard  Newtonsoft.Json to Json.Net.Unity3D and everyhing works fine but not all the unit testing are passed, 2 tests failed (GetValidFullObjectSamples and SendAnonymousAndReceiveObjectSamples).

Subscribe to RSS - csharp