<?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>Versions of Microsoft .NET Framework, CLR, and Your Profiler</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx</link><description>[Updated 8/13/2008 with the release of Visual Studio 2008 SP1.] With the many releases of the Microsoft .NET Frameworks and their service packs, it might not be obvious what versions of the Common Language Runtime (CLR) come alongside them and whether</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Bug! Inspecting Value-Type Returns Workaround #2</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#6682627</link><pubDate>Thu, 06 Dec 2007 20:53:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6682627</guid><dc:creator>David Broman's CLR Profiling API Blog</dc:creator><description>&lt;p&gt;12/6/2007 Update: The bug described below has been fixed in CLR 2.0 SP1.&amp;amp;#160; (See this post for more&lt;/p&gt;
</description></item><item><title>Bug! Inspecting Value-Type Returns</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#6682651</link><pubDate>Thu, 06 Dec 2007 20:55:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6682651</guid><dc:creator>David Broman's CLR Profiling API Blog</dc:creator><description>&lt;p&gt;12/6/2007 Update: The bug described below has been fixed in CLR 2.0 SP1.&amp;amp;#160; (See this post for more&lt;/p&gt;
</description></item><item><title>Debugging Your Profiler I: Activation</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#6740802</link><pubDate>Wed, 12 Dec 2007 04:29:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6740802</guid><dc:creator>David Broman's CLR Profiling API Blog</dc:creator><description>&lt;p&gt;This is the first of some tips to help you debug your profiler.&amp;amp;#160; Note that these tips assume you're&lt;/p&gt;
</description></item><item><title>Yedda: RE: Where is sos.dll for .net 3.5?</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#6969862</link><pubDate>Thu, 03 Jan 2008 20:16:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6969862</guid><dc:creator>Eran's answers on Yedda - People. Sharing. Knowledge.</dc:creator><description>&lt;p&gt;Eran answered: re:I installed Visual Studio 2008, but I don't see sos.dll in the Microsoft.NET\Framework\v3.5 directory? What's up with that?&lt;/p&gt;
</description></item><item><title>re: Versions of Microsoft .NET Framework, CLR, and Your Profiler</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#6970061</link><pubDate>Thu, 03 Jan 2008 20:40:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6970061</guid><dc:creator>davbr</dc:creator><description>&lt;p&gt;I don't believe you'll find mscorwks or sos in your v3.0 or v3.5 directory. &amp;nbsp;Look in C:\Windows\Microsoft.NET\Framework\v2.0.50727. &amp;nbsp;There you'll find the CLR 2.0 sp1 copy of mscorwks.dll (that ships with .NET 3.0 and .NET 3.5) and its corresponding SOS. &amp;nbsp;Note that, if you use &amp;quot;.loadby sos mscorwks&amp;quot; from within windbg, then windbg will automatically find the appropriate SOS to load.&lt;/p&gt;
</description></item><item><title>.NET Framework versions and sos.dll</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#7212006</link><pubDate>Wed, 23 Jan 2008 23:01:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7212006</guid><dc:creator>ASP.NET Debugging</dc:creator><description>&lt;p&gt;So the next version of Visual Studio is getting ready to release (it is actually already available for&lt;/p&gt;
</description></item><item><title>.NET Framework versions and sos.dll</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#7212319</link><pubDate>Wed, 23 Jan 2008 23:52:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7212319</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;So the next version of Visual Studio is getting ready to release (it is actually already available for&lt;/p&gt;
</description></item><item><title>Visual Studio 2008 SP1 and .NET Framework 3.5 SP1 Released</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#8861116</link><pubDate>Thu, 14 Aug 2008 00:22:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8861116</guid><dc:creator>David Broman's CLR Profiling API Blog</dc:creator><description>&lt;p&gt;See Soma's blog entry for more information.&amp;amp;#160; Also, I updated the table that maps Visual Studio versions,&lt;/p&gt;
</description></item><item><title>re: Versions of Microsoft .NET Framework, CLR, and Your Profiler</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#8865528</link><pubDate>Thu, 14 Aug 2008 10:56:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8865528</guid><dc:creator>someone</dc:creator><description>&lt;p&gt;Question: Why is CLR 2.0 SP2 not available separately for Windows 2000 SP4 since .NET 3.0 and above don't install on this OS?&lt;/p&gt;</description></item><item><title>re: Versions of Microsoft .NET Framework, CLR, and Your Profiler</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#8877398</link><pubDate>Tue, 19 Aug 2008 02:07:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8877398</guid><dc:creator>davbr</dc:creator><description>&lt;p&gt;I am told that CLR 2.0 SP2 actually will be available separately, probably in September. &amp;nbsp;Note, however, this would only be for pre-Vista OS's. &amp;nbsp;In general, for most circumstances it's best to install the full deployment package (.NET Framework 3.5 SP1).&lt;/p&gt;
</description></item><item><title>What's the difference between "CLR" and ".NET Framework"?</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#9059275</link><pubDate>Tue, 11 Nov 2008 07:59:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9059275</guid><dc:creator>ascend slowly, breathing normally</dc:creator><description>&lt;p&gt;What's the difference between &amp;amp;quot;Common Language Runtime (CLR)&amp;amp;quot; and &amp;amp;quot;Microsoft .NET Framework&amp;amp;quot;?&amp;amp;#160;&lt;/p&gt;
</description></item><item><title>re: Versions of Microsoft .NET Framework, CLR, and Your Profiler</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#9528823</link><pubDate>Thu, 02 Apr 2009 11:18:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9528823</guid><dc:creator>Jorgen</dc:creator><description>&lt;p&gt;Is there any offical .NET versions overview on Microsoft.com - or MSDN? &lt;/p&gt;</description></item><item><title>re: Versions of Microsoft .NET Framework, CLR, and Your Profiler</title><link>http://blogs.msdn.com/davbr/archive/2007/12/06/versions-of-microsoft-net-framework-clr-and-your-profiler.aspx#9529390</link><pubDate>Thu, 02 Apr 2009 19:35:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9529390</guid><dc:creator>davbr</dc:creator><description>&lt;p&gt;Probably &amp;nbsp;:-) &amp;nbsp;I don't know specifically if it exists or where, though.&lt;/p&gt;
</description></item></channel></rss>