Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
CSS
I've faced a problem that is:

An exception of type 'System.ArgumentException' occurred in EntityFramework.dll but was not handled in user code

Additional information: The Include path expression must refer to a navigation property defined on the type. Use dotted paths for reference navigation properties and the Select operator for collection navigation properties.
How can I solve it?

For more information please visit this link.
<a href="http://stackoverflow.com/q/28148808/1817640">this link</a>
Posted
Updated 16-Oct-19 2:58am
v3

You can debug and check exactly where the error occurred and what caused it.
That would be the easiest way to find the error.
 
Share this answer
 
An exception of type 'System.ArgumentException' occurred in System.Web.Optimization.dll but was not handled in user code
 
Share this answer
 
Comments
Richard Deeming 16-Oct-19 15:36pm    
Your exception message is not a "solution" to someone else's question.

If you want to ask a question, then ASK A QUESTION[^]. But you'll need to provide a lot more information than you have here if you want anyone to be able to help you.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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