<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Adding Your Own T4 Templates for EF4 to Visual Studio 2010</title>
	<atom:link href="http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/</link>
	<description>A glimpse into the lives of Tony &#38; Zuzana Sneed</description>
	<lastBuildDate>Sat, 24 Jul 2010 14:02:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Shaleen</title>
		<link>http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-181</link>
		<dc:creator>Shaleen</dc:creator>
		<pubDate>Tue, 04 May 2010 11:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-181</guid>
		<description>Hi Rob

Error 1 Compiling transformation: The type or namespace name ‘TemplateFileManager’ could not be found (are you missing a using directive or an assembly reference?)\Model1.Types.tt 15 1


Try deleting the tt file and add a new one from VS2010, using self tracking entity and you get two tt files, one for teh context and one for the entities.Remove the file which you dont need and then compile and it will rebuild fine.</description>
		<content:encoded><![CDATA[<p>Hi Rob</p>
<p>Error 1 Compiling transformation: The type or namespace name ‘TemplateFileManager’ could not be found (are you missing a using directive or an assembly reference?)\Model1.Types.tt 15 1</p>
<p>Try deleting the tt file and add a new one from VS2010, using self tracking entity and you get two tt files, one for teh context and one for the entities.Remove the file which you dont need and then compile and it will rebuild fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-180</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-180</guid>
		<description>Error	1	Compiling transformation: The type or namespace name &#039;TemplateFileManager&#039; could not be found (are you missing a using directive or an assembly reference?)\Model1.Types.tt	15	1</description>
		<content:encoded><![CDATA[<p>Error	1	Compiling transformation: The type or namespace name &#8216;TemplateFileManager&#8217; could not be found (are you missing a using directive or an assembly reference?)\Model1.Types.tt	15	1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin G.</title>
		<link>http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-179</link>
		<dc:creator>Edwin G.</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-179</guid>
		<description>Found it.  We&#039;re using 64-bit machines for our development and VS2010 is under C:\Program Files (x86).  We created a 64-bit-compatible bat file, ran it and it worked. Thank you for the tip.</description>
		<content:encoded><![CDATA[<p>Found it.  We&#8217;re using 64-bit machines for our development and VS2010 is under C:\Program Files (x86).  We created a 64-bit-compatible bat file, ran it and it worked. Thank you for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-178</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-178</guid>
		<description>Are you using VS 2010 Beta 2?  What happens if you just create the item template directories yourself?</description>
		<content:encoded><![CDATA[<p>Are you using VS 2010 Beta 2?  What happens if you just create the item template directories yourself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin G.</title>
		<link>http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-177</link>
		<dc:creator>Edwin G.</dc:creator>
		<pubDate>Fri, 18 Dec 2009 15:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tonysneed.com/2009/12/13/adding-your-own-t4-templates-for-ef4-to-visual-studio-2010/#comment-177</guid>
		<description>This is what we were looking for. However, i don&#039;t have the same VS2010 folder structure. The C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates folder is not there.
Am I missing something? Thank you for your help.</description>
		<content:encoded><![CDATA[<p>This is what we were looking for. However, i don&#8217;t have the same VS2010 folder structure. The C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates folder is not there.<br />
Am I missing something? Thank you for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
