Commented Issue: Code First Stored Procs :: exception thrown when using...
When initializing the following model: public class CogTag{ public Guid Id { get; set; } public virtual Gear Gear { get; set; }} public class Gear{ public int Id { get; set; } public string Nickname {...
View ArticleCommented Unassigned: On Migration or Run I get: IsSystem' attribute is not...
<File Unknown>(0,0) : error 2025: XML Schema validation failed for mapping schema. Schema Error Information : The 'http://schemas.microsoft.com/ado/2012/10/edm/migrations:IsSystem' attribute is...
View ArticleCommented Issue: The Ssdl we save in __MigrationHistory table is invalid [1037]
The Ssdl we save in the __MigrationHistory table is invalid. For some reason the error is not reported on the .NET Framework 4 when reading StoreItemCollection (either a weird xsd bug or we setup...
View ArticleCommented Unassigned: On Migration or Run I get: IsSystem' attribute is not...
<File Unknown>(0,0) : error 2025: XML Schema validation failed for mapping schema. Schema Error Information : The 'http://schemas.microsoft.com/ado/2012/10/edm/migrations:IsSystem' attribute is...
View ArticleCommented Issue: Designer: Entity Framework randomly reorders imported...
**Reactivating as we now have more details on this issue - see comments**This item was ported from a public Connect issue -...
View ArticleEdited Issue: Designer: Entity Framework randomly reorders imported function...
**Reactivating as we now have more details on this issue - see comments**This item was ported from a public Connect issue -...
View ArticleCommented Issue: The Ssdl we save in __MigrationHistory table is invalid [1037]
The Ssdl we save in the __MigrationHistory table is invalid. For some reason the error is not reported on the .NET Framework 4 when reading StoreItemCollection (either a weird xsd bug or we setup...
View ArticleCommented Unassigned: On Migration or Run I get: IsSystem' attribute is not...
<File Unknown>(0,0) : error 2025: XML Schema validation failed for mapping schema. Schema Error Information : The 'http://schemas.microsoft.com/ado/2012/10/edm/migrations:IsSystem' attribute is...
View ArticleCommented Issue: EF5 with dbcontext: Dragging a child entity from project...
using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create a model with master/child 2 tables with FKey like Order/Order Detail , generate code as...
View ArticleReviewed: Entity Framework 6.0.0 (六月 08, 2013)
Rated 4 Stars (out of 5) - 学习学习成功的典范。学习学习成功的典范。
View ArticleReviewed: Entity Framework 5.0.0 (六月 08, 2013)
Rated 4 Stars (out of 5) - 学习学习成功的典范。学习学习成功的典范。
View ArticleCommented Issue: An exception when I handle inheritance with EF code first...
When I handle inheritance with EF code first, I hit an exception. My code like this:```public abstract class ProjectOwner{[key] public string Id { get; set; } ...}[Table("Organizations")]public class...
View ArticleCommented Issue: An exception when I handle inheritance with EF code first...
When I handle inheritance with EF code first, I hit an exception. My code like this:```public abstract class ProjectOwner{[key] public string Id { get; set; } ...}[Table("Organizations")]public class...
View ArticleCommented Issue: TPT Inheritance with composite foreign key in derived type...
[Stack Overflow Issue 1](http://stackoverflow.com/q/13179634/1791547)[Stack Overflow Issue 2](http://stackoverflow.com/q/10961690/1791547)EF throws a configuration error when trying to map a Table Per...
View ArticleCreated Task: Setup: Use CopyFile to reduce setup size [1241]
Currently, there are multiple copies of identical files inside the setup's CAB. We can eliminate these and dramatically reduce the size of the setup file by using WiX's CopyFile element. Instead of...
View ArticleEdited Issue: Properties configuration .HasPrecision(byte) doesn't affect...
Configuring precision after changing the column type is a NOOP:modelBuilder .Entity<Order>() .Property(e => e.Date) .HasColumnType("datetime2") .HasPrecision(6)***Original repro:The convention...
View ArticleCommented Issue: Properties configuration .HasPrecision(byte) doesn't affect...
Configuring precision after changing the column type is a NOOP:modelBuilder .Entity<Order>() .Property(e => e.Date) .HasColumnType("datetime2") .HasPrecision(6)***Original repro:The convention...
View ArticleEdited Issue: Properties configuration .HasPrecision(byte) doesn't affect...
Configuring precision after changing the column type is a NOOP: modelBuilder .Entity<Order>() .Property(e => e.Date) .HasColumnType("datetime2") .HasPrecision(6)***Original repro:The...
View ArticleCreated Unassigned: CF Stored Procs :: Misleading exception thrown when...
Repro.Produce the following model:``` public class ArubaTask{ public int Id { get; set; } public string Name { get; set; }} public class ArubaRun{ public int Id { get; set; } public...
View ArticleCommented Unassigned: CF Stored Procs :: Misleading exception thrown when...
Repro.Produce the following model:``` public class ArubaTask{ public int Id { get; set; } public string Name { get; set; }} public class ArubaRun{ public int Id { get; set; } public...
View Article