Hi
I am updating someone else's code in a SSIS package that downloads data from a webservice using a C# script task. Recently a few more attributes were exposed in that webservice that I now need to add to my SSIS package.
When I click on the "Update Service Reference" in the solution explorer, the service references gets updated and I can access the new attributes (the intellisense and object explorer all show the new attributes) but as soon as I build the project, it somehow still references an old file (probably reference.cs file) and can't find those new attributes and an throws error that the new attributes can't be found
Is there a step I am missing? I am using Visual Studio 2015