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.
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
Installed the nuget packages and proceeding form there. Thanks!