I have .NET 1.1/Visual Studio 2003 and am trying to make the .NET C# code visible in SSIS -- I am a newcomer to GAC and did the following:
Set up a strong-name key pair
Put in the reference to it inside assemblyinfo
Put in PreBuild event to uninstall in GAC and PostBuild to install in GAC
All appeared fine
Set up project in SSIS
Put up Add Reference dialog and looked for project dll -- not there
I see from above something about putting the assembly into c:\windows\framework\... I do not have
a directory "framework" under "windows"
Is there another place I should put the assembly>
It references when I put the assembly in the V 2.0 dir, that is,
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Note: this is a version 1.1 assembly. Would there be any
problems with just going ahead and doing this?
|||GAC is a runtime thing. Putting the assembly in the appropriate .NET folder allows you to reference it for debugging and intellisense.sql
No comments:
Post a Comment