ELMAH 设置 - 类型或命名空间名称“Linq”命名空间 System 中不存在
我已下载最新的 ELMAH 并将示例应用程序的 Web.Config 设置复制到我的 ASP.NET 3.5 Web.Config。
我已确保引用 DLL 的 3.5 发行版本,但我仍然收到上述错误(根据本文的标题)。
I have downloaded the latest ELMAH and copied the sample app's Web.Config settings to my ASP.NET 3.5 Web.Config.
I have made sure to reference the 3.5 release version of the DLL, but I am still getting the above error (as per the title of this post).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有引用,请确认 web.config 中的程序集字典中有一个条目,其中包含包含 Linq 的 dll。例如:
If you have the reference then confirm you have an entry in your assemblies dictionary from the web.config that has the dll that contains Linq. For example:
LINQ dll 不会自动添加到 Web 项目中,您必须在解决方案资源管理器中手动将其添加到项目引用中。
The LINQ dll is not automatically added to a web project, you have to add it manually in the solution explorer to the project references.