After having some fun with LINQ, Contexts and Entities I wanted to start
using the Entity Framework with my web application. So far I didn't have any
kind of problem, but when I started to use EntityDataSource and
LinqDataSource my mind is gone crazy...

I created a Model as usual and then I tried to use the context in order to
generate, for instance, a LinqDataSource. However when I run the web
application such error appears:

All the artifacts loaded in the class ItemCollection must be the same
version. 

App.Data.DatabaseModel.ssdl(2,96) : error 0169: All the SSDL artifacts must
target the same provider. ProviderManifestToken '2.5' is different from
'Firebird', that was encountered earlier.

So what's wrong? I tried to check the machine.config, but it's ok, I mean
I'm able to create Entity Models without problems and make LINQ queries and
other operations. But nothing to do with EntityDataSource and
LinqDataSource.

I've also tried to edit the EDMX file by searching such
ProviderManifestToken='2.5' and modified it to 'Firebird', but nothing
changes.

Any advice?

--
View this message in context: 
http://firebird.1100200.n4.nabble.com/EntityDataSource-and-FirebirdClient-tp3796494p3796494.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to