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.
I integrated the Enterprise Library 5.0 Logging Application Block into my project using Nuget
Share
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:
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.