BUG: IE Fails to Render When Adding Multiple Typelib ReferencesID: Q190755
|
When previewing a Web page from a project that has references to multiple DLLs, Internet Explorer does not display any data.
When a project contains references to multiple Dlls, the Global.asa
maintains a reference to each typelib definition. However, you cannot have
multiple typlib references in the Global.asa.
You can workaround the problem by editing the typelib definitions at the
top of the Global.asa file for the project. The correct Typelib reference
would look like this:
<!-- METADATA TYPE="TypeLib" Name="test1" UUID="<some string>"
VERSION="1.0">
You can do one of two things :
<!-- METADATA TYPE="ffTypeLib" Name="test1" UUID="<some string>"
VERSION="1.0">
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional query words:
Keywords : kbide kbScript kbVisID600 kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 24, 1999