No announcements
Found 1760581 threads
-
14 Votes
EDMX Loading problem / diagnosis
Just 'Un-load the Project' and 'Re-load the Project' from within the Solution Explorer.Answered | 35 Replies | 18635 Views | Created by Roland Sutton - Tuesday, May 20, 2008 8:35 AM | Last reply by Suncat2000 - Thursday, March 26, 2020 9:59 PM -
5 Votes
ProviderManifestToken=2012 in edmx causes metadata load errors
It seems like there is a problem with VS2013 as I can reproduce this error by simply setting up a new project, creating a Entity Data Model with a table from a database in ...Answered | 7 Replies | 13923 Views | Created by Jakes Malakes - Sunday, October 20, 2013 1:48 PM | Last reply by Peter_D503 - Friday, June 27, 2014 6:23 AM -
0 Votes
Split EDMX into multiple EDMXs
I'm having problems with a large EDMX - the diagram is massive and difficult to navigate, but more importantly merging different branches of the project creates many conflicts, which ...Answered | 2 Replies | 4508 Views | Created by Simon Hazelgrove - Thursday, March 24, 2011 6:17 AM | Last reply by Alan_chen - Tuesday, March 29, 2011 2:42 PM -
0 Votes
EDMX class and Partial class
We are having an app which contains list of EDMX class and each EDMX class has partial class.Answered | 3 Replies | 1384 Views | Created by Sugumar Pannerselvam - Thursday, March 12, 2015 2:04 AM | Last reply by darnold924 - Friday, March 13, 2015 4:09 PM -
0 Votes
WinRT and EDMX
I do not believe there is a Windows Store version of EDMX, but you can double check on the Entity Framework forums.Answered | 1 Replies | 1058 Views | Created by solardog - Tuesday, February 5, 2013 2:23 AM | Last reply by Rob Caplan [MSFT] - Tuesday, February 5, 2013 3:19 AM -
0 Votes
EDMX and DbContext?
Hi Terrence, It is possible but a little messy in CTP4; class Program { static void Main(string[] args) { var builder ...Answered | 3 Replies | 7465 Views | Created by Terrence_ - Wednesday, November 10, 2010 4:28 PM | Last reply by Rowan Miller - Thursday, November 18, 2010 7:22 PM -
0 Votes
Single EDMX with Multiple Databases...
If your database supports Synonyms, you can create a single edmx file that treats your Synonyms the same as it would regular database objects.Answered | 6 Replies | 9663 Views | Created by Mike-E_wins - Sunday, June 7, 2009 8:57 PM | Last reply by Rachel53461 - Friday, August 5, 2011 1:25 PM -
0 Votes
Updating EDMX files
Hi Beba420, According to your description, you want to update the edmx files after changing the database tables, is it right?Answered | 1 Replies | 479 Views | Created by BeBa420 - Monday, February 8, 2016 1:24 AM | Last reply by Weiwei Cai - Tuesday, February 9, 2016 3:32 AM -
0 Votes
Missing edmx file
Well, I figured out why my edmx file was missing.Answered | 4 Replies | 3993 Views | Created by MarcinMR - Monday, February 22, 2016 9:11 PM | Last reply by Zhanglong Wu - Tuesday, February 23, 2016 4:28 AM -
1 Votes
Cannot Load EDMX model: An Item with the same key has already been added
The actual problem here is that the (deleted) generated file was not correctly removed from the enclosing project (*.csproj) file.Answered | 2 Replies | 8269 Views | Created by Snail_72 - Thursday, October 14, 2010 11:55 PM | Last reply by Pete Mac - Monday, December 12, 2011 11:28 PM -
0 Votes
EDMX Generation
well, technically, you could write your own EDMX t4.Answered | 3 Replies | 1908 Views | Created by sanjibsmt - Monday, August 6, 2012 12:49 PM | Last reply by Sowen - Thursday, August 9, 2012 3:10 PM -
0 Votes
Expose EDMX with no code behind?
I'm not sure I completely understand what you're trying to accomplish but it sounds like your attempting to write your own edmx editor of sorts that applies mapping changes on the fly; is ...Answered | 4 Replies | 4167 Views | Created by Rasmus Foged - Wednesday, September 22, 2010 7:55 AM | Last reply by Michael Sun [MSFT] - Monday, September 27, 2010 3:07 AM -
0 Votes
How to deploy EDMX file to server?
EDMX files are a design-time artifact.Answered | 15 Replies | 9603 Views | Created by John Codewriter - Saturday, March 15, 2008 5:46 PM | Last reply by KSmartHome - Tuesday, September 15, 2009 10:34 AM -
0 Votes
EF EDMX and Stored Procedures
told that with EF EDMX this needs to be done manually.Answered | 2 Replies | 3886 Views | Created by Dean Blakely - Thursday, August 5, 2010 11:26 PM | Last reply by Michael Sun [MSFT] - Wednesday, August 11, 2010 9:56 AM -
0 Votes
Crystal reports with edmx source
The DB are mapped to objects in the edmx file.Answered | 1 Replies | 4157 Views | Created by Pad M Lingam - Tuesday, July 28, 2009 5:08 PM | Last reply by Harry Zhu - Thursday, July 30, 2009 8:56 AM -
0 Votes
Multple edmx files for 1 Database
Multiple contexts won't be a huge problem if the set of entities for each context is distinct and there are no associations across object contexts.Answered | 2 Replies | 2401 Views | Created by drogers101 - Monday, August 29, 2011 3:02 PM | Last reply by Adi Unnithan - Monday, August 29, 2011 6:23 PM -
0 Votes
Generate edmx from codefirst?
Is there anyway i can generate edmx file from my code first code.Answered | 2 Replies | 7419 Views | Created by zeeshan hirani - Thursday, December 9, 2010 5:17 AM | Last reply by zeeshan hirani - Thursday, December 9, 2010 4:31 PM -
0 Votes
Extending the edmx schema generator
The recommended practice for creating an .edmx file is to use the Entity Data Model Wizard.Answered | 3 Replies | 5178 Views | Created by elf12 - Friday, August 28, 2009 12:50 AM | Last reply by Michael Sun [MSFT] - Friday, September 4, 2009 8:01 AM -
0 Votes
How to generate edmx from custom metadata?
Add new .edmx file and choose empty model.Answered | 7 Replies | 4496 Views | Created by Barry Etter - Monday, January 10, 2011 8:27 PM | Last reply by wirol - Thursday, January 27, 2011 9:04 AM -
2 Votes
Change the database after creating the .edmx file
Double click on the .edmx file in solution explorer.Answered | 4 Replies | 22938 Views | Created by Jayanga - Wednesday, July 28, 2010 6:25 AM | Last reply by Markus3000 - Wednesday, August 2, 2017 2:50 PM - Items 1 to 20 of 1760581 Next ›
No announcements