04/21/2014
I just downloaded opc-net-api-sample-clients-2.01.107-20180130 from the website and extracted it. While trying to build it, it looks like I'm missing the AssemblyVersionInfo.cs for OPC COM RCW, OPC NET API, OPC NET COM Wrapper, OPC NET XML Wrapper.
I installed the matching redist as well and still no luck. Where are these files?
Thanks
05/30/2017
The file contains this:
using System;
using System.Collections.Generic;
using System.Text;internal static class AssemblyVersionInfo
{
/// <summary>
/// The current copy right notice.
/// </summary>
public const string Copyright = "Copyright © 2003-2017 OPC Foundation, Inc";/// <summary>
/// The current build file version.
/// </summary>
public const string CurrentFileVersion = "0.0";
}
Put it in the Include dir at the root.
1 Guest(s)