Click here to Skip to main content
15,883,961 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
error:
Could not load file or assembly 'System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.

scenario:

used embedded firebird ado.net service provider for databse conectivity.
no issues with firebird's dll coz able to use classes such as FbDataAdapter,FbConnection,FbCommand but when tries to read with FbDataReader or fill dataset with FbDataAdapter it gives this error



more detailing
CSS
i tried using excel database n it works fine...
i hav downloaded firebird installed then added refrance n copied fbembed.dll in \bin\Debug following some tutorial on this site n then jus used namespace  FirebirdSql.Data.FirebirdClient; so after that i m able to acces FbDataAdapter etc;
this procedure is fine or somthng missin???
Posted
Updated 19-May-10 5:02am
v2

i got very vague solutions:
option 1
use .NET framework 2.0 n its done.
(coz System.Data.Entity.dll is copied at ur bin folder automatically)
option 2
if u want to stick to 3.5 copy System.Data.Entity.dll in
bin folder project
 
Share this answer
 
Do you have Microsoft .Net Framework 3.5 SP1 installed?
 
Share this answer
 
Comments
saurabh.patil@hotmail.com 19-May-10 10:52am    
yeah i do have 3.5 sp3
[no name] 19-May-10 11:12am    
I would suggest that you check again. AFAIK, .NET 3.5 only is up to SP1.
saurabh.patil@hotmail.com 20-May-10 3:48am    
hey but what about inital set up???....is it correct???
tutorial that m follwing
http://www.codeproject.com/KB/database/EmbeddedFirebird.aspx

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