No announcements
Found 2912417 threads
-
0 Votes
EF 4.2 Beta 1 throws same error like 4.1 Update 1 throws.. when used third party EF provider connecting to Oracle
Hi, I see that EF 4.2 Beta 1 behaving same way like 4.1 Update 1, I am trying to connect ...Answered | 6 Replies | 3823 Views | Created by Jagan Gunda - Wednesday, August 24, 2011 12:01 PM | Last reply by Jagan Gunda - Tuesday, October 11, 2011 5:56 AM -
0 Votes
EF 4.1 and 4.2 commercial use
Hi, If i see that EF 4.1 is "released" it mean that I can use it for commercial for free? Where I can find clear information about ...Answered | 1 Replies | 1739 Views | Created by paperboy77 - Monday, January 16, 2012 9:48 AM | Last reply by darnold924 - Monday, January 16, 2012 10:47 AM -
0 Votes
Bug in EF 4.2? DTC esclation problem after upgrading from EF 4.1 to EF 4.2
After upgrading from EF 4.1 to EF 4.2 one of my tests is encountering the following error: System.Data.SqlClient.SqlException: MSDTC on server ...Unanswered | 2 Replies | 2378 Views | Created by BrentonW - Friday, December 16, 2011 6:10 AM | Last reply by BrentonW - Monday, December 19, 2011 10:12 AM -
0 Votes
How to install latest EF 4.1 Update 1?
Hi KentZhou, Welcome! When you update to 4.1 Update1, you also should update your NuGet:Answered | 3 Replies | 2856 Views | Created by KentZhou - Wednesday, October 12, 2011 3:32 PM | Last reply by Alan_chen - Tuesday, October 18, 2011 2:00 AM -
0 Votes
EF using Oracle Provider
Hi, we have the same problem in a new MVC 4 project using VS2012, EF 5 and ODP.NET for Oracle 11. Everytime we "generate database ...Answered | 4 Replies | 7670 Views | Created by RajDev0791 - Sunday, April 1, 2012 4:33 AM | Last reply by Fabio Vassura - Tuesday, December 11, 2012 10:25 AM -
1 Votes
ef 4.2 link
@Werewolfs Thanks for providing abundant reading material. However, that's not what we wanted or needed. @J Short If you want to ...Answered | 4 Replies | 3391 Views | Created by Anita Malmö - Wednesday, November 2, 2011 9:59 AM | Last reply by Anita Malmö - Friday, November 4, 2011 10:30 PM -
1 Votes
EF 4.1 Limitations
://blogs.msdn.com/b/adonet/, http://blogs.msdn.com/b/efdesign. E.g. recently we have EF 4.2 Beta 1,Answered | 1 Replies | 2711 Views | Created by miksh - Friday, August 26, 2011 1:32 PM | Last reply by Michael Sun [MSFT] - Monday, August 29, 2011 8:17 AM -
0 Votes
Updating to 4.1 update 1
Hmm I guess (at least for me) the stand alone installer didn't properly install EF 4.1. I used NuGet and now it seems to be working. It does annoy me ...Answered | 3 Replies | 1776 Views | Created by Lavagin - Tuesday, September 27, 2011 8:16 PM | Last reply by Lavagin - Thursday, September 29, 2011 12:55 PM -
0 Votes
EF CTP 5 Incompatible with EF 4.1.
Shall we forgot EF 4.1? I would like to build an application with code first. Thanks.Answered | 3 Replies | 2094 Views | Created by Mr.Weera PongPruchya - Tuesday, August 23, 2011 10:08 AM | Last reply by Colin Blair - Wednesday, August 24, 2011 9:57 AM -
1 Votes
WCF using EF 4.1
Hello, I want to know certains fundamentals about using wcf in conjuction with EF ...Answered | 1 Replies | 5109 Views | Created by Nilkanth - Friday, April 8, 2011 5:19 AM | Last reply by darnold92 - Saturday, April 9, 2011 5:40 PM -
0 Votes
Rollback EF 4.1 install
EF 4.1 completely changes the wizard for model generation. Breaking changes, with respect to STE. It's true what you've stated. There are parts of the Extensions that ...Answered | 2 Replies | 2941 Views | Created by ps0118mj - Tuesday, July 5, 2011 8:00 PM | Last reply by The first MaYHeM - Wednesday, August 10, 2011 7:56 PM -
0 Votes
EF 4.1/4.2 Getting Related Entities
Service. You can try to use WCF Data Service: httpAnswered | 2 Replies | 1683 Views | Created by Bob Harrison - Wednesday, December 21, 2011 5:01 AM | Last reply by Alan_chen - Thursday, December 29, 2011 7:01 AM -
0 Votes
EF 4.1 Concurrency Issues
Hello, This error was due to a issue in EF 4.1 where you separate the DAL and Model Entities out into different namespaces. To fix this ...Unanswered | 6 Replies | 8358 Views | Created by Mark Phillips - Saturday, September 24, 2011 5:54 PM | Last reply by Mark Phillips - Friday, September 30, 2011 3:20 PM -
0 Votes
EF 4.0 self tracking entities adding relationship object throws error
HI I have a project with uses EF self tracking objects.I am trying to add a relationship to an object . (parentobject.relationshipObject.Add(New relationshipObject...)). But ...Answered | 1 Replies | 3610 Views | Created by benm7 - Sunday, April 17, 2011 7:26 PM | Last reply by Rune Gulbrandsen - Monday, April 18, 2011 6:48 PM -
0 Votes
EF 4.1 database compatibility
Oracle supports Entity Framework and LINQ with Microsoft Visual Studio 2010 and .NET Framework 4, including Entity Framework 4.1 and 4.2. Code First is not supported in thisAnswered | 1 Replies | 2368 Views | Created by Sanjiv K Singh - Thursday, July 19, 2012 9:23 AM | Last reply by Alexander Sun - Friday, July 20, 2012 6:38 AM -
0 Votes
EF 4.1
I've installed EF 4.1 (all ok) then I've started a new ASP.NET project and added a new model1.edmx, but VS2010 pro add the reference to EF4.0 and don't use EF ...Answered | 4 Replies | 3482 Views | Created by Luca Beretta - Wednesday, May 11, 2011 1:48 PM | Last reply by Alan_chen - Monday, May 16, 2011 5:22 AM -
0 Votes
EF 4 with + SP throws exception
calling just that function alone with no tscope I still get the same error. the strange stuff is that it won't even go to the DB. I've opened profiler and it looks ...Answered | 1 Replies | 4052 Views | Created by Avi_h - Saturday, January 8, 2011 9:45 PM | Last reply by Avi_h - Sunday, January 9, 2011 10:25 AM -
0 Votes
EF 4.1 Attach Entity with Graph throws "Collection Changed" exception
correct, we're migrating to Ef 4.1 and while this is not the idea approach to save an entity in the graph, we still want to know why this error ...Unanswered | 1 Replies | 3247 Views | Created by Marty Spallone - Tuesday, July 12, 2011 2:45 PM | Last reply by David Peng - Thursday, July 14, 2011 7:49 AM -
0 Votes
EF - 1 to many relationship
, since it is as well with 1:1 relationships and the EF even support Inheritance to some degree. Maybe .NET4 will come up with something like this :) Can't ...Answered | 4 Replies | 3128 Views | Created by Thomas L. _ - Friday, January 15, 2010 12:17 PM | Last reply by Thomas L. _ - Friday, January 15, 2010 10:17 PM -
0 Votes
EF 4.1 for Sybase
have. As for EF 4.1, i'm guessing you want to use CodeFirst/DbContext? Since DbContext is an abstraction over ObjectContext, I guess that it should work, ...Proposed | 3 Replies | 3683 Views | Created by testrerewrew - Friday, June 24, 2011 12:59 PM | Last reply by Rune Gulbrandsen - Friday, June 24, 2011 3:58 PM - Items 1 to 20 of 2912417 Next ›
No announcements