Open GoogleCodeExporter opened 9 years ago
Can you please also attach the content of your project file?
It will be very helpful to try understand what's happening here.
Thanks,
Eyal
Original comment by pele...@google.com
on 29 May 2013 at 3:46
Original comment by pele...@google.com
on 29 May 2013 at 3:47
Hi Eyal,
attached is SharePoint 2010 Console App (C#).
I'm getting build error in GoogleAnalyticsHandler.cs
Original comment by mansur1...@hotmail.com
on 29 May 2013 at 6:54
Attachments:
Why google analytics dll isn't signed like all the other dlls you have
reference to?
Is it in purpose?
Original comment by pele...@google.com
on 30 May 2013 at 2:41
I signed all Google dlls with this code
ILDASM Google.XXXXX.dll /out:Google.XXXXX.il
ILASM Google.XXXXX.il /dll /resource=Google.XXXXX.res
/key=MyCertificate-publickey.snk
The only dll that gave me FAILURE result on signing was
Google.Apis.Analytics.v3.dll
Original comment by mansur1...@hotmail.com
on 30 May 2013 at 4:55
what is the failure? I don't have enough experience with signing but it looks
like you need to sign it as well to make it work
Original comment by pele...@google.com
on 30 May 2013 at 6:02
Original issue reported on code.google.com by
mansur1...@hotmail.com
on 28 May 2013 at 7:57