June 15, 2010 at 6:46 am
I've installed the the Kimball SCD component v1.5 from codeplex (http://kimballscd.codeplex.com/wikipage?title=v1.5%20Installation%20Instructions). When I try to pull it onto the dataflow, I get the following error:
The data flow object "MouldingAndMillwork.SSIS.KimballMethodSCD, KimballMethodSCD90, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8b0551303405e96c" is not installed correctly on this computer. (Microsoft.DataTransformationServices.Design)
Any Ideas how I can resolve this? (I installed it as a local administrator, it seems to fail every time)
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
June 29, 2010 at 10:06 am
Hi,
From my experience of custom components - you will need to register the .dll into the GAC (Global Assembly Cache).
This can be achieved by using GACUtil or Visual Studio command prompt.
HTH,
GSC
gsc_dba
June 30, 2010 at 1:28 am
Hi thanks for letting me know.
Turns out a simple restart of the SSIS service worked!
could you give an example of using the GAC tool though, I colleague has since tried to add anoth component on his test machine and it doesn't seem register correctly
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
June 30, 2010 at 2:49 am
This link should provide you with the examples you are after:
http://msdn.microsoft.com/en-us/library/ex0ss12c%28VS.80%29.aspx
For Windows Server 2008 (x64) you have to run the VS command prompt as administrator (regardless of your own permissions) then enter
gacutil /i C:\LocationOfDLL\mydll.dll
I also found this thread really useful:
gsc_dba
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply