Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: .NET (C#) 1.2
Community Wiki and Resources
Wiki: .NET Client Library
Download Client Library
.NET Client Library
Couchbase Developer Guide 2.0
Couchbase Server Manual 2.0
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1.3 Try it Out!
Chapter Sections
Chapters

1.3.1. Project Setup

Create a new console project in Visual Studio. Add a references to the Couchbase.dll, Enyim.Memcached.dll, Newtonsoft.Json.dll and RestSharp.dll assemblies found in the release zip file.

Visual Studio console applications target the .NET Framework Client Profile by default, so you'll need to update the project properties to instead target the full .NET Framework. If you skip this step, you'll have compilation errors.