I am on development team 2. We are running SQL Server 2008 and SQL Server 2008 SSIS. I have an external library that I wrote to use some reusable functions in a script task. I signed the assembly using .snk, compiled it and added it to the GAC on the dev machine. When I download the project, I can add a link to the assembly and use the code without any problems.
My partner can add the assembly and use the code, but when he saves / closes the script task and opens it again, the .dll link has disappeared. We have a set of links to "Copy local" and confirmed that the .dll file was copied to the local project directory for me, but not for it. I redid it with the script window open. This is a new installation of VS 2008, so no parameters have been set for the user so far.
EDIT: We both work with the same machine under different usernames. He can view the file that I added to the GAC under his login.
Does anyone have any idea?
If I add a file to the GAC, it will have to use it, right?
source
share