I have Silverlight 5 application. It uses Entity framework "Model first". I added new column in entity in .edmx file, but i have 11009 error "property is not mapped". Google said that for mapping the property must be already in the table, so how i can add it? I have never worked with Silverlight and C# before, and need some help..
UDT: Apparently i wrote question not correctly. I know, that i have to add column in database table, but how? I dont have access for this in "Model browser"
- Delete
- Refresh model from DataBase
- Create database with the use of model (database is already existing *me)
- Add new code element
- Check
- Properties
UDT
I put the following code in XML.edmx file like Crud said
<Property Name="BPP" Type="varchar" MaxLength="19" />
in SSDL content <ScalarProperty Name="BPP" ColumnName="BPP" />
in C-S mapping content
But now i have Error 2009: Property on conceptual side, which is part of MSL, doesn't exists in MetadataWorkSpace