如果我通过 Nuget 安装日志记录,在哪里可以找到 Enterprise Library xsd 文件?

发布于 2024-12-24 17:02:27 字数 201 浏览 1 评论 0原文

我使用 Nuget 将 Enterprise Library 5.0 日志应用程序块集成到我的项目中,并在 VS2010 中收到“无法找到该元素的架构信息...”消息。我需要 EnterpriseLibrary.Configuration.xsd 文件来消除这些消息。在不实际下载完整的 Enterprise Library 安装程序的情况下如何找到此文件?我在 Nuget 中找不到它。

I integrated the Enterprise Library 5.0 Logging Application Block into my project using Nuget and am getting "Could not find schema information for the element ..." messages in VS2010. I need the EnterpriseLibrary.Configuration.xsd file to eliminate these messages. How do I find this file without actually downloading the full Enterprise Library installer? I couldn't locate it in Nuget.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十六岁半 2024-12-31 17:02:27

据我所知,架构文件仅在安装程序中可用(它不在源代码下载中)。

您只需下载安装程序,在 7-Zip 中打开它,然后将 ConfigSchema2010 文件复制到:

%Program Files%\Microsoft Visual Studio 10.0\Xml\Schemas\EnterpriseLibrary.Configuration.xsd  

您仍然需要下载安装程序,但至少不必实际安装(如果您不喜欢这样的事情)。提取后,您可以根据需要手动部署到开发机器。

As far as I can tell the schema file is only available in the installer (it's not in the source code download).

You could just download the installer, open it in 7-Zip and then copy the ConfigSchema2010 file to:

%Program Files%\Microsoft Visual Studio 10.0\Xml\Schemas\EnterpriseLibrary.Configuration.xsd  

You still have to download the installer but at least you don't have to actually install (if you are averse to such things). Once extracted you could manually deploy as needed to development machines.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文