FunctionReturnTableColumns
--------------------------

                 Key: DNET-555
                 URL: http://tracker.firebirdsql.org/browse/DNET-555
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 4.1.5.0
         Environment: Windows 7 x64, VS2013 Pro, Project with .NET 4.5.1
            Reporter: Bla Bla
            Assignee: Jiri Cincura
            Priority: Blocker


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??


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
"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