Building Solution which is using DIS 2.35.1.33 creates below error. Although Validation is clear and protocol can be deployed successfully in DM.
"Error CS1061 'ElementPortInfo' does not contain a definition for 'IsSslTlsEnabled' and no accessible extension method 'IsSslTlsEnabled' accepting a first argument of type 'ElementPortInfo' could be found (are you missing a using directive or an assembly reference?)"
Hi Ladan, the IsSslTlsEnabled property was added to the ElementPortInfo class in DataMiner version 10.0.1.0 (see RN22873). DIS is using the DLL files from the local DataMiner installation to compile the code in Visual Studio. Could it be that you're local DMA is running on an older version?
DataMiner and DIS are two separate things. Updating DIS won’t change the DataMiner installation.
However, if the “IsSslTlsEnabled” property is being used in a driver, that driver will only work on DataMiner installations with version 10.0.1 or higher.
There appears to be a bigger problem other than references to IsSslTlsEnabled for 9.6 users. With the new DIS, it is not able to generate QAction63000 any longer.
Could you suggest a fix for this?
Edit: This is now resolved. Please refer to resolution on question linked above for further details.
Thank you Tom for your reply. Yes our local Dataminer is 9.6.10.0. Will using this version of DIS cause issues on DMAs which runs on version 9.6? Currently only our cloud DMAs are on version 10. Is there any place which we can check this information before upgrading to new version of DIS?