BUG: IE Fails to Render When Adding Multiple Typelib References

ID: Q190755


The information in this article applies to:


SYMPTOMS

When previewing a Web page from a project that has references to multiple DLLs, Internet Explorer does not display any data.


RESOLUTION

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 :


STATUS

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