Hi Team,
Have small set of code as show in bellow.
// TODO: Add your code here
MessageBox.Show(Dts.Variables["USER::BookingRefResult"].Value.ToString());
When am trying to debug this script task am getting bellow error
Severity Code Description Project File Line Suppression State
Error CS1955 Non-invocable member 'ScriptObjectModel.Variables' cannot be used like a method. ST_295b44f56f3e44d4a8f3ec535aa3d296 C:\Users\AppData\Local\Temp\2\Vsta\SSIS_ST150\VstafJtZCK6UokOavLxJonF_4A\VstasD6LoclKEESpAUJBeCXMGw\ScriptMain.cs 94 Active
When am trying to save this script task am getting bellow error
Scripts contained in the package have compilation error. Do you want to save changes?
Please help on this.
