Closed GoogleCodeExporter closed 8 years ago
Thanks for the patch, I'll give it a go as soon as possible.
Just to clarify, the custom HttpUtility class wasn't added in rev 1069 but it
has been included since a lot of time ago. That revision only made some
modifications to it.
Anyway, I agree we should avoid overwriting framework classes.
Original comment by ccherub...@google.com
on 8 Feb 2011 at 2:19
Committed in rev. 1071
Thanks Fabrizio!
Original comment by ccherub...@google.com
on 9 Feb 2011 at 3:22
Has the change been included in current Google.Apis.dll? I still have the same
conflict issue.
Thanks,
Jun
Original comment by top...@gmail.com
on 20 Aug 2011 at 12:21
Yes, the patch was included and is available from both the binary distribution
and the source repository.
Try doing a checkout of the code
(http://code.google.com/p/google-gdata/source/checkout) and building the dlls
yourself
Original comment by ccherub...@google.com
on 20 Aug 2011 at 12:37
I am experiencing this right now. Trying to put together a G+ project.
Original comment by hismight...@gmail.com
on 30 Sep 2011 at 2:54
FYI, the Google+ API is not GData-based so you should use this other library
instead:
http://code.google.com/p/google-api-dotnet-client/
Original comment by ccherub...@google.com
on 30 Sep 2011 at 3:17
Good catch, but that is actually the library I am attempting to use right now.
Still getting that error, which led me here. The Google.Apis.dll is including
the System.Web.HttpUtility namespace, which conflicts with anyone trying to use
it for an ASP.Net website. :(
Original comment by hismight...@gmail.com
on 30 Sep 2011 at 3:21
If your problem is with the other library, please open a new issue in the
appropriate issue tracker
(http://code.google.com/p/google-api-dotnet-client/issues/list) and mention
this discussion there.
Original comment by ccherub...@google.com
on 30 Sep 2011 at 3:25
Original issue reported on code.google.com by
fht...@gmail.com
on 8 Feb 2011 at 2:02Attachments: