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
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.131 seconds