Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Created Issue: Designer: Issue replacing $edmxInputFile$ when edmx is a linked file [450]

$
0
0
http://blogs.msdn.com/b/adonet/archive/2011/09/28/ef-4-2-model-amp-database-first-walkthrough.aspx#10338460

Jorris
08-10-2012 3:38 AM
#

Found a little bug for the .tt Wizard. (Microsoft.Data.Entity.Design.VisualStudio.ModelWizard.AddArtifactGeneratorWizard)

When you add the .emdx file as a link from another project in another solution, the $edmxInputFile$ in the .tt templates gets replaced properly, so with the relative path "..\..\" etc, but when you add the .edmx file as a link from another project in the same solution the $edmxInputFile$ doesn't get a relative path and an exception is thrown.

Not sure if one would even need to do this, but it shouldn't crash at least.

Thx.

Viewing all articles
Browse latest Browse all 10318

Trending Articles