Multiple edml files in same project cause VS2010 Warning
Posted: Thu 24 Jun 2010 15:35
Hi,
I have two models in my project pointing to different databases. After I add the second model I get a warning in VS2010 that states:
"Warning 2 Attribute 'System.Data.Objects.DataClasses.EdmSchemaAttribute' cannot be specified more than once in this project, even with identical parameter values."
The warning is trigged by this line of code in the EntityModel.Designer.vb file:
Is this something to be concerned about?
Thanks,
Rob.
I have two models in my project pointing to different databases. After I add the second model I get a warning in VS2010 that states:
"Warning 2 Attribute 'System.Data.Objects.DataClasses.EdmSchemaAttribute' cannot be specified more than once in this project, even with identical parameter values."
The warning is trigged by this line of code in the EntityModel.Designer.vb file:
Is this something to be concerned about?
Thanks,
Rob.