bad mismatch type error

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
sudhapc
Hero Member
Hero Member
Posts: 28
Joined: 16 Oct 2018, 12:47

bad mismatch type error

Post by sudhapc »

Hi Team,

i have created my own enumeration with some enum values.
i have requirement that user might delete all enum values and variable instances associated with this enumeration datatype should be updated accordingly.
i am trying to update the instance with empty enumvalue array it is throwing bad mismatch type error. pls help

Datatype of variable node is my custom enumeration
value of variable node is of type int32.

Post Reply