<?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: Using the entity framework POCO template with VS2010 RC (easier way)</title>
	<atom:link href="http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx</link>
	<description>Coding dreams since 1998!</description>
	<lastBuildDate>Thu, 17 Jan 2013 18:15:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Alex van Beek</title>
		<link>http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx#comment-325</link>
		<dc:creator>Alex van Beek</dc:creator>
		<pubDate>Wed, 05 May 2010 16:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://#comment-325</guid>
		<description><![CDATA[&lt;p&gt;As a followup to the post of &quot;malovicn&quot;:&lt;/p&gt;
&lt;p&gt;The easiest way to prevent the FileNotFoundException is to add the t4 template by right clicking on the background of the entity designer and choose &quot;Add Code Generation Item&quot;. If you add the t4 template by using &quot;Add new Item&quot; on your project, you will get the FileNotFoundException.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>As a followup to the post of &quot;malovicn&quot;:</p>
<p>The easiest way to prevent the FileNotFoundException is to add the t4 template by right clicking on the background of the entity designer and choose &quot;Add Code Generation Item&quot;. If you add the t4 template by using &quot;Add new Item&quot; on your project, you will get the FileNotFoundException.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edin</title>
		<link>http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx#comment-324</link>
		<dc:creator>Edin</dc:creator>
		<pubDate>Mon, 19 Apr 2010 22:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://#comment-324</guid>
		<description><![CDATA[&lt;p&gt;I think I&#039;ll stick to NHibernate...&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I think I&#39;ll stick to NHibernate&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malovicn</title>
		<link>http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx#comment-323</link>
		<dc:creator>malovicn</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://#comment-323</guid>
		<description><![CDATA[&lt;p&gt;Danny, &lt;/p&gt;
&lt;p&gt;make sure that the line containing inputFile = ... contains a valid path to your edmx file (most probably your issue)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Danny, </p>
<p>make sure that the line containing inputFile = &#8230; contains a valid path to your edmx file (most probably your issue)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx#comment-322</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://#comment-322</guid>
		<description><![CDATA[&lt;p&gt;This doesn&#039;t work; I get the following error:&lt;/p&gt;
&lt;p&gt;Error	1	Running transformation: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.IO.FileNotFoundException: Unable to locate file&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingService.ResolvePath(String path)&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingService.ResolvePath(String path)&lt;/p&gt;
&lt;p&gt; &#160; --- End of inner exception stack trace ---&lt;/p&gt;
&lt;p&gt; &#160; at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeType typeOwner)&lt;/p&gt;
&lt;p&gt; &#160; at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)&lt;/p&gt;
&lt;p&gt; &#160; at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)&lt;/p&gt;
&lt;p&gt; &#160; at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.DynamicHost.ResolvePath(String path)&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.MetadataLoader.TryCreateEdmItemCollection(String sourcePath, String[] referenceSchemas, EdmItemCollection&amp; edmItemCollection)&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.MetadataLoader.CreateEdmItemCollection(String sourcePath, String[] referenceSchemas)&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.TransformText()&lt;/p&gt;
&lt;p&gt; &#160; at Microsoft.VisualStudio.TextTemplating.TransformationRunner.RunTransformation(TemplateProcessingSession session, String source, ITextTemplatingEngineHost host, String&amp; result)		1	1	&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This doesn&#39;t work; I get the following error:</p>
<p>Error	1	Running transformation: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. &#8212;&gt; System.IO.FileNotFoundException: Unable to locate file</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingService.ResolvePath(String path)</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingService.ResolvePath(String path)</p>
<p> &nbsp; &#8212; End of inner exception stack trace &#8212;</p>
<p> &nbsp; at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeType typeOwner)</p>
<p> &nbsp; at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)</p>
<p> &nbsp; at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)</p>
<p> &nbsp; at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.DynamicHost.ResolvePath(String path)</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.MetadataLoader.TryCreateEdmItemCollection(String sourcePath, String[] referenceSchemas, EdmItemCollection&amp; edmItemCollection)</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.MetadataLoader.CreateEdmItemCollection(String sourcePath, String[] referenceSchemas)</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplatingEB5A9BAE66DC8DACF545B9EC88E1789A.GeneratedTextTransformation.TransformText()</p>
<p> &nbsp; at Microsoft.VisualStudio.TextTemplating.TransformationRunner.RunTransformation(TemplateProcessingSession session, String source, ITextTemplatingEngineHost host, String&amp; result)		1	1	</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Lerman</title>
		<link>http://blog.vuscode.com/malovicn/archive/2010/02/17/using-the-entity-framework-poco-template-with-vs2010-rc-easier-way.aspx#comment-321</link>
		<dc:creator>Julie Lerman</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://#comment-321</guid>
		<description><![CDATA[&lt;p&gt;Ahh - looks like the team replaced the file online as they said they would.&lt;/p&gt;
&lt;p&gt;And hooray. I found the EntityFrameworkTemplateFileManager difference right away but spent a lot of time trying to figure out how to deal with the WriteFiles and finally gave up. I even asked the team but got no reply. THat&#039;s why I went back to the original template. Glad you figured it out. I&#039;ll update my blog post with a pointer.&lt;/p&gt;
&lt;p&gt;julie&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Ahh &#8211; looks like the team replaced the file online as they said they would.</p>
<p>And hooray. I found the EntityFrameworkTemplateFileManager difference right away but spent a lot of time trying to figure out how to deal with the WriteFiles and finally gave up. I even asked the team but got no reply. THat&#39;s why I went back to the original template. Glad you figured it out. I&#39;ll update my blog post with a pointer.</p>
<p>julie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
