When it was string as argument and as return type it was fine.
So what is your intention to do?
small error:
GXDLMSAssociationLogicalNameView.cs
error Line 134
MaxSendPDUSizeTb.Text = target.XDLMSContextInfo.MaxSendPpuSize.ToString();
Should change to MaxSendPDUSizeTb.Text = target.XDLMSContextInfo.MaxSendPduSize.ToString();
It lefts one more small bug in Gurux.DLMS.UI.Net solution, when you open it in Visual studio (I'm using 2017) GXDLMSMBusMasterPortSetupView.cs resource GXDLMSMBusMasterPortSetupView.resx is excluded by default.
Season Profile
Hi Ivan,
We have made a lots of changes for DLMS.UI. New version is available.
We have also fixed this typo.
BR,
Mikko
Fixed (almost)
Hi Mikko,
Thank you for your fast fix.
It lefts one more small bug in Gurux.DLMS.UI.Net solution, when you open it in Visual studio (I'm using 2017) GXDLMSMBusMasterPortSetupView.cs resource GXDLMSMBusMasterPortSetupView.resx is excluded by default.
Kind regards,
Ivan
Season Profile
Hi Ivan,
This is fixed.
BR,
Mikko