5 messages in com.googlegroups.google-base-data-apiRe: Partially trusted callers
FromSent OnAttachments
The Grenade29 Jan 2007 09:08 
Frank Mantek29 Jan 2007 09:52 
The Grenade29 Jan 2007 10:17 
The Grenade29 Jan 2007 10:26 
Frank Mantek29 Jan 2007 10:58 
Subject:Re: Partially trusted callers
From:The Grenade (rthi@gmail.com)
Date:01/29/2007 10:17:43 AM
List:com.googlegroups.google-base-data-api

Thanks for the response. I didn't realise the source was available for Google.GData.Client.dll and Google.GData.GoogleBase.dll. Is that what you meant when you suggested recompiling in VS2005?

On Jan 29, 5:53 pm, "Frank Mantek" <fman@gmail.com> wrote:

No in general those libraries work fine with .NET 2.0. You are also free to just recompile them using VS2005 (works fine, there are mobile solutions in the package that do just that).

I do assume this is mainly due to your environment. You might look here:

http://www.kodyaz.com/blogs/software_development_blog/archive/2006/10...

for a similiar issue, and what he did to solve this (by changing the code).

Frank

On 1/29/07, The Grenade <rthi@gmail.com> wrote:

I've been playing with the API and the C# examples but keep getting an error message of "System.Security.SecurityException: That assembly does not allow partially trusted callers".

I'm using .Net 2.0 and note that the GData assemblies are 1.1 although I thought that I should still be able to reference them. The other quirk is that I'm hosted with maximumasp's IIS 7 beta which is probably the most likely candidate for the source of the error.

I've tried strong naming my assemblies but this doesn't seem to affect anything.

I just thought I'd ask if anyone else has seen the error. Also has anyone had success with accessing base from .Net 2.0 or is it early days still?