New Post: Error: ApplyChanges is not a member of ...
@MyKey0815: You should still be able to use STEs with .NET 4.5 but by default EF uses DbContext for all new apps and STEs have not been updated to support DbContext. The reason for this is that in...
View ArticleCommented Issue: Differ: Handle MaxLength="MAX" in SSDL [726]
3rd party providers can generate this causing the differ to barf. See http://entityframework.codeplex.com/discussions/403176 for example.Example stack trace:System.FormatException: Input string was not...
View ArticleEdited Issue: Differ: Handle MaxLength="MAX" in SSDL [726]
3rd party providers can generate this causing the differ to barf. See http://entityframework.codeplex.com/discussions/403176 for example.Example stack trace:System.FormatException: Input string was not...
View ArticleCommented Issue: DbContext Contructor doesn't throw "context has changed...
After the update from EF 5.0 to EF 6 Alpha 2, our method for DB checking no longer works.```try{ logger.Info("Check if database migration is required"); var context = new MyContext(); logger.Info("No...
View ArticleEdited Issue: DbContext Contructor doesn't throw "context has changed since...
After the update from EF 5.0 to EF 6 Alpha 2, our method for DB checking no longer works.```try{ logger.Info("Check if database migration is required"); var context = new MyContext(); logger.Info("No...
View ArticleClosed Issue: DbContext Contructor doesn't throw "context has changed since...
After the update from EF 5.0 to EF 6 Alpha 2, our method for DB checking no longer works.```try{ logger.Info("Check if database migration is required"); var context = new MyContext(); logger.Info("No...
View ArticleCommented Issue: Non-generic IQueryable.Include does not work [786]
Hi,it seems `IQueryable.Include(...)` does not work for collections when using non-generic DbSet. Eg. `dbContext.Set(typeof(Entity)).Include("Collection")` will not load items included in the...
View ArticleEdited Issue: Non-generic IQueryable.Include does not work [786]
Hi,it seems `IQueryable.Include(...)` does not work for collections when using non-generic DbSet. Eg. `dbContext.Set(typeof(Entity)).Include("Collection")` will not load items included in the collection.
View ArticleClosed Issue: Non-generic IQueryable.Include does not work [786]
Hi,it seems `IQueryable.Include(...)` does not work for collections when using non-generic DbSet. Eg. `dbContext.Set(typeof(Entity)).Include("Collection")` will not load items included in the...
View ArticleNew Post: Too many arguments Delete stored procedure
I used the reference stored procedure from the documentation as a guide, but I'm getting a SqlException that "Procedure or function DeleteXXX has too many arguments specified." And indeed it has based...
View ArticleCreated Issue: Add and Delete different navigation properties of the same...
I have to classes PersonContactInfo and Address. There are two Navigation properties AlternateAddress and .MailingAddress within PersonContactInfo class. In case then i try add AlternateAddress and...
View ArticleNew Comment on "Connection Resiliency Spec"
No real reason/advantage. I was just asking.
View ArticleNew Comment on "Improved Transaction Support"
Hi *, it might be worth thinking about to have a "factory" to create a new transaction every time it's needed. This would allow you to have transaction with custom setup and still manage this default...
View ArticleCreated Issue: Build Fails - SkipStrongNames Reports Conflicted Setting [950]
I clone the repo, build it according to instructions, and get the following error:> Unit tests will not run correctly unless SkipStrongNames is Enabled.> Current status: Disabled.> Run 'build...
View ArticleEdited Issue: Build Fails - SkipStrongNames Reports Conflicted Setting [950]
I clone the repo, build it according to instructions, and get the following error:> Unit tests will not run correctly unless SkipStrongNames is Enabled.> Current status: Disabled.> Run 'build...
View ArticleNew Comment on "Improved Transaction Support"
Maybe to clarify a little bit, on more space: http://blog.cincura.net/233189-custom-transactions-in-entity-framework-6/ .
View ArticleCommented Issue: Build Error: EF.skipstrongnames.targets(17, 5) Null...
I downloaded master from git and ran the ```build /t:RestorePackages``` command. Then, I ran ```build```. It failed with the error> C:\\...\entityframework\tools\EF.skipstrongnames.targets(17,5):...
View ArticleCommented Issue: Build Error: EF.skipstrongnames.targets(17, 5) Null...
I downloaded master from git and ran the ```build /t:RestorePackages``` command. Then, I ran ```build```. It failed with the error> C:\\...\entityframework\tools\EF.skipstrongnames.targets(17,5):...
View ArticleClosed Issue: Build Error: EF.skipstrongnames.targets(17, 5) Null Reference...
I downloaded master from git and ran the ```build /t:RestorePackages``` command. Then, I ran ```build```. It failed with the error> C:\\...\entityframework\tools\EF.skipstrongnames.targets(17,5):...
View ArticleSource code checked in, #65caaa498ada
Codeplex workitem #764: Breaking change in DbExpressionVisitor
View Article