Remove warnings "Could not find schema information for the element" for Enterprise Library in vs2008 - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T06:17:27Zhttp://stackoverflow.com/feeds/question/446668http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/446668/remove-warnings-could-not-find-schema-information-for-the-element-for-enterpris1Remove warnings "Could not find schema information for the element" for Enterprise Library in vs2008boris callens2009-01-15T13:14:28Z2009-01-16T22:13:35Z
<p>I use the Enterprise library caching block with succes (site compiles, everything works like it should).
Visual studio gives me 15 messages though. They are all about missing schema information. Like so (cachingConfiguration part varies from message to message)</p>
<blockquote>
<p>Could not find schema information for the element 'cachingConfiguration'.</p>
</blockquote>
<p>I think there should be a Microsoft.Practices.EnterpriseLibrary.Caching.xsd or something at the correct place so VS can find it.
I installed the Enterprise library 4.01 with the msi and used the config tool to alter the web.config.
Any ideas?</p>
<p><em>A similar question was asked before, but was with less detail, never answered and I can't seem to find it again :S</em></p>