C# connector build script doesn't run and cna't open VS solutions

3 posts / 0 new
Last post
Offline
Last seen: 3 years 4 months ago
Joined: 11/03/2020
Posts: 22
C# connector build script doesn't run and cna't open VS solutions

I'm having issues trying to get started with the C# connector.

I followed the instructions to set it up on the github, but I ran into issue with the powershell script I don't understand. I posted an issue about it.

https://github.com/rticommunity/rticonnextdds-connector-cs/issues/7

 

Ignoring that, I tried to just open the VS solutions in the examples, but VS keep locking up on me while opening the project. I think VS needs something that build script is suppose to configure.

Online
Last seen: 11 min 19 sec ago
Joined: 04/02/2013
Posts: 195

C# Connector is no longer being maintained. I recommend you use the Nuget package instead, or if you have a Connext DDS license you can try the Preview of the new Connext DDS C# API.

https://www.nuget.org/packages/Rti.ConnextDds/0.0.1-alpha09

https://www.nuget.org/packages/RTI.Connext.Connector/0.3.3-alpha02

Offline
Last seen: 3 years 4 months ago
Joined: 11/03/2020
Posts: 22

Installed the nuget packages and proceeding form there. Thanks!