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?