- Posts: 4
- Thank you received: 0
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
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
- Brian.Shafer@nucor.com
-
Topic Author
- Offline
- Senior Member
-
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.