Is it possible to use Caching Application Blocks in a Class Library in VS2010, .NET 3.5 SP1, Enterprise Library 5.0 ?

My project is an asp.net one, and the cache i'm making isn't supposed to be in the system.web project.

I've been trying for a while without success. When i call CacheFactory.GetCacheManager() the following happens:
On my web project i get this error:

unable to load 'Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0,    
Culture=neutral, PublicKeyToken=31bf3856ad364e35' ...

On the ultra-simple console project i created i get this error:

{"Activation error occured while trying to get instance of type ICacheManager, key \"\""}

On both cases i'm referencing:

Microsoft.Practices.EnterpriseLibrary.Caching.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll

Any ideas?

link|improve this question

79% accept rate
The message you are seeing usually means that the configuration is not correct. Can you post your configuration? – Tuzo Feb 9 at 0:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.