I'm having trouble creating/updating EntityFramework models. I have a visual studio 2008 windows forms project the has been compiling and running for years.
Then today, I decide to touch it in order to add a new feature. After a few modifications I decide to update the .edmx file so it can sync with the database, and suddenly I get a lot of different errors in the models designer.vb file.
Below is a sample screen shoot of the error window.
Now for example when I click on the first error in the screen shoot above, I'm taken to the code in screen shoot below. (where the "Attribute 'SerializableAttribute' cannot be applied multiple times" error is.)
This is just one of several different errors.
I have tried totally deleting the model from the project and then re-creating it a fresh but I'm hitting the same errors again and again.