<?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: Unrecognized attribute &#8216;targetFramework&#8217; &#8211; Asp.Net 4.0</title>
	<atom:link href="http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 06:02:02 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/comment-page-1/#comment-50270</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/#comment-50270</guid>
		<description>well, I think the point of the post is targeting .net 4.0 features. So, if you don&#039;t want to take advantage of them, then yes, you can remove the attribute and run 3.5.

There are quite a few improvements in the WCF service stack for 4.0, in which you can take advantage of if you run .net on both sides. (Especially for Silverlight, e.g DomainServce, Entity change tracking etc)</description>
		<content:encoded><![CDATA[<p>well, I think the point of the post is targeting .net 4.0 features. So, if you don&#8217;t want to take advantage of them, then yes, you can remove the attribute and run 3.5.</p>
<p>There are quite a few improvements in the WCF service stack for 4.0, in which you can take advantage of if you run .net on both sides. (Especially for Silverlight, e.g DomainServce, Entity change tracking etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob The Janitor</title>
		<link>http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/comment-page-1/#comment-50268</link>
		<dc:creator>Bob The Janitor</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/#comment-50268</guid>
		<description>maybe, but that shouldn&#039;t matter, I&#039;m consuming a soap web service, it shouldn&#039;t matter if it was 2.0, 3.5, 4.0 or even java for that matter.  The whole point of web services are for interoperability</description>
		<content:encoded><![CDATA[<p>maybe, but that shouldn&#8217;t matter, I&#8217;m consuming a soap web service, it shouldn&#8217;t matter if it was 2.0, 3.5, 4.0 or even java for that matter.  The whole point of web services are for interoperability</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Ferguson</title>
		<link>http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/comment-page-1/#comment-50267</link>
		<dc:creator>Jarod Ferguson</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/#comment-50267</guid>
		<description>if you removed it from the web.config and did not update the app pool, then chances are your WCF service is using 2.0 and targeting the incorrect http handler (svc-Integrated vs svc-Integrated-4.0). A symptom of this might be that is works in 2008, and not 2010 :)</description>
		<content:encoded><![CDATA[<p>if you removed it from the web.config and did not update the app pool, then chances are your WCF service is using 2.0 and targeting the incorrect http handler (svc-Integrated vs svc-Integrated-4.0). A symptom of this might be that is works in 2008, and not 2010 <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob The Janitor</title>
		<link>http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/comment-page-1/#comment-50266</link>
		<dc:creator>Bob The Janitor</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/11/10/unrecognized-attribute-targetframework-asp-net-4-0/#comment-50266</guid>
		<description>I was having this problem with a WCF service, to fix it I just removed the target framework from the web.config</description>
		<content:encoded><![CDATA[<p>I was having this problem with a WCF service, to fix it I just removed the target framework from the web.config</p>
]]></content:encoded>
	</item>
</channel>
</rss>
