0
I’m starting with C#
and I need a force.
I tried to connect to the database using the entity framework
.
In the output of the visual studio came the following message:
System.Typeloadexception: Could not load type 'Nuget.Nugetconstants' from Assembly 'Nuget.Visualstudio'.
Therefore, I could not generate the classes.
Someone’s been through it?
Try to uninstall Nuget from Entityframework, it will ask to close the Solution and open again, then install again via’s package manager console with the command: Install-package Entityframework
– Thiago Loureiro