Could not open edmx file in DevArt Entity Developer
Posted: Fri 06 Mar 2015 17:54
when I try to open edmx in Entity Developer getting below error. but same edmx opens in VS and no error while compiling.
MSL parsing failed: The attribute 'StoreEntitySet' of tag 'MappingFragment' has a unexpected value 'T600_VOYACC' at line #12497.
But when I add "s" with entity set names, it opens without error. But there are 120 tables in edmx, change all entity names is not possible. is it any other fix for this?
MSL parsing failed: The attribute 'StoreEntitySet' of tag 'MappingFragment' has a unexpected value 'T600_VOYACC' at line #12497.
But when I add "s" with entity set names, it opens without error. But there are 120 tables in edmx, change all entity names is not possible. is it any other fix for this?
Code: Select all
<edmx:StorageModels>
<Schema Namespace="VMModel.Store" Alias="Self" Provider="Devart.Data.Oracle" ProviderManifestToken="Oracle, 11.2.0.1" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:devart="http://devart.com/schemas/edml/StorageSchemaExtensions/1.0" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
......
<EntitySet Name="T600_VOYACC" EntityType="Self.T600_VOYACC" Schema="SYSADM" store:Type="Tables" />
<edmx:Mappings>
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
<EntityContainerMapping StorageEntityContainer="VMModelStoreContainer" CdmEntityContainer="VMEntities">
<EntitySetMapping Name="OPRVoyages">
<EntityTypeMapping TypeName="VMModel.OPRVoyage">
<MappingFragment StoreEntitySet="T600_VOYACC">
<ScalarProperty Name="VEGenerated" ColumnName="VE_GENERATED" />