need help in hosting UserControl in IE

G

Guest

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!
 
F

Frank Hileman

AllowPartiallyTrustedCallersAttribute

Regards,
Frank Hileman

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top