0

I have not seen a question like this so far - I have a script component in an SSIS package. I have added a few references so far to it. It seemed to work as expected. I added System.Data.Linq and System.Data.Linq.Mapping and it seems to work fine (The colors on the key words change colors, Intellisense red lines go away). And I close my script and run the package and then it didn't work (but didn't give me an error either) and I open up the script component and the reference is gone! I add it, do everything the same, open it back up, and it's gone again! I dunno whats going on

John Saunders
  • 160,644
  • 26
  • 247
  • 397
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64

2 Answers2

1

What I'd do is after closing the solution (in which I assume that you are saving your changes) is I will do a file comparison of the project or solution using TFS or VSS. Your changes might not being saved properly OR you might be editing a wrong project.

PM_ME_YOUR_CODE
  • 321
  • 1
  • 6
0

Sooooo apparently 'Save All' worked. Even though I never hit 'Save All' before and I just added System.Core and just saved. Weird.

uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64