Error loading Oracle components in VS 2019 after SSIS upgrade to version 4.6 and rollback to 3.16

Amanda Hansen 0 Reputation points
2024-06-20T18:12:19.3033333+00:00

I'm getting the following error when attempting to open an Oracle source, destination, or connection manager in VS 2019.

User's image

The text version of the above screenshot and message details are in the code block below.

We began encountering this error after upgrading SQL Server integration services from version 3.16 to the latest version 4.6 and then rolling back to 3.16 after finding out that these oracle components are incompatible with any SSIS version past 3.16.

So far we have tried completely uninstalling visual studio 2019 and all our extensions and then reinstalling all. We've also tried VS 2022. All options we have tried so far have not made any improvements. Currently we are on VS version 16.11.37

How can we fix this error, has anyone else run into this issue?

TITLE: Microsoft Visual Studio  ------------------------------  Could not load file or assembly 'Microsoft.DataWarehouse, Version=15.23.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.  ------------------------------  BUTTONS:  OK  ------------------------------     at Microsoft.DataTransformationServices.DataFlowUI.ORACLEConnectionPage..ctor()     at Microsoft.DataTransformationServices.DataFlowUI.ORACLEDestinationUI.AddOracleConnectionPage(DataFlowComponentForm form, String helpKeyword)     at Microsoft.DataTransformationServices.DataFlowUI.ORACLEDestinationUI.AddPagesToForm(DataFlowComponentForm form)     at Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.EditImpl(IWin32Window parentControl)     at Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.Edit(IWin32Window parentWindow, Variables variables, Connections connections)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,806 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,502 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 25,721 Reputation points
    2024-06-20T21:13:19.5533333+00:00

    @Amanda Hansen,

    Please try to fix it by the following steps:

    1. OS Start Button, and launch Visual Studio Installer for VS 2019.
    2. Click "Modify button".
    3. Select "Individual components" tab.
    4. Scroll maximum down, and select all three check boxes.
      Please see below.

    Microsoft BI Shared Components for Visual Studio 2024-06-20 170822

    1 person found this answer helpful.