SSIS Duplicate Enumerators in ForEach Loop

18 views Asked by At

I am using VS2019 Professional (v16.11.34) to create my SSIS packages. I just recently started getting issues with my ForEach loops not executing (in development only, anything I've previously developed is running fine).

EDIT: this is the error I get with any new development in my ForEach loop:

enter image description here

I have noticed that when selecting an enumerator in my ForEach loop, I now have duplicate enumerators to choose from: enter image description here

I have "repaired" Visual Studio, and "repaired" MSDT, but still this persists.

Has anyone else had this happen to them, and if so, how did you resolve it?

0

There are 0 answers