LoadModel Error,LoadQuery Error in korzh Easy Query query builder

897 Views Asked by At

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

1

There are 1 best solutions below

3
Sergiy On
  1. What exactly that "Load Model" error message says?
  2. Did you place your model XML file into App_Data folder?
  3. Why don't you contact support?