asp.net - Entity Date Modelset Generates Errors in Visual Web Developer -


I have an ADO in my Visual Web Developer 2010 Express project. Attempted to add Net Entity Data Model and it returns absolutely the number of errors Why are these errors generated? Here are the main errors: There are several definitions with the same signature as 'Public property ID as integer'. The method 'Onaddress_IDChanging' can not be declared 'partial' because only one method 'Onaddress_IDChanging' can be marked 'partial' '_line1' has already been declared 'string like private _line1' in this class .

This issue is apparently a bug in Microsoft Visual Studio and some of the keywords are reserved in the table When used in name / property results


Comments