Click here to Skip to main content
15,887,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
Server Error in '/' Application.
--------------------------------------------------------------------------------

Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Configuration.Design, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Posted
Comments
kedar1jgd 19-Jan-12 9:58am    
You can add the reference from references. If the reference is not there then you have to install the required dll from micosoft site

Check this Google[^]
 
Share this answer
 
You have a refrence missing, add the reference of Microsoft.Practices.EnterpriseLibrary on Solutionexplorer refrences section
 
Share this answer
 

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