Data Flow Task Plus' Editor doesn't open

Data Flow Task Plus editor doesn't open

When I double-click on Data Flow Task Plus, the Data Flow Task Plus Editor doesn't open and instead of that I am sent to the Data Flow tab.

There is a known issue in Visual Studio when a solution file is opened externally (e.g. from the taskbar recent items or from the file system double clicking the .sln file). Please use one of the workarounds below so you will be able to open the DFT+ Editor:
  1. Unload and reload your SSIS project in Visual Studio.
  2. Close the solution and reopen it from within Visual Studio using File --> Open --> Project/Solution. (In other words, do not open by double clicking the .sln file from outside Visual Studio.)
The issue has been fixed in COZYROC SSIS+ version 2.0.101.2334.

Data Flow Task Plus Editor might initially not open on double-click or right click in Visual Studio 2019, but it will work after a few seconds (after the necessary background initialization completes).




    • Related Articles

    • How to build the data flow setup

      The initialization and user interface for a data flow is defined by implementing properties on the script EntryPoint class. The documentation and samples of Script Task Plus for defining parameters is relevant to the Data Flow Task Plus ...
    • DataFlowSetting .NET attribute used with Data Flow Task Plus

      The DataFlowSetting .NET attribute defines a list of references to different component properties in the SSIS data flow. It defines the link between the initialization parameter and a specific SSIS data flow component parameter. You can apply one ...
    • Where can I find the documentation for the Data Flow Task Plus?

      You can find documentation related to all the COZYROC SSIS+ Suite tasks from the main products page. Specific documentation for the Data Flow Task Plus can be found at the following link.  For many of the tasks and components, you can find an ...
    • How to increase the Data Flow Task Plus buffer size?

      To increase the Data Flow Task buffer size please complete the following steps: 1) Right-click on the Data Flow Task and select Properties. 2) On the Data Flow Task's Properties screen under Misc find fields: DefaultBufferSize and ...
    • Dynamic Data Flow - How to create completely dynamic data flow?

      Starting from 1.4 SR-3 the data flow can be completely dynamic - the need to have one common column across different iteration sets is no longer required. To have completely dynamic components, you have to remove all statically defined columns (both ...