You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After resetting my data context to inherit from TrackerContext:
public partial class AccountingAdminEntities : TrackerContext
When I attempt to add a new MVC scaffolded item (Models->Add->New Scaffolded Item...) that uses that data context, I get the following error:
"There was an error running the selected code generator: ‘Exception has been thrown by the target of an invocation.’"
If I reset TrackerContext back to DBContext, the error goes away. Is there a better solution to this problem than temporarily removing the tracker configuration changes?
The text was updated successfully, but these errors were encountered:
After resetting my data context to inherit from TrackerContext:
public partial class AccountingAdminEntities : TrackerContext
When I attempt to add a new MVC scaffolded item (Models->Add->New Scaffolded Item...) that uses that data context, I get the following error:
"There was an error running the selected code generator: ‘Exception has been thrown by the target of an invocation.’"
If I reset TrackerContext back to DBContext, the error goes away. Is there a better solution to this problem than temporarily removing the tracker configuration changes?
The text was updated successfully, but these errors were encountered: