Using Thrift to connect to Cassandra from .NET

Posted by vtortola on Stack Overflow See other posts from Stack Overflow or by vtortola
Published on 2010-05-09T17:47:07Z Indexed on 2010/05/09 17:58 UTC
Read the original article Hit count: 291

Filed under:
|
|
|
|

Hi,

I'm interested in Cassandra and I'd like to test it at home in my Windows XP computer. I've found instructions for install an run Cassandra in Windows, and it's already up and running; I've also found the thrift executable for Windows and generate the C# interfaces, but... when I try to compile that generated code in Visual Studio I got : "The type or namespace name 'Thrift' could not be found (are you missing a using directive or an assembly reference?)", so I'm missing something else, but I cannot find what... What is it? Is it a dll? I've looked in the thrift code and I cannot find anything related to .net , so what am I missing?

Thanks in advance.

Regards.

© Stack Overflow or respective owner

Related posts about cassandra

Related posts about thrift