New Post: 1876 [UpForGrabs] [Performance] Reduce start up time by loading...
I noticed that extended metadata properties without namespaces in their identifiers are not serialized (See WriteExtendedProperties in EdmXmlSchemaWriter). For me, this means that TableName is not...
View ArticleNew Post: 1876 [UpForGrabs] [Performance] Reduce start up time by loading...
@blorgbeard It is most likely just a limitation of the serialization code that probably wouldn't matter in other scenarios.
View ArticleNew Post: EDMX designer can't see my EF6 provider
we're moving our EF provider for DB2 for i (i.e AS400) to EF6 (our previous version works fine in EF4 up to VS2012) Added new config classes and service providers, etc but still EDMX wizard VS2013 (+EF...
View ArticleNew Post: EDMX designer can't see my EF6 provider
Did you install the latest EF 6 Tools, some bug fixes re third party providers are included in those? https://www.microsoft.com/en-us/download/details.aspx?id=40762
View ArticleNew Post: Support SQL Server HierarchyId data type
Hello, I have just installed EntityFrameworkWithHierarchyId using Nuget. I have found no documentation how to use it. Can you provide a link to documentation or examples? Specifically, I have a "Code...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi,Sorry, there is no documentation. You can use the documentation of the official EntityFramework, this is only a small "extension" (technically it is a fork, and replaces the whole official EF)Here...
View ArticleNew Post: Support SQL Server HierarchyId data type
Thanks for the fast reply! I did have regular EntityFramework installed first. After I uninstalled both, then installed EntityFrameworkWithHierarchyId it now appears to work. Is there any support for...
View ArticleNew Post: Support SQL Server HierarchyId data type
If I have EntityFrameworkWithHierarchyId installed (but not EnitityFramework), then when I try to do "Code first from Database" I get the error: The EntityFramework package is not installed on project...
View ArticleNew Post: Support SQL Server HierarchyId data type
A modified version of EFTools is also needed to be able to generate EF model from database. Earlier I built it for VS2012 and 2013, but currently I don't have it.The source code is in Codeplex, if you...
View ArticleNew Post: Support SQL Server HierarchyId data type
I'm not sure I have time to do that. Would this workaround be effective? Or are there hidden problems with this?(for update only) Uninstall EntityFrameworkWithHierarchyIdInstall EntitfyFramework...
View ArticleNew Post: Support SQL Server HierarchyId data type
When installing EntityFrameworkWithHierarchyId6.1.3 with NuGet, the output window indicates success, but I get the following error message, repeated many times for different types. These errors seem to...
View ArticleNew Post: Support SQL Server HierarchyId data type
Sorry, I don't know. I created this package, because needed the hierarchyid support 3 years ago. But I haven't used this package since a year ago. I updated it to 6.1.3 only because somebody asked me.
View ArticleNew Post: Support SQL Server HierarchyId data type
Thanks. So I guess it is not under active development at all then? Does the listing of "Microsoft" as an author mean anything on the nuget...
View ArticleNew Post: Support SQL Server HierarchyId data type
It is because it is a fork, most of the code comes from MS:)I don't know what is the legal way in this case, if somebody from MS writes me to remove it, I'll remove Microsoft from the author list.
View ArticleNew Post: EDMX designer can't see my EF6 provider
Yes, installed - VS is at update 5, just in case. No way. Any hint?
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi, You can download the modified version of EFTools from the following url:http://goliat.eik.bme.hu/~zgabi/EfTools_HierarchyId_VS2015Update1.zip With this you can generate the code first model from DB...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi, I really appreciate your taking the time. This does not seem to work though. I understand you might not have time to fix this, but just fyi... After installing that version of the EF tools, when...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi,Please execute the following command from an administrator command prompt on you developer machine:sn -Vr *,b03f5f7f11d50a3aYou can find the sn.exe here:c:\Program Files (x86)\Microsoft...
View ArticleNew Post: EDMX designer can't see my EF6 provider
I've tried the debugging using the information described herehttps://entityframework.codeplex.com/wikipage?title=Debugging%20EF%20Tools but for now it does not work for me (the designer modules are not...
View ArticleNew Post: Code review
Hi, I am working with a large car dealership in the netherlands. We are working with vs2013, upgrading tot 2015 soon and ef 6 and 5. We have a lot of different projects and databases we are with 3...
View Article