Dynamic Data Entity Website: Supported by devart ?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
goethals.f
Posts: 60
Joined: Mon 18 May 2009 13:17

Dynamic Data Entity Website: Supported by devart ?

Post by goethals.f » Mon 18 May 2009 14:01

Hello,

I have a small question concerning the "ASP.NET Dynamic Data Entity Website Technology". Can we use this in combination with an Devart Entity model (and developer)

--> Because I tried it with a simple model and got when trying to open the website the following message.


The specified metadata path is not valid. A valid path must be either an existing directory, an existing file with extension '.csdl', '.ssdl', or '.msl', or a URI that identifies an embedded resource

In the Global.asax file I wrote this line:

Code: Select all

model.RegisterContext(GetType([b]ERPModelEntities[/b]), New ContextConfiguration() With {.ScaffoldAllTables = False})
Doing the same with the default builtin Entity model works.

Is the dynamic-data-website-technology supported by Devart ?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 19 May 2009 13:31

Thank you for the report, we have reproduced this problem.
I will let you know about the results of our investigation.

goethals.f
Posts: 60
Joined: Mon 18 May 2009 13:17

Post by goethals.f » Wed 03 Jun 2009 06:07

AndreyR wrote:Thank you for the report, we have reproduced this problem.
I will let you know about the results of our investigation.
Hello,

Is there already some progress concerning the topics / problems ? Do you have an idea of a possible solution-release-day (or some temporary workarounds.)

Thx.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 04 Jun 2009 10:52

Sorry, still no update on this topic.
I will post the information here as soon as it is available.

Post Reply