From: NoPyGod (JIRA) <tr...@fi...> - 2013-07-31 02:28:34
|
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 |