|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, July 06, 2011 2:58 AM
Points: 9,
Visits: 153
|
|
Hello everyone,
I have some functions in VB.net that I always use in my packages, So i need to create a class library project and reference my Script component to the project, So if I modify the Class the changes will be updated automatically in the Script component. I have found in SSIS 2008 that there is an option to reference the Script component to a project, but I can't figure out how to use it ... It's an option that was not available in SSIS 2005 and that I would like very much to make use of it ...
Does anyone know how to do this ?
Thanks for any reply ....
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, June 01, 2012 5:17 AM
Points: 1,
Visits: 24
|
|
just with a normal using clause. the only difference here is the name of your project will be a long string: zasfsfsdfsdgfdfgdfgdgdgdgdf.csproject.nameofyourclass, check out the project name on the top of your solution
|
|
|
|