Hi,
I read somewhere (probably Firebird's site) that Firebird supports Entity
Model with its data provider for .NET. While working on .NET 4.0 application, I
tried to add Firebird data source to my model, but Firebird is not listed in
the available data sources. Visual Studio 2010 only lists
On Tue, Nov 18, 2008 at 09:35, Tetram Corp <[EMAIL PROTECTED]> wrote:
> did you try to use those exports in a VS project ?
> because, even if edmgen file created files (in spite of keys/not null
> problems), I still have a ProviderManifestToken to 2.1.1.17910 while
> Firebird seems required during
Hi again,
did you try to use those exports in a VS project ?
because, even if edmgen file created files (in spite of keys/not null
problems), I still have a ProviderManifestToken to 2.1.1.17910 while
Firebird seems required during runtime, and I still have the
ShemaInformation problem.
Thierry
ok, the problem was in my commandline: \" after masterkey shouldn't be there
Thierry
Tetram Corp a écrit :
> ok,
>
> what I did:
>
> - clean windows install (xp sp3)
> - clean vs 2008 install (including sp and framework 3.5 sp1)
> - install of provider using current FirebirdClient-2.5.0-Alpha2 fr
ok,
what I did:
- clean windows install (xp sp3)
- clean vs 2008 install (including sp and framework 3.5 sp1)
- install of provider using current FirebirdClient-2.5.0-Alpha2 from
ibphoenix (fresh download; I got this one because of FW 3.5), including
modifying machine.config
- install of DDEX i
> Is it possible that the weekly build is not compiled with a "full" EF
> configuration ?
>edmgen /mode:FullGeneration /provide
r:FirebirdSql.Data.FirebirdClient /connectionstring:"data source=localhost;initi
al catalog=rrr.fdb;user id=sysdba;password=masterkey" /project:Kuk
Microsoft (R) EdmGen v
and here is the result with edmgen:
C:\WINDOWS\Microsoft.NET\Framework\v3.5>edmgen /project:gesstock
/language:CShar
p /mode:FullGeneration /provider:FirebirdSql.Data.FirebirdClient
/connectionstri
ng:"data source=127.0.0.1;initial catalog=c:\stockpro.fdb;user
id=sysdba;passwor
d=masterkey\""
M
If it helps, here is the generated .edmx (as is: no modifications from me)
Thierry

http://schemas.microsoft.com/ado/2007/06/edmx";>
http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator";
xmlns="http://schemas.microsoft.com/ado/2006/04/edm/ssdl";>
Jiri Cincura a écrit :
> On Mon, Nov 17, 2008 at 11:37, Tetram Corp <[EMAIL PROTECTED]> wrote:
>
>> Is the Provider supposed to work when using VS wizard, or was it only tested
>> with edmgen ?
>>
>
> Both VS and EdmGen. In fact both tools are using same API.
>
>
ok
do you think it's
On Mon, Nov 17, 2008 at 11:37, Tetram Corp <[EMAIL PROTECTED]> wrote:
> Is the Provider supposed to work when using VS wizard, or was it only tested
> with edmgen ?
Both VS and EdmGen. In fact both tools are using same API.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/
Hi,
as I thought, other dll were from personal builds of provider.
To be sure, I deleted them, sources etc of provider
I just left the weekly build one (the only remaining are in provider
setup dir, and in c:\windows\assembly\gac_msil\..., which are the same)
I force a reinstallation via gacutil
On Sat, Nov 15, 2008 at 13:52, Teträm Corp <[EMAIL PROTECTED]> wrote:
> don't know what is it :-) ) language ? More precisely, will I miss
> something important if I only understand English ?
No. Stuff about EF and FB is everytime in English.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.
Jiri Cincura a écrit :
> On Fri, Nov 14, 2008 at 19:41, Teträm Corp <[EMAIL PROTECTED]> wrote:
>
>> ok, thanks
>> is there another place, except here of course, where I can read those
>> stuff ?
>>
>
> devel list, SVN commit messages, my blog
>
>
thanks
about your blog, what make you cho
On Fri, Nov 14, 2008 at 19:41, Teträm Corp <[EMAIL PROTECTED]> wrote:
> ok, thanks
> is there another place, except here of course, where I can read those
> stuff ?
devel list, SVN commit messages, my blog
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3ren
Jiri Cincura a écrit :
> On Fri, Nov 14, 2008 at 15:14, Tetram Corp <[EMAIL PROTECTED]> wrote:
>
>> 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
>>
>
>
Jiri Cincura a écrit :
> On Fri, Nov 14, 2008 at 15:38, Tetram Corp <[EMAIL PROTECTED]> wrote:
>
>> is it normal that when I add a new table to my model, all properties are
>> marked Entity key = true
>> shouldn't be only primary keys ? or at least none because it's easier to
>> set one or two p
On Fri, Nov 14, 2008 at 15:14, Tetram Corp <[EMAIL PROTECTED]> wrote:
> 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
You're not using same assembly for VS and ru
On Fri, Nov 14, 2008 at 15:38, Tetram Corp <[EMAIL PROTECTED]> wrote:
> is it normal that when I add a new table to my model, all properties are
> marked Entity key = true
> shouldn't be only primary keys ? or at least none because it's easier to
> set one or two property as entity key than remove
new feedback,
after "solving"
I've got a new exception when I try to get access to results items of a
query:
"Le schéma spécifié n'est pas valide. Erreurs :
\r\nFirebirdSql.Entity.StoreSchemaMapping.msl(3,4) : erreur 2002:
L'EntityContainer « SchemaInformation » du modèle conceptuel spécifié
more informations,
"2.1.1.17910" value is added with my debug build
the weekly build add "WI-V2.1.1.17910 Firebird 2.1"
but in both cases, "Firebird" is waited for runtime
I guess it's because of this line
in \NETProvider\source\FirebirdSql\Data\Entity\StoreSchemaDefinition.ssdl
Thierry
Tet
Hi again,
another feedback,
is it normal that when I add a new table to my model, all properties are
marked Entity key = true
shouldn't be only primary keys ? or at least none because it's easier to
set one or two property as entity key than remove all other properties
from key (all table fiel
hi
as promised, a first feedback,
when i create a new model using wizard, VS add this node:
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
Jiri Cincura a écrit :
> On Thu, Nov 13, 2008 at 14:10, Tetram Corp <[EMAIL PROTECTED]> wrote:
>
>> Do you think my metadata could be helpful to solve the problem or is it
>> a known one ?
>>
>
> Maybe ...
>
>
> Check the output window of VS to see the query that's actually
> executed. The
On Thu, Nov 13, 2008 at 14:10, Tetram Corp <[EMAIL PROTECTED]> wrote:
> Do you think my metadata could be helpful to solve the problem or is it
> a known one ?
Maybe ...
Check the output window of VS to see the query that's actually
executed. The debug builds are printing the command there. You
On Thu, Nov 13, 2008 at 12:27, Tetram Corp <[EMAIL PROTECTED]> wrote:
> could you remind me where i can find weekly builds ? is it 2.5 Alpha 2
> on sourceforge ?
http://www.firebirdsql.org/index.php?op=devel&sub=netprovider
> and last, do you know about any roadmap for this feature ?
The EF supp
Hi,
I've got the same error with that build.
Do you think my metadata could be helpful to solve the problem or is it
a known one ?
(I missed to say the error occurs when VS try to retrieve database
informations)
I also tried with the same database but without any stored proc or
triggers (I rea
Well,
I found them at http://netprovider.cincura.net/, is it still correct ?
(the mail was on 2006 or 2007)
Thierry
Tetram Corp a écrit :
> could you remind me where i can find weekly builds ? is it 2.5 Alpha 2
> on sourceforge ?
>
> Jiri Cincura a écrit :
>
>> On Thu, Nov 13, 2008 at 12:00
Hi,
I didn't know replacing the already added into GAC dll by the new one is
not enough :-)
thanks a lot
for now, edmgen gives me a new error but I think I should test with the
weekly build.
The new error is:
erreur 6003: Une erreur s'est produite lors de l'exécution de la
définition de la com
On Thu, Nov 13, 2008 at 12:00, Tetram Corp <[EMAIL PROTECTED]> wrote:
> FirebirdSql.Data.FirebirdClient
And put this one into GAC. You can download build also from weekly builds.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
-
Well, I tried this:
- checkout svn repository
- build FirebirdSql.Data.FirebirdClient.sln with configuration EntityFW
- replace the active dll with the new one (and restart computer)
but I've got same problems in VS or in command line.
to be sure, here is my edmgen command line:
C:\WINDOWS\Micro
I also tried to use edmgen.exe, but I've got this error:
erreur 7001: Une valeur Null a été retournée après l'appel de la méthode
« GetService » sur une instance de fournisseur de magasins de type
« FirebirdSql.Data.FirebirdClient.FirebirdClientFactory ». Le
fournisseur de magasins risque de ne
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
32 matches
Mail list logo