TypeLib Not Found;METADATA tag...
Hi,
we are experiencing problems with using type libraries on our asp-pages. We have created our own type libraries which we want to include with using metadata statement:
We use three-tier architecture with VB6 components (asp pages and ui-components on the web server and bl- and da-components on component servers) and we have several testing environments. The statement above works fine on my computer (as they always do) :-) and also on so called development testing servers. However, installing same asp-pages, components and type libraries on our system testing servers leads to error "TypeLib Not Found;METADATA tag contains a Type Library specification that does not match any Registry entry." If I use FILE attribute instead of UUID, it works everywhere. We would prefer using UUID instead of hard coded paths as different servers may have different drives in use etc. and we would want to minimize the work needed when installing new versions.
Does anyone have an idea about how to move on from this? The problem clearly lies on not being able to find type libraries with UUID, but what could be the reason for this? Not having enough permissions to read registry maybe?
Thanks in advance,
Riia
|