Hi,
In FIT.dll, Dynastream.Fit.Mesg there are two members that are alike ('fields' and 'Fields'). The C# DecodeDemo example project it shows that 'fields' is obsolete and it will be made private in 20.10.00. But in 20.30.00 it is still visible.
Now, in C# sharp that's no problem, because C# in case sensitive. I am programming in vb.net and that's not case sensitive. So vb.net shows it as ambiguous.
I am trying to find a workaround, but it's probably not going to be easy. Does anyone know if it is going to be removed any time soon?
Or, can I remove it from from classlib and recompile the DLL?