DDS Context 5.3.1 and 6.0.0 diffrent behaviour in VS2017

1 post / 0 new
rohitrx4's picture
Offline
Last seen: 4 years 6 months ago
Joined: 02/15/2019
Posts: 10
DDS Context 5.3.1 and 6.0.0 diffrent behaviour in VS2017

Hello,

I have created supported library using rtiddsgen -Language C# -ppDisable -example x64Win64VS2017 DDS_Table.idl

My solution genrate DDS_Table.dll which i used into my project with some wrapper and its working fine with version 5.3.1

But when i install 6.0.0 version and regerate dll and reffered into my project its shows File.Io.ImageException.

I modified NDDSHOME path and also modified my referance path (like C:\Programfile\rti-dds-context 6.0.0.\)

Sample application is working fine publisher and subscriber with DDS_Table.dll  but whe i create new application and used DDS_Table.dll library it wont work.

 

Same process Same configuration works with 5.3.1 version but not working with 6.0.0 version.

Can some one help to understand what i am missing ?

Thanks,
Rohit Kshirsagar