8 messages in com.googlegroups.bloggerdevRe: service.Query(query) return Excep...
FromSent OnAttachments
Naresh04 Jun 2007 03:33 
Frank Mantek04 Jun 2007 09:59 
Naresh Bohra04 Jun 2007 23:22 
Frank Mantek06 Jun 2007 04:37 
robw...@gmail.com14 Jun 2007 11:42 
Frank Mantek15 Jun 2007 00:49 
Rob Doucette17 Jun 2007 19:42 
robw...@gmail.com17 Jun 2007 19:44 
Subject:Re: service.Query(query) return Exception
From:robw...@gmail.com (robw@gmail.com)
Date:06/14/2007 11:42:42 AM
List:com.googlegroups.bloggerdev

I am seeing the same exception when trying to query for anything from the AppsService instance. My code is:

AppsService service = new AppsService(<domain>, <username>, <password>); service.RetrieveUser(<username>);

The second line generates the exception listed by Naresh. I get the same exception when using the gapps_sample project that comes with the .NET library (it happens whether I try and query an email list, a user, a nickname, etc.). Any ideas?

My environment is: .NET Client Library 1.0.9.8 .NET Framework 1.1, 2.0, and 3.0 Visual Studio 2005 Windows XP SP2 x64 Edition

On Jun 6, 7:37 am, "Frank Mantek" <fman@gmail.com> wrote:

i was more wondering what version of the .NET client library you are using. There are numerous samples as part of the .NET client library (located in client/cs/samples) and you can find the latest version here:

http://code.google.com/p/google-gdata/downloads/list

Frank Mantek Google

On 6/5/07, Naresh Bohra <nar@cybersurfindia.com> wrote:

Thanks for quick response. I am using .NET 2.0 Version.Please send me refference code if you have so that I can cross check my code. Thanks Frank On 6/4/07, Frank Mantek <fman@gmail.com> wrote:

assuming you are using the .NET library, what version are you using?

Frank Mantek Google

On 6/4/07, Naresh < nar@cybersurfindia.com> wrote:

Hi , I have got exception when I executed statement service.Query(query) retruns Exception= Execution of authentication request returned unexpected content type: text/html Thanks