views:

535

answers:

0

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)

Could not find schema information for the element 'cachingConfiguration'.

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?

A similar question was asked before, but was with less detail, never answered and I can't seem to find it again :S