I have updated to Visual Studio 2013 update 5 and now I cannot scaffold controllers when I try to scaffold a controller, I get the following error:
There was an error running the selected code generator: 'Exception has been thrown by the target of an invocation.'
- I uninstalled/install entity Fwk
- I switched my providers to SQL instead of MySQL (to correct another bug)
- I put base.onModelCreating() at the end of the OnModelCreating()
- My context inherits : base("DefaultConnection", throwIfV1Schema: false)