I used Package Manager to add CouchbaseNetClient.1.3.7 to a .net framework 3.5 vb.net project.
I can Import Couchbase and use the namespace in code.
But once I compile/build my project I get the following error and Couchbase is no longer available in code.
Namespace or type specified in the Imports ‘Couchbase’ doesn’t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn’t use any aliases.
After that, built and run the project and it outputs “Instantiated client!” to stdout. Try the steps I outlined above and see what happens; it should work as expected.