should I rebuild all script components if my custom dll is changed?
Hello everyone, i am using sqlserver data tools to build a package.. i made a custom dll to use in script components because i dont want to write same code every script component... so if i change something in this custom dll should i build all script components that uses this dll? if so is there a simple way to build all script components that uses my custom dll ? because i dont want to open every script component and click re-build option... but if the answer is no i have to ..:) thanks a lot .. evgeni
June 1st, 2012 11:00am

Hello evgeni, Typically, you do not need to re-build the scripts, but if you placed the DLL into GAC then you need to refresh the one in there. Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
June 1st, 2012 11:18am

Hi Evgeni, Make sure you don't change the version of the assembly and you should be fine - no need to re-build your scripts. You can keep track of the version using the file version attribute instead.SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
June 2nd, 2012 1:07am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics