Problem on Getting Data From LocalMachine(View XXX mapped to a dead node, failing)

I have couchbase SDK 1.3.9 on my project.
When I try to get data from a view that I created or try to get data by using Key,get an exception which is “View XXXX was mapped to a dead node, failing.” from View
and from Key It returns null to me , even if I am sure that such data exist on the bucket with such key.
Problem occurs when I run my project from visual studio on my local machine , but when I have deployed my project to server ,it works without any problem.

I hope that someone can help me about that issue.
Thanks for your help anyway.

@ahmetersin_demirhan

Can you enable logging and provide your logs? Is that from the very first request after the application starts? If so it might be because the client cannot bootstrap. If you have Fiddler or Charles or another HTTP debugger running, close it and see if it helps.

-Jeff