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.

Nuget Package

More
19 Mar 2025 12:17 #13489 by jkertis
Replied by jkertis on topic Nuget Package
I will check the nuspec to see if it helps.

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

More
19 Mar 2025 12:16 #13488 by jkertis
Replied by jkertis on topic Nuget Package
I am trying to install the OPC labs suite. I tried to add the OPC labs NUGET packages to visual studio while offline, but I received 16 errors when doing so. It seems as though one dependency is an OPC foundation package, but I think that there are more. I am just trying to figure out which other packages I need to obtain so that the OPC labs packages will get added properly to visual studio

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

More
19 Mar 2025 12:02 #13487 by support
Replied by support on topic Nuget Package
This forum is for issues specific to OPC Labs products. It is not forum for development questions that do not relate to the product specifically, I am sorry.

I suggested to Google for "collect nuget packages locally for offline use", or similar, already. For starters, each package has list of dependencies in its .nuspec file.

Regards
 

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

More
19 Mar 2025 11:09 #13486 by jkertis
Replied by jkertis on topic Nuget Package
Then how would I figure it out? I see packages in error messages? I do need to get this to work on a network not connected to the internet.

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

More
19 Mar 2025 01:16 #13485 by support
Replied by support on topic Nuget Package
No. There is no way to do it statically, because the final list (package versions) depends on possibly other packages used in the application. 

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

More
18 Mar 2025 22:20 #13484 by jkertis
Replied by jkertis on topic Nuget Package
It seems as though I am missing a number of required packages. Could the additional ones to be downloaded be listed here?

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

More
06 Mar 2025 10:16 #13446 by support
Replied by support on topic Nuget Package
Hello.
Using assembly references instead of package references is not supported. I suggest that you do not even try.

If you want a dev machine that is not connected to Internet, you can still do it with NuGet packages. You just need to collect them, store locally, and configure a NuGet package source(s) that are on the local disk.

If you are using the Setup program of QuickOPC, our NuGet packages are already present on your disk in a directory (NuGetPackages) under where the product is installed. So you just need to add a NuGet Package Source (e.g. in Visual Studio) pointing to that directory. However, the transitively referenced packages that our packages depend on will not be on the disk by default, so you need them as well. Try Google for "collect nuget packages locally for offline use" or so.

Best regards

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

More
05 Mar 2025 19:17 #13443 by Brian.Shafer@nucor.com
I would prefer to not use the Nuget package, as the dev machine does not have internet access.   I am using vb.net and want to create a simple read and write of some tags to an OPC Server.  I can't seem to determine with dll i am misisng,  in the code "Dim WithEvent easyUACLient as new EAsyUACLient i get an error  : 'An error occurred creating the form. See Exception.InnerException for details.  The error is: The type initializer for 'OpcLabs.EasyOpc.UA.EasyUAClientCore' threw an exception.'   What dlls are required to run QuickOPC UA Client?

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

Moderators: supportvaclav.zaloudek
Time to create page: 0.143 seconds