NETProvider-3.1.0.0.msi does not add entries into 64bit config
--------------------------------------------------------------

                 Key: DNET-512
                 URL: http://tracker.firebirdsql.org/browse/DNET-512
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 3.0.2.0
         Environment: Windows 7 64bit
            Reporter: NoPyGod
            Assignee: Jiri Cincura
            Priority: Minor


When you run the NETProvider-3.1.0.0.msi installer, it correctly adds the 
"FirebirdClient Data Provider" under the System.Data\DbProviderFactories secton 
of the machine.config

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config

    <system.data>
        <DbProviderFactories><add name="FirebirdClient Data Provider" 
invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data 
Provider for Firebird" 
type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, 
FirebirdSql.Data.FirebirdClient, Version=3.0.2.0, Culture=neutral, 
PublicKeyToken=3750abcc3150b00c"/></DbProviderFactories>
    </system.data>

But it does not add the same entry to the 64bit config

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config

So if I deploy my application to a 64bit machine I get the error

    "Unable to determine the provider name for connection of type 
'FirebirdSql.Data.FirebirdClient.FbConnection'."

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

        

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to