Hello developers!

I`ve created an assembly and I host a UserControl-derived class from it in
IE using <object> tag. Like this:
<object id="upload1"
classid="Foo.dll#BarCompany.Foo" width="1000" height="500">
<param name="xxxx" value="yyyy">
</object>
And everything works.
However, when I strong-name this assembly this BarCompany.Foo control is not
loaded, and IE shows an image placeholder.
Maybe there`s a special classid value for this case or something I missed?
Thank you for advices and help!

Re: need help in hosting UserControl in IE by Frank

Frank
Mon Nov 08 09:41:24 CST 2004

AllowPartiallyTrustedCallersAttribute

Regards,
Frank Hileman

check out VG.net: www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor

"Dmitry Islentiev" <Dmitry Islentiev@discussions.microsoft.com> wrote in
message news:B586B871-410F-4D94-8E13-0ED6104C3DFD@microsoft.com...
> Hello developers!
>
> I`ve created an assembly and I host a UserControl-derived class from it in
> IE using <object> tag. Like this:
> <object id="upload1"
> classid="Foo.dll#BarCompany.Foo" width="1000" height="500">
> <param name="xxxx" value="yyyy">
> </object>
> And everything works.
> However, when I strong-name this assembly this BarCompany.Foo control is
> not
> loaded, and IE shows an image placeholder.
> Maybe there`s a special classid value for this case or something I missed?
> Thank you for advices and help!
>