Greetings.
In Entity Framework, when I try to make an insert, it sends me the following message:
The data reader returned by the storage data provider does not have enough columns for the requested query.
However, the registration is saved. This happens only sometimes, not always. I have not found an answer that works for me on the Internet.
Could you help me explain what this error is about? And if you send an error, why is the record being saved?
Thanks for your time.