views:

346

answers:

1

The way I understand it, SSIS script tasks can't use a reference unless it's in the GAC.

With this assumption:

  • I've tried downloading the .net 2.0 sdk x64 (developing on 64 bit machine) that should have gacutil, still not there.
  • I've tried installing the dll using a console app using the System.EnterpriseServices.Internal.Publish.GacInstall method. If it has installed it, I have no idea where becaues it's not in the available references in VS.

I can't copy it to assemblies because 'adminstrator rights' fails.

Any suggestions?

+2  A: 

Nothing is straight forward.

to use 'gacutil' in the .net 2.0 sdk (located here) you have to open the sdk command prompt AND 'as administrator'

alt text

alt text

Chris
I think the best way to get an answer to a question is to ask it on a forum and then all of the sudden it comes to you. :o)
Chris