I\'m running through one of Microsoft\'s tutorials on MVC development and I\'m getting errors when trying to create various elements; Views, Controllers, etc.
The e
Try clearing the ComponentModelCache, the cache will rebuild next time VS is launched.
Credit to https://stackoverflow.com/a/35815094/5209435
Edit
Are your providerNames
in the connectionString
section of your web.config
file the same?
You may also want to try the suggested solutions from here or here.