Hi There;
I have modelled my application and all my classes are extended from a single base class. So my objects have their own tables on DB (configured with DBContext, totable function) but they have a common ancestor table which creates the primary keys for all its sub classes.
With this class configuration, when I try to create a Controller and its views using the Add Controller wizard in Visual Studio for any of the sub classes, I get an error saying that "There was an error running the selected code generator: 'An item with the same key has already been added.'"
How can I get past that?
Thanks.
PS: So far, I tried and failed to find any duplicate resource files in my project file as suggested resolution to several errors with same error text and previous Visual Studio versions. My problem is with Visual Studio 2015 w/ Update 2, language is C#.