HighTechTalks DotNet Forums  

RE: sandbox (socket) problem.

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss RE: sandbox (socket) problem. in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default RE: sandbox (socket) problem. - 10-24-2003 , 07:14 PM






Jay,

The exception is being thrown because the assembly that implements your
applet does not have sufficient privledges to do what it needs to do. I
assume that the assembly is not on your localhard drive and is being
downloaded by IE. Is this correct? If so you will need to make sure that
assembly has the permissions it needs. The easiest thing to do is to strong
name the assembly, and then create a new codegroup in the .Net Framework
Configuration tool and specify the membership condition to be the public
key used for strong naming the assembly. You can then grant that assembly
any level of trust needed. The .Net Framework Configuration Tool is an
Adminstrative tool found in the Control Panel.

For more information please search on Code Access Security in MSDN.

Please let me know if you have any further questions.

Thanks,

Michael Green
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.