I'm trying to run a .NET 4.6.1 with RTI 6.1.1.
I keep getting error related to nddsc.dll - is this dll should be included in the running environment ?
I'm trying to run a .NET 4.6.1 with RTI 6.1.1.
I keep getting error related to nddsc.dll - is this dll should be included in the running environment ?
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#