Hi,
In the SSIS project file (.dtproj) we have a property called PasswordVerifier like below:
<SSIS:Property SSIS:Name="PasswordVerifier" SSIS:Sensitive="1">AQAAAN...</SSIS:Property>
The project has the protection level set to EncryptSensitiveWithUserKey.
The weird thing is that the value of property is changed even if the project is open only by the same person (so it is the same user profile). This new value is causing a check-out at source control level which is very annoying.
Any idea how to avoid this behavior?
Daniel