I am trying to examin this PLC example, however I get an error message when I compile it with Integration Studio:
LibPlcTag.cs(26,26): error CS0012: The type 'System.Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
What can I do to correct this?
Check this:
Try to use this version:
as I check one of the source files I think I do have this version (downloaded from forge)