带有 activex 组件的 XBAP 应用程序

发布于 2024-12-28 05:01:22 字数 582 浏览 4 评论 0原文

我创建了一个引用 com dll 的完全信任 ClickOnce XBAP 应用程序。 这个dll在app.manifest中以这种方式引用:

<file name="MyLib.dll">
    <typelib tlbid="{YYYYY-YYYY-YYYY-YYYY-YYYYYYY}" version="1.0" helpdir="" />
    <comClass description="My ActiveX" clsid="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX}"   
    tlbid="{YYYYY-YYYY-YYYY-YYYY-YYYYYYY}"/>
</file>

当我从发布html页面(本地)运行我的应用程序时,我看到错误0x80040154(REGDB_E_CLASSNOTREG),但是如果我在运行的临时文件夹(文档)中手动注册该dll和 Settings\Rick\Impostazioni locali\Apps\2.0\XXXXXXX)我的应用程序工作正常。我不想从我的应用程序运行 regsvr32,因为它需要管理权限。

感谢大家, 里卡多

I created a Full Trust ClickOnce XBAP application that refers to com dll.
This dll is referenced in the app.manifest in this way:

<file name="MyLib.dll">
    <typelib tlbid="{YYYYY-YYYY-YYYY-YYYY-YYYYYYY}" version="1.0" helpdir="" />
    <comClass description="My ActiveX" clsid="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX}"   
    tlbid="{YYYYY-YYYY-YYYY-YYYY-YYYYYYY}"/>
</file>

When I run my app (locally) from the publishing html page, I see the error 0x80040154 (REGDB_E_CLASSNOTREG), but if I manually register the dll in the running temp folder (Documents and Settings\Rick\Impostazioni locali\Apps\2.0\XXXXXXX) my app works fine. I dont want to run regsvr32 from my app because it requires administrative rights.

thanks to all,
Riccardo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文