.NET 4.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论