Hello,
After running the demo application and clicking "Read item" I get an "Error in the DLL" message in the Exception field.
Running the provided ConsoleApplication run gives the same error, but with more information. Here is the stacktrace:
at OpcLabs.EasyOpc.DataAccess.EasyDAClient.CheckComResult(Int32 hResult, IErrorInfo* pErrorInfo)
at OpcLabs.EasyOpc.DataAccess.EasyDAClient.ReadItemValue(ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor)
at OpcLabs.EasyOpc.DataAccess.EasyDAClient.ReadItemValue(String machineName, String serverClass, String itemId, VarType dataType)
at OpcLabs.EasyOpc.DataAccess.EasyDAClient.ReadItemValue(String machineName, String serverClass, String itemId)
at ConsoleApplication1.Program.Main(String[] args) in C:\Program Files\OPC Labs\QuickOPC.NET Bonus Pack 5.0\Examples\CSharp\VS2008\Console\ConsoleApplication1\Program.cs:line 17
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
Note that in order to get the provided examples to build, I had to explicitly reference the .DLL's in the C:\Program Files\OPC Labs\QuickOPC.NET 5.0\Assemblies directory - Visual Studio 2008 could not find the references by default.
(I have a couple screenshots I'd like to upload but do not have sufficient permissions)