Click here to Skip to main content
15,895,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Error 24 The type 'Microsoft.Practices.EnterpriseLibrary.Caching.Cache' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.EnterpriseLibrary.Caching, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35


i have following error when build our project. i have implement some additional functionaly in our own cache class that is inherited from Microsoft.Practices.EnterpriseLibrary.Caching.Cache.when i uesd this ddl in another project then they give following error ..please help me
Posted
Updated 28-Sep-13 6:31am
v2
Comments
Richard MacCutchan 28-Sep-13 12:30pm    
The error message tells you what to do, what more do you need?
Ganesh KP 28-Sep-13 13:57pm    
Try to add the references of that particular dll in your project and rebuild it and try. Sure you project get build succeeded.

1 solution

You'll have to add a reference to it in this new project as well since the code is trying to use it.
 
Share this answer
 
Comments
asifislam 29-Sep-13 8:13am    
i have added refernce but its display error .......
ZurdoDev 30-Sep-13 7:16am    
Perhaps you need to clear out your temporary asp.net files folder but the error is pretty clear.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900