Hello,
I apologize now for probably obvious question, I just bought your products and today began my first application.
Following several tutorials I started the first project to try to use Kendo Grid and openaccess ORM.
Here's what I do:
- Create a new project c # kendo ui for MVC
- I choose to use OpenAccess domain model orm
- I create a new domain class test with some property
- Run "update db from model" and configure the connection
So far so good, the database is created and works.
Then I click "Add OpenAccess Service" and select "WCF .. - Odatav3" and finish.
It creates the file "EntitiesModelService.svc."
The problem is that if I click "View in browser" on that file to see if it works (as in yours tutorial) I always get an error
Server Error in '/' Application ...
The resource can not be found ...
HTTP404
RequestedUrl: / EntitiesModelService.svc "
What can I try? Please help me.
Thanks in advance,
Luca
I apologize now for probably obvious question, I just bought your products and today began my first application.
Following several tutorials I started the first project to try to use Kendo Grid and openaccess ORM.
Here's what I do:
- Create a new project c # kendo ui for MVC
- I choose to use OpenAccess domain model orm
- I create a new domain class test with some property
- Run "update db from model" and configure the connection
So far so good, the database is created and works.
Then I click "Add OpenAccess Service" and select "WCF .. - Odatav3" and finish.
It creates the file "EntitiesModelService.svc."
The problem is that if I click "View in browser" on that file to see if it works (as in yours tutorial) I always get an error
Server Error in '/' Application ...
The resource can not be found ...
HTTP404
RequestedUrl: / EntitiesModelService.svc "
What can I try? Please help me.
Thanks in advance,
Luca