I created a report using an EntityDataSource. Whenever I make a change to the model and rebuild the solution, my report previews no longer work. To get them to work, I have to close Visual Studio and reopen the project. Before restarting Visual Studio, here's the error message I get in the report preview:
The number of members in the conceptual type 'DataModelNS.ChangedEnityType'
does not match with the number of members on the object side type
'DataModelNS.ChangedEntityType'. Make sure the number of members are the
same.
The number of members in the conceptual type 'DataModelNS.ChangedEnityType'
does not match with the number of members on the object side type
'DataModelNS.ChangedEntityType'. Make sure the number of members are the
same.