hi

as promised, a first feedback,

when i create a new model using wizard, VS add this node:
      <Schema Namespace="Model.Store" Alias="Self" 
Provider="FirebirdSql.Data.FirebirdClient" 
ProviderManifestToken="2.1.1.17910" ...>

great, but during runtime, when i need to access results of a linq 
query, an exception is raised saying it was attempting "Firebird" as 
ProviderManifestToken and not 2.1.1.17910

and if I change manually my edmx file to put Firebird instead of 
2.1.etc, no exception is raised, and VS still works correctly with this 
model

do you know where did come from the value of ProviderManifestToken and 
why it is not Firebird as runtime seems to wait for ?

is it something I missed during provider installation, or is it a "bug" 
(or a misunderstanding) ?

Thierry

Tetram Corp a écrit :
> Hi,
>
> I'm trying to create an Entity Model (to use Linq) with VS2008.
> My problem is that Firebird provider is not available in the Entity 
> Model wizard while it is available when creating a connection string.
>
> Did I missed something ? (a reg file or something else)
>
> Thierry
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Firebird-net-provider mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to