EF Designer XML namespace issue
Posted: Mon 18 May 2009 20:36
When working with your EF driver and the IdeaBlade DevForce Silverlight RC2 product, their application framework sits on top of the Entity Framework, which your Entity Designer spits out. I was able to trick their tool into reading your .edml file as a .edmx file by simply renaming it, but when they wrote it back, they dropped the edmx: prefix from the Designer tags in the XML. I.e.:
vs. Your output is:
When examining the .edmx file that the ADO Entity Designer creates, it also drops the edmx: prefix from these elements.
The problem with this is that your Entity Designer fails to load the modified file because it can't find the edmx:Designer element.
Is this something you can change so that your designer's output matches the output from the ADO Entity Designer? Thanks.
vs. Your output is:
When examining the .edmx file that the ADO Entity Designer creates, it also drops the edmx: prefix from these elements.
The problem with this is that your Entity Designer fails to load the modified file because it can't find the edmx:Designer element.
Is this something you can change so that your designer's output matches the output from the ADO Entity Designer? Thanks.