Michael
unread,Jun 22, 2010, 3:13:24 PM6/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CozyRoc
Hi, I am trying to get the google components from the script + ssis
component to work running the 1.4 version of cozyroc. I have installed
the API, and deployed the google.gdata.client assembly to the gac
using gacutil -i in my .net sdk stuff. I am now trying to use the
script to pull from analytics, and I get this error:
Could not load file or assembly 'Google.GData.Client,
Version=1.4.2.23771, Culture=neutral, PublicKeyToken=04a59ca9b0273830'
or one of its dependencies. The system cannot find the file specified.
I have put the file in the C:\Program Files\Microsoft SQL Server\90\SDK
\Assemblies directory.
I messed around with putting it in the DTS\Binn\ folder, and when I do
that I get a different error:
Could not load file or assembly 'Google.GData.Client,
Version=1.4.2.23771, Culture=neutral, PublicKeyToken=04a59ca9b0273830'
or one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040)
I have no idea where it is getting the 1.4.2.23771, because the
version I have installed is 1.6 for all of the dlls. ANy ideas?