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