How to AllowPartiallyTrustedCallersAttribute Class

  • Thread starter Thread starter TheDude5B
  • Start date Start date
T

TheDude5B

Hi,

I have been informed by my Hosting company that I need to include the
AllowPartiallyTrustedCallersAttribute Class in my assembly in order
for my code to work. So just now none of my .net 2.0 web sites are
working because of this.

I do not know how to add this into my code, or how to add it into the
assembly in order for this to work and my hosting company are not able
to give out coding support (for some reason).

So how can I, in the easiest and fastest way, update my code in order
for it to work with this?

I have read the MS documentation about this but do not understand how
to make it all work.

Thanks
 
[allowpartialtrustedyadyada]
private class some class

this is all over the web, have you tried www.google.com/codesearch?

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 
Don't be obnoxious, Alvin. I've looked everywhere too and have yet to find a
solution. Since you are an MVP, I would expect a better response.

Jason

Alvin Bruney said:
[allowpartialtrustedyadyada]
private class some class

this is all over the web, have you tried www.google.com/codesearch?

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley


TheDude5B said:
Hi,

I have been informed by my Hosting company that I need to include the
AllowPartiallyTrustedCallersAttribute Class in my assembly in order
for my code to work. So just now none of my .net 2.0 web sites are
working because of this.

I do not know how to add this into my code, or how to add it into the
assembly in order for this to work and my hosting company are not able
to give out coding support (for some reason).

So how can I, in the easiest and fastest way, update my code in order
for it to work with this?

I have read the MS documentation about this but do not understand how
to make it all work.

Thanks
 
Back
Top