BUG: The "Classid" Attribute of the Windows User Control in an <Object> Tag Is Case Sensitive (315160)
The information in this article applies to:
- Microsoft .NET Framework 1.1
- Microsoft .NET Framework 1.0
- Microsoft Internet Explorer (Programming) 5.5
- Microsoft Internet Explorer (Programming) 6.0
This article was previously published under Q315160 SYMPTOMS With Internet Explorer 5.5 or later, Web-based applications
can download and run assemblies in a Web page. For example, the
following code references myClass:
<object id="myCtl" classid="http://www.mycode.Microsoft.com/mycode.dll#myClass"> </object>
However, if you load a user control with the code, an empty box may be
displayed instead of the user control. CAUSE This problem occurs because the name of user control in the
classid attribute of the <object> tag is case sensitive.
RESOLUTION To resolve this problem, use the correct case for the name
of the user control in the classid attribute of the <object> tag. STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 6/5/2003 |
---|
Keywords: | kbCtrl kbbug kbpending KB315160 |
---|
|