Re: [Firebird-net-provider] Reverse engineering in Visual Studio 2013 (FirebirdClient-EF6 v4.1 and EF6) fails

2014-02-26 Thread Jiri Cincura
On Tue, Feb 25, 2014 at 9:31 PM, Morten Myrvold mor...@myrvold.name wrote: Does anyone have any idea what could be wrong? This is really getting quite frustrating now… VS is very likely loading version from GAC and hence it cannot see EF6 version. Maybe you also didn't changed the config

Re: [Firebird-net-provider] Reverse engineering in Visual Studio 2013 (FirebirdClient-EF6 v4.1 and EF6) fails

2014-02-26 Thread Morten Myrvold
Thanks! Your tip got me a step further! I uninstalled the NetProvider msi package, and un-GAC'ed all the remaining FirebirdClients (yes, I actually had several). Then, I added the NetProvider-EF6 NuGet package (for the x'th time) and made sure my config was correct. Now, when I try to reverse