I am using Korzh Easy Query in my ASP.NET MVC project. Included the default easy query view in my views and its respective controller. When the page load i am getting a load model error. But when i remove the modelName parameter in the easy query settings i did'nt get any exceptions but the table names aren't listed in the left side panel.But everything works fine in the sample demo project provided by easy query. For model loading i am using the xml file generated from the data model editor for my database.
The error that i am getting are
LoadModel Error-> When the page loads
LoadQuery Error -> when clicking load query button
SaveQuery Error -> When clicking save query button