Open floschiavo opened 4 years ago
To fix this for us i needed to update the EncryptElement and DecryptElement in two files SssisBuild.Core ProjectManagement Package.cs & ProjectFile.cs in both files i renamed the existing EncryptElement to EncryptElementOld (same for DecrypteElement) and then i had VS suggest my fixes (virtual to override and also add an use system.io)
Hi, I have made the changes specified in issue #25 but am still getting the same error in VS 2019. Can you suggest a fix for this please?