<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx</link><description>During a recent technical engagement with a BizTalk ISV, we helped the ISV partner implement a tracing framework which combined the high performance and flexibility provided by the Event Tracing for Windows (ETW) infrastructure. This work has enabled</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10366084</link><pubDate>Tue, 06 Nov 2012 09:37:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10366084</guid><dc:creator>Dinesh Arora</dc:creator><description>&lt;p&gt;Hi, Even after implementing the whole framework, I am not able to see any Logging in the events.&lt;/p&gt;
&lt;p&gt;Kindly help!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10366084" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10140329</link><pubDate>Sun, 13 Mar 2011 01:25:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10140329</guid><dc:creator>valerym</dc:creator><description>&lt;p&gt;I just verified the link, it is in a perfect shape :-) Please try again. &lt;/p&gt;
&lt;p&gt;All our samples can be found on the MSDN Code Gallery: &lt;a rel="nofollow" target="_new" href="http://code.msdn.microsoft.com/appfabriccat"&gt;code.msdn.microsoft.com/appfabriccat&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10140329" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10139486</link><pubDate>Thu, 10 Mar 2011 21:01:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10139486</guid><dc:creator>Suresh Gladstone</dc:creator><description>&lt;p&gt;Great Post! , I guess the link for source code download is broken . Can you please enable it again&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10139486" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10132455</link><pubDate>Tue, 22 Feb 2011 01:44:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10132455</guid><dc:creator>Valery M</dc:creator><description>&lt;p&gt;If you switch the compiler&amp;#39;s target to .NET 3.5 or above, you will need to remove the declaration of Func&amp;lt;T&amp;gt; delegate from FrameworkUtility.cs. Readme.htm includes a comment stating the following:&lt;/p&gt;
&lt;p&gt;Removed unwanted dependency on .NET 3.5. Note that Func&amp;lt;T&amp;gt; delegate declaration needs to be removed from FrameworkUtility.cs should the sample code be ported into a project with target .NET Framework set to 3.5 or above.&lt;/p&gt;
&lt;p&gt;Trust this should help.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10132455" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10132375</link><pubDate>Mon, 21 Feb 2011 21:34:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10132375</guid><dc:creator>twh</dc:creator><description>&lt;p&gt;I had to remove the &amp;quot;Tests&amp;quot; project from the solution because I only have the &amp;quot;Premium&amp;quot; version of VS 2010, and it apparently doesn&amp;#39;t have the LoadTestFramework.dll.&lt;/p&gt;
&lt;p&gt;Then I had to switch both projects over to target Framework 3.5 because there were a ton of errors about types or namespaces not existing in &amp;quot;Microsoft.BizTalk&amp;quot; with Framework 2.0 targeted.&lt;/p&gt;
&lt;p&gt;Now I am getting:&lt;/p&gt;
&lt;p&gt;C:\Junk\BizTalk Solution Instrumentation Framework v1.4\Microsoft.BizTalk.CAT.BestPractices.Samples.Framework\Instrumentation\ComponentTraceProvider.cs(30,25): error CS0535: &amp;#39;Microsoft.BizTalk.CAT.BestPractices.Framework.Instrumentation.ComponentTraceProvider&amp;#39; does not implement interface member &amp;#39;Microsoft.BizTalk.CAT.BestPractices.Framework.Instrumentation.IComponentTraceProvider.TraceInfo(Microsoft.BizTalk.CAT.BestPractices.Framework.Func&amp;lt;string&amp;gt;)&amp;#39;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10132375" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10130664</link><pubDate>Wed, 16 Feb 2011 23:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10130664</guid><dc:creator>Valery M</dc:creator><description>&lt;p&gt;It would be helpful if you can supply the error message that you get.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10130664" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10130638</link><pubDate>Wed, 16 Feb 2011 22:03:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10130638</guid><dc:creator>twh</dc:creator><description>&lt;p&gt;I was not able to get the BizTalk Solution Instrumentation Framework v1.4 to compile on a machine with Visual Studio 2010 Premium and BizTalk 2010. &amp;nbsp;Am I doing something wrong, or is this only for Visual Studio 2008 and BizTalk 2009?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10130638" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10096812</link><pubDate>Thu, 25 Nov 2010 23:03:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10096812</guid><dc:creator>Valery M</dc:creator><description>&lt;p&gt;Would appreciate if you could provide some more details on how you start a trace session and whether or not you can see the logged error message in DebugView (provided your code is compiled in DEBUG mode).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10096812" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10095823</link><pubDate>Wed, 24 Nov 2010 08:30:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10095823</guid><dc:creator>Akshay Shaha</dc:creator><description>&lt;p&gt;When I am using calling RuleTraceManager.TraceError(&amp;quot;XXXXXX&amp;quot;), its not been logged in TraceLog.&lt;/p&gt;
&lt;p&gt;Can anybody help on it??&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10095823" width="1" height="1"&gt;</description></item><item><title>re: Best Practices for Instrumenting High Performance BizTalk Solutions</title><link>http://blogs.msdn.com/b/appfabriccat/archive/2010/05/11/best-practices-for-instrumenting-high-performance-biztalk-solutions.aspx#10082137</link><pubDate>Thu, 28 Oct 2010 14:08:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10082137</guid><dc:creator>Valery M</dc:creator><description>&lt;p&gt;Thanks for letting us know. The download link has now been updated.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10082137" width="1" height="1"&gt;</description></item></channel></rss>