Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
While I try to build the silverlight application,facing some errors. I googled a lot but i could'nt end up with the solution so please help me

Error 1:
Error	11	The type 'System.Data.Entity.DbContext' is defined in an assembly that is not referenced. You must add a reference to assembly 'EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

I tried to change the version in my app.config file.
Even after changing this error persist.

Error 2:
Error	7	Error 175: The specified store provider cannot be found in the configuration, or is not valid.


With regards
R.K.
Posted

1 solution

I solved the first error by adding the respective reference to the application.

I just added EntityFramework.dll to my application and build the same.
The first error is cleared.
 
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