In .NET, in order to take advantage of the functionality provided by QuickOPC, you need to reference its NuGet packages or assemblies in your own project.
The following chapters describe how this is done.
You may also want to review:
The OPC Studio NuGet packages are located on nuget.org, together with their dependencies. Under normal circumstances, "nuget.org" must therefore be among your configured package sources for NuGet package Manager, and you need an Internet connection in order to be able to install OPC Studio NuGet packages (unless they are already cached).
Even if you install a copy of OPC Studio NuGet packages locally on your network and configure a package source pointing to them, the dependencies will still be needed from nuget.org. In order to be able to install NuGet OPC Studio packages without an Internet connection, you would have to have a copy of all dependent packages in your package source as well.
If you have Package Source Mapping enabled, it must be configured in such a way that OPC Studio NuGet packages (OpcLabs.*), but also all their dependent packages, are resolvable to their proper packages sources.