Hello everyone,
I created a generic list and filled it with data from sqlserver and then sent that list content to couchbase.I’m working on localhost. I got 1 bucket and almost 941 docs inside it. Now I want to execute a N1QL select query and print all the data on those docs to the console. The problem is, when I start the code nothing happens but when I debug the code I realize these error on “myCluster”
Info = ‘myCluster.Info’ threw an exception of type ‘System.InvalidOperationException’
any suggestions?
Regards