.NET 4.0 程序集的完全限定名称

发布于 2024-12-09 02:26:23 字数 325 浏览 0 评论 0原文

我在使用 httpHandler 处理 GAC 中部署的程序集时遇到一些问题。 我的程序集是在 .NET 4.0 Framework 中创建的。由于.NET 4.0框架,我的dll没有部署到C:\ Windows \ assembly,而是部署到C:\ Windows \ Microsoft.NET \ assembly \ GAC_MSIL文件夹。 我尝试将完全限定名称放入 web.config 中,但当我尝试打开网页时,仍然收到错误“程序集名称或代码库无效”

希望有人能给我一些提示,让我的程序集位于 C:\ Windows\程序集或如何使用部署在 GAC_MSIL 文件夹中的 dll。

谢谢。

I am having some problems getting my httpHandler working with an assembly deployed in the GAC.
My assembly is created in the .NET 4.0 Framework. Because of the .NET 4.0 framework my dll is not deployed to the C:\Windows\assembly but it is deployed to C:\Windows\Microsoft.NET\assembly\GAC_MSIL folder.
I tried to put the fully qualified name in my web.config but still when I try to open my webpage I get the error "assembly-name or codebase not valid"

Hopefully someone can give me tips to get my assembly in the C:\Windows\assembly or how I can make use of the dll that is deployed in the GAC_MSIL folder.

Thanks.

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

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

发布评论

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