Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

Version differences

More
05 May 2020 13:46 #8468 by support
Replied by support on topic Version differences
Hello,
this problem is now fixed, thank you for reporting it. There was a wrong dependency version number in .nuspec for the QuickOpc package.

Please rebuild with 5.58.192 or later - both the installer download and NuGet package are now synchronized.

Best regards
The following user(s) said Thank You: ted

Please Log in or Create an account to join the conversation.

More
05 May 2020 05:01 #8463 by support
Replied by support on topic Version differences
Hello,

packages for build 5.58.184.1 should have been uploaded to NuGet, that's an omission on our side.
I can upload them but first I will look into the "other" issue - because if it requires fix & another build, there would be no point in uploading 5.58.184.1.

I will reply here when I know more.

Best regards

Please Log in or Create an account to join the conversation.

More
04 May 2020 17:02 #8460 by ted
Version differences was created by ted
Trying to evaluate QuickOpc on Windows / Net Core 3.1.201 / Rider 2020.1
I ran the QuickOpc installer and unpacked the examples fetched from
opclabs.doc-that.com/files/onlinedocs/QuickOpc/2020.2/User%2...NET%20Standard%20Examples.html
"C# examples for .NET Core". This is the build output: (see below)
The problem seems to be that the project expects version 5.58.184, but Nuget only has 5.58.151.
After downgrading to 5.58.151 I can run both "MultiTargetDocExamples" and "MultiTargetUADocExamples"
However, the last one, after choosing point 1 (Main), then point 1 (UADocExamples._EasyUAClient.BrowseDataNodes.Overload1"), it crashes with this error:
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Opc.Ua.Core, Version=1.4.360.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT:
 0x80131040)
Where should this dll be installed from?
Goal is to the the communication going using the OPC-UA Demo Publisher 5.58.184.1

C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\DocExamples\MultiTargetDocExamples.csproj : error NU1102: Unable to find package OpcLabs.QuickOpc with version (>= 5.58.184) [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\DocExamples\MultiTargetDocExamples.csproj : error NU1102:   - Found 73 version(s) in nuget.org [ Nearest version: 5.58.151 ] [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\DocExamples\MultiTargetDocExamples.csproj : error NU1102:   - Found 0 version(s) in Gith [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102: Unable to find package OpcLabs.MqttNet with version (>= 5.58.184) [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 8 version(s) in nuget.org [ Nearest version: 5.58.151 ] [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 0 version(s) in Gith [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102: Unable to find package OpcLabs.Pcap with version (>= 5.58.184) [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 7 version(s) in nuget.org [ Nearest version: 5.58.151 ] [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 0 version(s) in Gith [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102: Unable to find package OpcLabs.UAPubSubJson with version (>= 5.58.184) [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 8 version(s) in nuget.org [ Nearest version: 5.58.151 ] [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 0 version(s) in Gith [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102: Unable to find package OpcLabs.QuickOpc with version (>= 5.58.184) [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 73 version(s) in nuget.org [ Nearest version: 5.58.151 ] [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]
C:\t\DS\sw\tests\csharp\Test.Opclabs\Console\UADocExamples\MultiTargetUADocExamples.csproj : error NU1102:   - Found 0 version(s) in Gith [C:\t\DS\sw\tests\csharp\Test.Opclabs\QuickOpcCSharpMultiTargetExamples.sln]

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.076 seconds