Discussions
Categories
- 385.5K All Categories
- 5K Data
- 2.5K Big Data Appliance
- 2.4K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Repeated "Failed to fix the configuration" errors - please upgrade to version 19.3.3

Hi all,
TLDR: Please upgrade to version 19.3.3 to resolve this issue:
A recent change to the Visual Studio installer caused our own installation to break. The result is that with ODT version 19.3.2 and 19.3.1, each time you launch Visual Studio the configuration wizard will launch and will fail with a "Failed to fix the configuration" error, and you won't be able to use ODT.
We have released version 19.3.3 of ODT and we recommend that you upgrade to fix this problem. The only change in version 19.3.3 vs. version 19.3.2 is this fix to our installer.
https://www.oracle.com/database/technologies/dotnet-odtvsix-vs2019-downloads.html
If you cannot upgrade to version 19.3.3, here is a workaround:
1) Close all open Visual Studio 2019 instances
2) Locate the devenv.exe.config file for Visual Studio 2019.
3) Make a copy of devenv.exe.config to protect you from potentially having to reinstall Visual Studio if a mistake is made.
4) In devenv.exe.config:
a) Locate the <system.data><DbProviderFactories> section:
b) Add:
<remove invariant="Oracle.DataAccess.Client" />
<add name="ODP.NET, Unmanaged Driver" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET, Unmanaged Driver" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
<remove invariant="Oracle.ManagedDataAccess.Client" />
<add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver" type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
5) In the Windows start menu, locate the Visual Studio 2019 folder and open a "Developer Command Prompt for VS 2019" with admin privileges.
6) run "devenv /updateconfiguration"
7) Open Visual Studio 2019