<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Unable to locate edmx for code generation</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Unable to locate edmx for code generation</description>
  <pubDate>Tue, 21 Apr 2026 14:11:04 -700</pubDate>
  <lastBuildDate>Wed, 26 May 2010 17:39:05 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1804</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Unable to locate edmx for code generation : Hmm. Not sure why we&amp;#039;re getting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=7068#7068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1804<br /><strong>Posted:</strong> 26-May-2010 at 5:39pm<br /><br /><DIV>Hmm.&nbsp; Not sure why we're getting different behavior.</DIV><DIV>&nbsp;</DIV><DIV>However, we have this fixed so that the DevForce files will be generated in the same folder as the edmx.&nbsp; This will be in the upcoming release scheduled for the week of June 7.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 26 May 2010 17:39:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=7068#7068</guid>
  </item> 
  <item>
   <title>Unable to locate edmx for code generation : I&amp;#039;ve recently come back to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=7057#7057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 1804<br /><strong>Posted:</strong> 26-May-2010 at 11:50am<br /><br />I've recently come back to this issue, having put it on the back burner since most of our tables aren't mapped yet anyway. But even after dragging both the .edmx and .edmx.tt (as well as the .ReadMe file) into the a sub folder or a sub folder two levels down, this problem persists. <br><br>I've even tried to create a second separate model assembly and start from scratch, but haven't gotten it to work properly.<br>]]>
   </description>
   <pubDate>Wed, 26 May 2010 11:50:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=7057#7057</guid>
  </item> 
  <item>
   <title>Unable to locate edmx for code generation : Hmm, when I dragged the .edmx...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=6892#6892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1804<br /><strong>Posted:</strong> 15-May-2010 at 12:08am<br /><br /><DIV>Hmm, when I dragged the .edmx and .edmx.tt into the subfolder and ran code generation everything was put in the right place.&nbsp; Only if I delete the .edmx.tt file did it get&nbsp;regenerated in the wrong location.</DIV><DIV>&nbsp;</DIV><DIV>I have filed a bug/feature request to generate the .edmx.tt file into the same physical location as the .edmx file.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for pointing this out.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 15 May 2010 00:08:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=6892#6892</guid>
  </item> 
  <item>
   <title>Unable to locate edmx for code generation : In my project, I&amp;#039;m using...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=6860#6860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 1804<br /><strong>Posted:</strong> 12-May-2010 at 12:24pm<br /><br />In my project, I'm using a separate model project. Within that separate project, I have three edmx files in sub-folders:<br><br>Models\Core\Core.edmx<br>Models\History\History.edmx<br>Models\Reporting\Reporting.edmx<br><br>When I attempt to run code generation, the edmx.tt files get placed in the root directory (instead of at the same level as the edmx files), and I get the following error: <br><br>Running transformation: IdeaBlade.VisualStudio.OM.OMException: Unable to locate file: Core.edmx<br>&nbsp;&nbsp; at IdeaBlade.VisualStudio.OM.CodeGenerator.DomainModelTemplate.Generate()<br>&nbsp;&nbsp; at Microsoft.VisualStudio.TextTemplating042B1605D3195C70063A125D242888F8.GeneratedTextTransformation.TransformText() in d:\eCustody2_0\Development\Source\eCustody\Data.Web\Core.edmx.tt:line 16<br>&nbsp;&nbsp; at Microsoft.VisualStudio.TextTemplating.TransformationRunner.RunTransformation(TemplateProcessingSession session, String source, ITextTemplatingEngineHost host, String&amp; result)&nbsp; <br><br><br>Moving the edmx.tt file to the correct subdirectory and attempting to rebuild generates that same error.<br><br>If I move the edmx and the edmx.tt files out to the root directory and build everything works fine, but this is really a sub-optimal solution for us because it will involve moving a large number of files around everytime we add a new table, or need to regenerate the code. How can I keep the edmx and edmx.tt files in their proper sub-directory and successfully run the code generator; hopefully keeping the developer class files in the appropriate sub-directories as well?<br><br>]]>
   </description>
   <pubDate>Wed, 12 May 2010 12:24:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1804&amp;PID=6860#6860</guid>
  </item> 
 </channel>
</rss>