New Post: Trouble with slowness using EF6 many-to-many
I've filed https://entityframework.codeplex.com/workitem/1874 to track this. There's another less obtrusive workaround: make the Trigger.Devices property non-virtual. This will turn off lazy-loading...
View ArticleNew Post: Can't get EFTools.sln to build in Visual Studio 2013
I get this error, and I don't know how to fix. Error 1 CreatePkgDef : error : FileLoadException: Could not load file or assembly 'Microsoft.Data.Entity.Design.Package, Version=12.0.0.0,...
View ArticleNew Post: MySql .Net connector and EF6
Hi All, MySQL for Visual Studio and Connector/Net beta's both supporting EF6 are available: Connector/Net 6.8.1 Betahttp://dev.mysql.com/downloads/connector/net/#downloads (on Developlment releases),...
View ArticleNew Post: Can't get EFTools.sln to build in Visual Studio 2013
Hello John, Just to confirm, did you execute "BuildEFTools /t:EnableSkipStrongNames" in a Developer Command Prompt with administrator privileges as per the instructions? Thanks, Diego
View ArticleNew Post: Can't get EFTools.sln to build in Visual Studio 2013
Hi Diego, I will be honest and say the first time I hadn't. But I still got the error after I thought I had. I've just been thought all the steps again for the Runtine and the Tools, and finally after...
View ArticleNew Post: EFTools - EntityDesignPackage : Any chance the Csproj and the...
I guess it's not desperately important, but it would be nice to have them updated so there is a VSIX tab in the project properties, and the VsixManifiest would open in its designer. Thanks John
View ArticleNew Post: SQL Server Compact 3.5 provider for EF6
@Arthur, OK, got much further, and set up unit tests. Can you help with this? (All code commited to my branch) I added the line to...
View ArticleNew Post: Can't get EFTools.sln to build in Visual Studio 2013
No problem! Glad it worked.
View ArticleNew Post: SQL Server Compact 3.5 provider for EF6
Hi Erik, most likely you need to add the new assembly to your copy of skipstrongnames.xml and run the skipstrobgnames build step.
View ArticleNew Post: Unit testing with EFa3
Had to make another change. Something must've changed in EF6 since a3 because ToListAsync was broken. It doesn't go through Provider first so the DbSet now needs to support IDbAsyncEnumerable<T>....
View ArticleNew Post: Load Entities AsNoTracking() with navigation properties, without...
http://stackoverflow.com/questions/20289721
View ArticleNew Post: Load Entities AsNoTracking() with navigation properties, without...
@RandRandom I posted an answer on Stack Overflow. Thanks, Arthur
View ArticleNew Post: SQL Server Compact 3.5 provider for EF6
@Diego, Thanks, that fixed it! Have pushed changesets with Unit Tests - do I dare a Pull Request? To make the 3.5 tests run, the SQLCE 3.5 SP2 runtime must be installed.
View ArticleNew Post: Building and testing EF source code?
What steps are needed in order to actually use the code in the git repository for EF? if I just do a clone of the repo and remove the broken VB test, it will compile, sometimes. I'm not sure if it is...
View ArticleNew Post: Building and testing EF source code?
Did you run build.cmd /t:EnableSkipStrongNames from an admin VS Command prompt and follow the other steps here:...
View ArticleNew Post: is there a plan to do migration in Model first or Database first...
I'd like to +1 this request. For some applications (and for some teams) Model First is very common -- supporting a migration plan for this use case really should be part of the core framework...
View ArticleNew Post: Suggestions for the designer
I agree with both options -- Support for annotations in the designer would make life a lot easier as it is a lot of work to create Partial class (and keep them in sync) just to add annotations.
View ArticleNew Post: MYSQL Code-First Migrations
While using EF 6 (latest Nuget) along with the most recent Beta of MySQL connector (6.8.1.0) I run into a MySql.Data.MySqlClient.MySqlException (0x80004005): Specified key was too long; max key length...
View ArticleNew Post: error generating views
I am also having a similar issue on 2010 System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleNew Post: EF6 startup performance
@Goran - the errorError 3 Unknown build error, 'Cannot resolve dependency to assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' because it has not been...
View Article