Dictionarys with MSRS 1.5
Hello,
in my implementations with MSRS 1.0 I used a lot of dictionarys for interaction between the services
Now I tried to migrate to version 1.5.
For every dictionary<string, float> used with a [DataMember] attribute I get the following post-build error:
Code Snippet
KUKA.Transformation.Proxy.TransformationTypes.cs(496,43): error CS1502: Die beste übereinstimmung für die überladene Methode System.Collections.Generic.Dictionary<string,float>.this[string] hat einige ungültige Argumente.
KUKA.Transformation.Proxy.TransformationTypes.cs(496,50): error CS1503: Das Argument 1 kann nicht von int in string konvertiert werden.
Is it impossible to use Dictionaries with MSRS 1.5?
If so, what workaround do you propose?
Thank you,
S@ilor

