Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SvcTraceViewer Tool

Tags:

wcf

Where can I get the SvcTraceViewer Tool please?

I tried downloading and installing many SDKs.

I've looked in the bins of the Program Files.

I need it to trace whats going wrong with my WCF call.

like image 794
I Sulaiman Avatar asked Feb 11 '16 07:02

I Sulaiman


People also ask

What is a trace viewer?

Trace Viewer is the frontend for chrome://tracing and Android systrace. Providing rich analysis and visualization capabilities for trace files, supporting both the linux kernel trace format and Chrome's base/trace_event. Trace-viewer is maintained by google.

What is Svc logs?

Service logs provide diagnostic information about the resources in your tenancy. When you enable logging on resources, you receive information about the resource in a log file. This information allows you to analyze, optimize, and troubleshoot your resources.

How can I trace a WCF service call?

Tracing is not enabled by default. To activate tracing, you must create a trace listener and set a trace level other than "Off" for the selected trace source in configuration; otherwise, WCF does not generate any traces. If you do not specify a listener, tracing is automatically disabled.


1 Answers

You can get it by downloading the Windows SDK. The latest one can be found at https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk/, but if the link doesn't work, searching for "Download Windows SDK" should take you to the correct link.

When you install it, it may be added to the path variable. If not, you can search under the 'Microsoft SDKs' folder under 'Program Files (x86)'. For example, in my machine, it is found at C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools.

like image 109
carlosfigueira Avatar answered Sep 21 '22 03:09

carlosfigueira