You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the project and it build successfully, when I am executing it, it gives error saying
System.Collections.Generic.KeyNotFoundException was unhandled
HResult=-2146232969
Message=The given key was not present in the dictionary.
Source=mscorlib
StackTrace:
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at PLC5Wrapper.PlcTag.ReadTag(Tag tag, Int32 timeout)
Any idea why I am getting this issue? I make sure sure all variable etc and set and passing correctly.
The text was updated successfully, but these errors were encountered:
I downloaded the project and it build successfully, when I am executing it, it gives error saying
System.Collections.Generic.KeyNotFoundException was unhandled
HResult=-2146232969
Message=The given key was not present in the dictionary.
Source=mscorlib
StackTrace:
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at PLC5Wrapper.PlcTag.ReadTag(Tag tag, Int32 timeout)
Any idea why I am getting this issue? I make sure sure all variable etc and set and passing correctly.
The text was updated successfully, but these errors were encountered: