Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I got below exception in Entity Frame work.the respective code working fine for some time. but in some times i got below error, then i rebuilding the code the error gone.

could you please let me know the how to solve this.

Error: An error occurred while executing the command definition. See the inner exception for details..

What I have tried:

C#
Error: An error occurred while executing the command definition. See the inner exception for details..
Posted
Updated 11-Oct-16 20:59pm

1 solution

So...have you tried doing what it says, and looking at what the inner exception contains?
When you run your code in the debugger and an unhandled exception occurs, it stops and shows you the exception detail - look at the inner exception in the pop-up and it should give you information on what the problem was, which should tell you what you did wrong.

We can't do that for you: we can't see your screen or run your code!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900