From: <is...@ex...> - 2013-12-26 14:09:57
|
<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div style="">well , still cannot use ef with firebird in vs2013 pro and Win7 pro !</div><div style=""><br></div><div style="">here what i have done : i have created a new class library for my DAL project , and imported the ef6 and the firebird provider via nuget like said in this page <a href="http://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient-EF6/" rel="nofollow" style="">http://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient-EF6/</a></div><div style="">then i copied the fb provider to some place and use gacutil to regiter it into the cache:</div><blockquote style=""><div style="">C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\gacutil -i fibirdprovierpath</div></blockquote><div style="">please note that i used the gacutil from the netfx4.5.1 (don't know if it change something)</div><div style="">ok after that i have grabbed the ddex dlls, put them somewhere , change the regfiles that came with (32/64), for the path and run them.</div><div style=""><br></div><div style="">what else ....<br style="">ah yes , i have also modified the machine.config (32/64) to reference the firebird provider .</div><div style="">Now, i can add a firebird connection without any problem in the servers window, i can even create a winform pp that use firebird dataset,BUT when i want to add an edmx model the firebird option is unavailable, i have only sql server !!!!!!</div><div style="">make sense to anyone please !!!</div></span></body></html> |