Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 466 Bytes

HelloTx.md

File metadata and controls

16 lines (10 loc) · 466 Bytes

Hello Tx

Building console app that counts the events in .etl (Event Trace Log) file

  • In Visual Studio, create new console project
  • Remove all other references except System
  • Click References->Manage NuGet Pacakages
  • Search for Tx.*:

TxOnNuget.JPG

Let's install Tx.Windows, an then type the following code:

HelloTx.JPG

To run this program, you have to download HTTP_Server.etl into bin\Debug