I am a newbie to the Entity Framework. I am trying to generate a model from my database and I get the following errors:
'_Content' is already declared as 'Private _Content As Integer' in this class. 'OnContentChanging' cannot be declared 'Partial' because only one method 'OnContentChanging' can be marked 'Partial'. 'OnContentChanged' cannot be declared 'Partial' because only one method 'OnContentChanged' can be marked 'Partial'.
Does anyone know what could be the cause of this?