From the Thrift Wiki :
C # code generated by Thrift uses the Thrift namespace. To be able to use the code generated by Thrift, you need to reference Thrift.dll in your project in order to access the Thrift namespace. This is necessary to compile the C # code generated by Thrift.
Therefore, you just need to add a link to Thrift.dll in your project. The wiki page contains instructions for building Thrift.dll from the source, if necessary.
source
share