Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change 
notification.

The following page has been changed by HannesBaldursson:
http://wiki.apache.org/thrift/ThriftUsageC%23

------------------------------------------------------------------------------
  = Getting started =
- To be able to use the C# source code generated by the Thrift compiler in your 
project you need reference {{{Thrift.dll}}} in your project to gain access to 
Thrift's namespace.
+ The C# code generated by thrift uses the {{{Thrift}}} namespace. To be able 
to use the code generated by Thrift (the compiler) in your project you need to 
reference {{{Thrift.dll}}} in your project to gain access to the {{{Thrift}}} 
namespace. This is required for the Thrift generated C# code to compile.
  
  == Building Thrift.dll using Visual Studio ==
  

Reply via email to