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