Commented 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 ArticleReviewed: Entity Framework 5.0.0 (五月 18, 2013)
Rated 4 Stars (out of 5) - now, i'm beginning to learn it.
View ArticleCommented Feature: set identity seed & increament [1102]
if EF can set identity column for seed and increament arguments. that is great for creating TPCComments: thanks your reply
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 ArticleCreated Unassigned: LogCommand_logs_command_text_and_parameters test failed...
System.Data.Entity.Infrastructure.DbCommandLoggerTests+LogCommand.LogCommand_logs_command_text_and_parameters: Assert.Equal() FailurePosition: First difference is at position 13Expected: -- Param2:...
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 Feature: Code First: Allow indexes to be specified using...
"Problem Description:I'm looking forward to [StoreIgnore] attribute in EF 4 CTP 5. I would like to see a way to create index in table. Something like: [Indexed(Unique=false,Clustered=false)] int A {...
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 ArticleReviewed: Entity Framework 5.0.0 (五月 19, 2013)
Rated 4 Stars (out of 5) - ef+asp.net mvc4 学习中
View ArticleClosed Unassigned: Designer Mode First :: when we generate database script,...
When we generate database script, we separate statements with semicolon and GO keyword. However when we generate constraints we don't put GO in creating constraint and index. This is not a big thing...
View ArticleCreated Unassigned: Designer Model First :: script that we generate yields...
When generating database script from model, we use the following:USE [MyDatabaseName];which throws the following error:USE statement is not supported to switch between databases. Use a new connection...
View ArticleCreated Unassigned: EF6 Designer signed EFTools.msi program name [1171]
The signed MSI shows "ADO.NET Entity Framework Tools" as the "Program Name" on the UAC pop-up. This should be changed to match the product name which appears in the installer dialogs and under...
View ArticleEdited Issue: Migrations: Can't move history table after 5->6 upgrade [1146]
After upgrading an existing, migrations-enabled app from 5 to 6, moving the history table via HasDefaultSchema is broken. The issue is that we update the history table by _adding_ the new ContextKey...
View ArticleEdited Issue: Setup: In-box VS11 msi doesn't detect newer OOB versions [1069]
In order for the in-the-box EFTools.msi -- the one that shipped with Visual Studio 2012 and Update 1 -- to detect newer version of the product, the newer version must be between '11.1.21009.00' and...
View ArticleEdited Issue: Installing EF nuget package in a VS10 website doesn't write as...
In Dev10:1. Create a new website2. Install EF nuget package3. F5Actual: Error referring to web.config - only one <configSections> element allowed per config file and if present must be the first...
View ArticleEdited Issue: Installing EF nuget package in a VS10 website doesn't write as...
In VS10:1. Create a new website2. Install EF nuget package3. F5Actual: Error referring to web.config - only one <configSections> element allowed per config file and if present must be the first...
View ArticleEdited Issue: Designer: Localization: "Please Wait.." dialog when creating...
Repro on CHS,CHT.[ENV]CHT Window 7CHT VS10 RTMSQL Studio \\CSDDFS\release\SQLStudio_SS2\1.0.01129.00\TW\retail\x86\Setup [Repro Steps]1.Open VS10 and new a C# or VB Windows application project 2.In...
View ArticleEdited Task: Determine correct way to refrence Microsoft.VisualStudio.Shell...
The PowerShell assembly makes use of ServiceProvider from Microsoft.VisualStudio.Shell.dll. For the .NET 4 build this needs to be the VS2010 version. However, it is not currently required that we have...
View ArticleEdited Issue: Designer: Existing extensions do not work [1162]
The assembly version of Microsoft.Data.Entity.Design.Extensibility.dll has changed from 11.1.0.0 to 12.0.0.0. Unless we put a binding redirect inside of devenv.exe.config, exiting designer extensions...
View ArticleEdited Issue: Designer: Extensions cannot be written using net40 [1161]
For VS11 RTM, Microsoft.Data.Entity.Design.Extensibility.dll was compiled against .NET Framework 4.0. Most sample designer extensions I've seen also target net40.The latest version of...
View Article