cassandra-0.7

Connecting to Cassandra 0.7 in .NET

I am having a lot of trouble trying to upgrade my existing library from Cassandra 0.6 to 0.7 beta1. I had originally thought it was a order of operations issue, so I decided to break it down to the basics. Here is the basic setup that I will be suing TTransport framedTransport = new TFramedTransport(new TSocket("localhost", 9160)); ...