Hello,

i've still the following error. I've installed Win7 x64, VS2013 Pro and a 
Project with .NET 4.5.1.

First i have add via nuget manualy the EntityFramework 5.0.0 and then Firebird 
ADO.NET Data Provider(no EF6).
Change the App.config to:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
        <configSections>
                <section name="entityFramework" 
type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, 
EntityFramework, Version=5.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089" requirePermission="false" />
        </configSections>
        <entityFramework>
                <defaultConnectionFactory 
type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, 
EntityFramework">
                        <parameters>
                                <parameter value="v12.0" />
                        </parameters>
                </defaultConnectionFactory>
                <providers>
                        <provider 
invariantName="FirebirdSql.Data.FirebirdClient" 
type="FirebirdSql.Data.FirebirdClient.FbProviderServices, 
FirebirdSql.Data.FirebirdClient" />
                </providers>
        </entityFramework>
</configuration>

Then i've try to add a ADO.NET Entity Data Model but if i try to generate it 
from a existing DB i can't find the provider.

Ok, lets try a newer Version. Another Problem comes...
First unsinstall EF5 and Provider and install EF 6.0.0.0(and a step later the 
6.1.0.0) und Firebird for EF6. Ok now i can the the provider if i try to create 
a Model but if i click next the i get the error:
http://stackoverflow.com/questions/21525490/firebird-ddex-3-0-1-with-vs2013-system-data-entity-core-mappingexception

ist all up to date. Is it possible, that the bug still exists?! What should i 
do??


Mit freundlichen Grüßen / best regards / un cordial saludo / s pozdravem 

Kevin Schmitz
Softwareentwickler / Software Developer
XING
_________________________________________________________________________________________________



Duvenbeck Unternehmensgruppe I Duvenbeck Consulting GmbH & Co. KG               
                                  
Ruhrallee 7I 46395 Bocholt   
P +49 2871 2192 470 I M +49 151 68940 470 | F +49 2871 2182 507 I 
kschm...@duvenbeck.de I www.duvenbeck.de 
Geschäftsführer: Thomas Wagschal I Amtsgericht Coesfeld HRB 9940    

Wir arbeiten ausschließlich auf der Grundlage der Allgemeinen Deutschen 
Spediteur-Bedingungen (ADSp), jeweils neuste Fassung. 
DIESE BESCHRÄNKEN IN ZIFF. 23 ADSp DIE GESETZLICHE HAFTUNG FÜR GÜTERSCHÄDEN 
NACH § 431 HGB FÜR SCHÄDEN IM 
SPEDITIONELLEN GEWAHRSAM AUF EUR 5,00 JE KG. BEI MULITIMODALEN TRANSPORTEN 
UNTER EINSCHLUSS EINER SEEBEFÖRDERUNG
AUF 2 SONDERZIEHUNGSRECHTE JE KG SOWIE DARÜBER HINAUS JE SCHADENFALL BZW. 
-EREIGNIS AUF EUR 1,0 BZW. 2,0 MIO. ODER 2
SONDERZIEHUNGSRECHTE JE KG, JE NACHDEM, WELCHER BETRAG HÖHER IST. Die Haftung 
des Luftfrachtspediteurs regelt sich nach dem 
Montrealer Übereinkommen (MÜ). DIESE HAFTUNG BESCHRÄNKT SICH BEI GÜTER- UND 
VERSPÄTUNGSSCHÄDEN NACH ARTIKEL 22 MÜ AUF 
19 SONDERZIEHUNGSRECHTE JE KG BRUTTOMASSE, UNGEACHTET DER KLAUSEL GEM. ZIFFER 
27 ADSp. 
Mit Auftragserteilung finden diese Bedingungen Anwendung. Für den 
internationalen Straßengüterverkehr gelten die Bedingungen der CMR.

Die vollständigen ADSp finden Sie unter www.duvenbeck.de

-----Ursprüngliche Nachricht-----
Von: Jiri Cincura [mailto:disk...@cincura.net] 
Gesendet: Donnerstag, 1. Mai 2014 21:23
An: For users and developers of the Firebird .NET providers
Betreff: Re: [Firebird-net-provider] fbBackup on remote Clients

On Thu, May 1, 2014 at 8:23 PM, Mark Rotteveel <m...@lawinegevaar.nl> wrote:
> You could always use the services API to create a backup on the 
> server, but since CORE-2666 it is also possible to stream the backup 
> to the client (or from the client to the server for restore).

Good. As I thought. I was confused by the subject of this thread "remote 
clients" to be specific. :)

Looks like it's time to implement it.

--
Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | 
http://www.ID3renamer.com

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to