<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to detect installed CLR versions and how they are used&#8230;</title>
	<atom:link href="http://dotbert.loedeman.nl/how-to-detect-installed-clr-versions-and-how-they-are-used/feed" rel="self" type="application/rss+xml" />
	<link>http://dotbert.loedeman.nl/how-to-detect-installed-clr-versions-and-how-they-are-used</link>
	<description>.NET thoughts by Bert Loedeman</description>
	<lastBuildDate>Tue, 08 Mar 2011 09:35:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: SpamBlazer Technologies</title>
		<link>http://dotbert.loedeman.nl/how-to-detect-installed-clr-versions-and-how-they-are-used/comment-page-1#comment-1029</link>
		<dc:creator>SpamBlazer Technologies</dc:creator>
		<pubDate>Sat, 15 Jan 2011 14:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://dotbert.loedeman.nl/?p=90#comment-1029</guid>
		<description>&lt;a href=&quot;#comment-217&quot; rel=&quot;nofollow&quot;&gt;@Jaap Trouwborst  &lt;/a&gt; 

The reason why you saw the appropriate .NET 4 installation using VS2010 command prompt; is because the tools are dependent on the .NET Framework that you are using. Each of the .NET Frameworks (.NET 2.0, .NET 3.0 .NET 3.5 and .NET 4.0) comes with their concomitant directory of Tools. For example, if a user downloads the current Windows SDK version 7.1; it comes with two versions of clrver. There is one for .NET 3.5 Framework and another for the .NET 4.0 Framework. You would find them respectively in the following directories depending on your installation directory

a. C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\ 
b. C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\NETFX 4.0 Tools

So in your case, for VS2010, you were seeing the clrver from the following directory

c. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools

SpamBlazer Technologies
abc</description>
		<content:encoded><![CDATA[<p><a href="#comment-217" rel="nofollow">@Jaap Trouwborst  </a> </p>
<p>The reason why you saw the appropriate .NET 4 installation using VS2010 command prompt; is because the tools are dependent on the .NET Framework that you are using. Each of the .NET Frameworks (.NET 2.0, .NET 3.0 .NET 3.5 and .NET 4.0) comes with their concomitant directory of Tools. For example, if a user downloads the current Windows SDK version 7.1; it comes with two versions of clrver. There is one for .NET 3.5 Framework and another for the .NET 4.0 Framework. You would find them respectively in the following directories depending on your installation directory</p>
<p>a. C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\<br />
b. C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\NETFX 4.0 Tools</p>
<p>So in your case, for VS2010, you were seeing the clrver from the following directory</p>
<p>c. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools</p>
<p>SpamBlazer Technologies<br />
abc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Trouwborst</title>
		<link>http://dotbert.loedeman.nl/how-to-detect-installed-clr-versions-and-how-they-are-used/comment-page-1#comment-217</link>
		<dc:creator>Jaap Trouwborst</dc:creator>
		<pubDate>Sat, 18 Jul 2009 10:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://dotbert.loedeman.nl/?p=90#comment-217</guid>
		<description>Well, I just tried it.
On my development machine running Windows Vista and all .NET frameworks above v2.0 installed, this command only returns that v2.05727 is installed...

Can you explain this?

Ah, when I try this command using the VS2010 command prompt, it did also return that .NET 4.0 is installed.</description>
		<content:encoded><![CDATA[<p>Well, I just tried it.<br />
On my development machine running Windows Vista and all .NET frameworks above v2.0 installed, this command only returns that v2.05727 is installed&#8230;</p>
<p>Can you explain this?</p>
<p>Ah, when I try this command using the VS2010 command prompt, it did also return that .NET 4.0 is installed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

