|
From: André Z. (J. <tr...@fi...> - 2014-07-25 08:22:47
|
Firebird .Net Provider Installer doesn't remove entries from the machine.config <DbProviderFactories> when removing/repair the provider
---------------------------------------------------------------------------------------------------------------------------------------
Key: DNET-560
URL: http://tracker.firebirdsql.org/browse/DNET-560
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 4.2.0.0
Environment: Windows 8, VS2012 Update 4
Reporter: André Ziegler
Assignee: Jiri Cincura
Priority: Critical
The Installer has some issues with the machine.config file. When you remove and older provider, the config settings for Firebird under <DbProviderFactories> are still left in the config.
Wen you now install a new FB provider version, a 2nd entry is added. This caused VS crashes for me when working with DDEX provider when trying to do Reverse Engineering a DB to EDMX Model. Also, when you repair the provider, a second entry is added. Also the structure of the XML config is corrupted, when the other entry is added and this causes that other providers like SQL CE fail to load.
Removing all the bad entries fixes both VS issues (crash and SQL CE errors).
--
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
|