<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Scott Klueppel's Blog - Visual Studio</title>
    <link>http://offroadcoder.com/</link>
    <description>making the hard line look easy</description>
    <language>en-us</language>
    <copyright>Scott Klueppel</copyright>
    <lastBuildDate>Thu, 19 Jun 2008 02:23:30 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>me@offroadcoder.com</managingEditor>
    <webMaster>me@offroadcoder.com</webMaster>
    <item>
      <trackback:ping>http://offroadcoder.com/Trackback.aspx?guid=0c636536-67bd-4395-849c-5554c1ee20f2</trackback:ping>
      <pingback:server>http://offroadcoder.com/pingback.aspx</pingback:server>
      <pingback:target>http://offroadcoder.com/PermaLink,guid,0c636536-67bd-4395-849c-5554c1ee20f2.aspx</pingback:target>
      <dc:creator>Scott Klueppel</dc:creator>
      <georss:point>30.109017 -81.497099</georss:point>
      <wfw:comment>http://offroadcoder.com/CommentView,guid,0c636536-67bd-4395-849c-5554c1ee20f2.aspx</wfw:comment>
      <wfw:commentRss>http://offroadcoder.com/SyndicationService.asmx/GetEntryCommentsRss?guid=0c636536-67bd-4395-849c-5554c1ee20f2</wfw:commentRss>
      <slash:comments>5</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Juval Löwy mentioned the <a href="http://msdn.microsoft.com/en-us/library/ms732023.aspx">Microsoft
Service Trace Viewer</a> in a <a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032379028&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US">webcast</a> today.
If you ever wondered exactly what WCF does under all of those covers, check this out.
</p>
        <p>
First things first. Enable tracing on the client and host applications using the WCF
Configuration Editor. Enable the verbose trace level and check all of the listener
settings. This will add all of the necessary &lt;system.diagnostics&gt; settings in
your config file. The next time you start each of the applications, a .svclog file
will be created that will be used by the Service Trace Viewer.
</p>
        <p>
          <img src="http://gotjeep.net/Blogs/content/binary/EditWCFConfigTracing.png" border="0" />
        </p>
        <p>
Start your host, start your client, run through the test cases that you want to analyze
in the viewer. After your test run is complete, open the viewer, located at C:\Program
Files\Microsoft SDKs\Windows\v6.0A\bin\SvcTraceViewer.exe. "Open" the host.svclog
file, and then "Add" the client.svclog file. Both "Open" and "Add" are menu items
under "File".
</p>
        <p>
Start on the Activity tab, look through the host and client activities that occurred.
Everything from ServiceHost construction through ServiceHost closing shows up. This
is very cool, especially when analyzing the differences between different security,
session, and reliability settings.
</p>
        <p>
          <img src="http://gotjeep.net/Blogs/content/binary/SVTActivityTab.png" border="0" />
        </p>
        <p>
When you are done looking through the activities, check out the Graph tab. Here you
can look at the interactions between the client and host, as well as looking at the
details of each activity (at the top right). At the bottom right, you will also notice
the formatted and xml details of this activity.
</p>
        <p>
          <img src="http://gotjeep.net/Blogs/content/binary/STV.png" border="0" />
        </p>
        <p>
This is a very cool tool for both debugging and training. Below is my lame test projects,
if you want to skip past the configuration and check out the tool. My .svclog files
are located in the Client and Host folders.
</p>
        <p>
          <a href="http://gotjeep.net/Blogs/content/binary/SvtTest.zip">SvtTest.zip (190.32
KB)</a>
        </p>
        <p>
Enjoy! Thanks to Juval for the direction.
</p>
        <img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=0c636536-67bd-4395-849c-5554c1ee20f2" />
      </body>
      <title>Service Trace Viewer</title>
      <guid isPermaLink="false">http://offroadcoder.com/PermaLink,guid,0c636536-67bd-4395-849c-5554c1ee20f2.aspx</guid>
      <link>http://offroadcoder.com/2008/06/19/ServiceTraceViewer.aspx</link>
      <pubDate>Thu, 19 Jun 2008 02:23:30 GMT</pubDate>
      <description>
		&lt;p&gt;
Juval Löwy mentioned the &lt;a href="http://msdn.microsoft.com/en-us/library/ms732023.aspx"&gt;Microsoft
Service Trace Viewer&lt;/a&gt; in a &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032379028&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;webcast&lt;/a&gt; today.
If you ever wondered exactly what WCF does under all of those covers, check this out.
&lt;/p&gt;
&lt;p&gt;
First things first. Enable tracing on the client and host applications using the WCF
Configuration Editor. Enable the verbose trace level and check all of the listener
settings. This will add all of the necessary &amp;lt;system.diagnostics&amp;gt; settings in
your config file. The next time you start each of the applications, a .svclog file
will be created that will be used by the Service Trace Viewer.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://gotjeep.net/Blogs/content/binary/EditWCFConfigTracing.png" border="0" /&gt; 
&lt;/p&gt;
&lt;p&gt;
Start your host, start your client, run through the test cases that you want to analyze
in the viewer. After your test run is complete, open the viewer, located at C:\Program
Files\Microsoft SDKs\Windows\v6.0A\bin\SvcTraceViewer.exe. "Open" the host.svclog
file, and then "Add" the client.svclog file. Both "Open" and "Add" are menu items
under "File".
&lt;/p&gt;
&lt;p&gt;
Start on the Activity tab, look through the host and client activities that occurred.
Everything from ServiceHost construction through ServiceHost closing shows up. This
is very cool, especially when analyzing the differences between different security,
session, and reliability settings.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://gotjeep.net/Blogs/content/binary/SVTActivityTab.png" border="0" /&gt; 
&lt;/p&gt;
&lt;p&gt;
When you are done looking through the activities, check out the Graph tab. Here you
can look at the interactions between the client and host, as well as looking at the
details of each activity (at the top right). At the bottom right, you will also notice
the formatted and xml details of this activity.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://gotjeep.net/Blogs/content/binary/STV.png" border="0" /&gt; 
&lt;/p&gt;
&lt;p&gt;
This is a very cool tool for both debugging and training. Below is my lame test projects,
if you want to skip past the configuration and check out the tool. My .svclog files
are located in the Client and Host folders.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://gotjeep.net/Blogs/content/binary/SvtTest.zip"&gt;SvtTest.zip (190.32
KB)&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Enjoy! Thanks to Juval for the direction.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=0c636536-67bd-4395-849c-5554c1ee20f2" /&gt;</description>
      <comments>http://offroadcoder.com/CommentView,guid,0c636536-67bd-4395-849c-5554c1ee20f2.aspx</comments>
      <category>.NET Framework</category>
      <category>C#</category>
      <category>Dev Tools</category>
      <category>Visual Studio</category>
      <category>WCF</category>
    </item>
    <item>
      <trackback:ping>http://offroadcoder.com/Trackback.aspx?guid=9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f</trackback:ping>
      <pingback:server>http://offroadcoder.com/pingback.aspx</pingback:server>
      <pingback:target>http://offroadcoder.com/PermaLink,guid,9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f.aspx</pingback:target>
      <dc:creator>Scott Klueppel</dc:creator>
      <georss:point>30.109017 -81.497099</georss:point>
      <wfw:comment>http://offroadcoder.com/CommentView,guid,9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f.aspx</wfw:comment>
      <wfw:commentRss>http://offroadcoder.com/SyndicationService.asmx/GetEntryCommentsRss?guid=9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I couldn't take the X-Files-esque output window anymore. Here are my spinoffs of the <a href="http://idehotornot.ning.com/index.php/index/show?id=2353062">ZenBurn</a> (<a href="http://gotjeep.net/Blogs/PermaLink,guid,3deae2d5-50a2-4435-ab7c-e9d1e240e8ff.aspx">recently
posted as ScottGu's</a>) theme.
</p>
        <p>
          <a href="http://gotjeep.net/Blogs/content/binary/VSSettings1.zip">VSSettings1.zip
(118.09 KB)</a>
        </p>
        <img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f" />
      </body>
      <title>My VS2005 and VS2008 themes</title>
      <guid isPermaLink="false">http://offroadcoder.com/PermaLink,guid,9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f.aspx</guid>
      <link>http://offroadcoder.com/2008/06/19/MyVS2005AndVS2008Themes.aspx</link>
      <pubDate>Thu, 19 Jun 2008 01:44:39 GMT</pubDate>
      <description>&lt;p&gt;
I couldn't take the X-Files-esque output window anymore. Here are my spinoffs of the &lt;a href="http://idehotornot.ning.com/index.php/index/show?id=2353062"&gt;ZenBurn&lt;/a&gt; (&lt;a href="http://gotjeep.net/Blogs/PermaLink,guid,3deae2d5-50a2-4435-ab7c-e9d1e240e8ff.aspx"&gt;recently
posted as&amp;nbsp;ScottGu's&lt;/a&gt;) theme.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://gotjeep.net/Blogs/content/binary/VSSettings1.zip"&gt;VSSettings1.zip
(118.09 KB)&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f" /&gt;</description>
      <comments>http://offroadcoder.com/CommentView,guid,9a4ba1c7-b29f-40ca-a6d8-d8795e06e23f.aspx</comments>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://offroadcoder.com/Trackback.aspx?guid=3deae2d5-50a2-4435-ab7c-e9d1e240e8ff</trackback:ping>
      <pingback:server>http://offroadcoder.com/pingback.aspx</pingback:server>
      <pingback:target>http://offroadcoder.com/PermaLink,guid,3deae2d5-50a2-4435-ab7c-e9d1e240e8ff.aspx</pingback:target>
      <dc:creator>Scott Klueppel</dc:creator>
      <georss:point>30.109017 -81.497099</georss:point>
      <wfw:comment>http://offroadcoder.com/CommentView,guid,3deae2d5-50a2-4435-ab7c-e9d1e240e8ff.aspx</wfw:comment>
      <wfw:commentRss>http://offroadcoder.com/SyndicationService.asmx/GetEntryCommentsRss?guid=3deae2d5-50a2-4435-ab7c-e9d1e240e8ff</wfw:commentRss>
      <slash:comments>5</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have been using ScottGu's Visual Studio 2008 theme for the last few weeks and love
it. You can see it <a href="http://www.scottgu.com/blogposts/mvc3announce/step11.png">here</a> and
download it <a href="http://www.scottgu.com/blogposts/aprilmvc/scottgu-dark.zip">here</a>.
</p>
        <img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=3deae2d5-50a2-4435-ab7c-e9d1e240e8ff" />
      </body>
      <title>ScottGu VS 2008 Theme</title>
      <guid isPermaLink="false">http://offroadcoder.com/PermaLink,guid,3deae2d5-50a2-4435-ab7c-e9d1e240e8ff.aspx</guid>
      <link>http://offroadcoder.com/2008/05/30/ScottGuVS2008Theme.aspx</link>
      <pubDate>Fri, 30 May 2008 02:21:53 GMT</pubDate>
      <description>
		&lt;p&gt;
I have been using ScottGu's Visual Studio 2008 theme for the last few weeks and love
it. You can see it &lt;a href="http://www.scottgu.com/blogposts/mvc3announce/step11.png"&gt;here&lt;/a&gt; and
download it &lt;a href="http://www.scottgu.com/blogposts/aprilmvc/scottgu-dark.zip"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=3deae2d5-50a2-4435-ab7c-e9d1e240e8ff" /&gt;</description>
      <comments>http://offroadcoder.com/CommentView,guid,3deae2d5-50a2-4435-ab7c-e9d1e240e8ff.aspx</comments>
      <category>Dev Tools</category>
      <category>Visual Studio</category>
    </item>
  </channel>
</rss>