Re: SecurityExcepion inside DLL linked in an HTML tag OBJECT



This is not necessarily true. It is true that you need to understand CAS to
make this work and may need to elevate the CAS permissions of this assembly
to have the permissions required. There are various approaches available to
doing this that don't necessarily involve full trust (although that is
easiest). Shawn Farkas has written a bunch of blog postings describing how
to do this properly. Here is one:

http://blogs.msdn.com/shawnfa/archive/2003/06/26/57026.aspx

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Spam Catcher" <spamhoneypot@xxxxxxxxxx> wrote in message
news:Xns983BA079A29C6usenethoneypotrogers@xxxxxxxxxxxx
"Lambuz" <lambu76@xxxxxxxxx> wrote in news:1157979697.949475.153030
@h48g2000cwc.googlegroups.com:

Hi there,
I've got this strange problem.

I've created a library of some assemblies and one of these
(webclient.dll) is linked inside an html tag object by using this
sintax:

<OBJECT id="myID" classid="http:WebClient.dll#namespace.WebClientClass"
/>

You need full trust to make this setup work :(


.