Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project i used entity framework but when i run the application it show me error that The type or namespace 'NothwindEntities'name could not be found (are you missing a using directive or an assembly reference?).
i used assembly in web.config file
XML
<add assembly="System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>


Please help me to solved my error.

Regards,
Manohar Khillare
Posted
Comments
Abhishek Pant 25-Jan-13 1:46am    

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