No announcements
Found 1062686 threads
-
2 Votes
Request: ADO.NET Entity Data Model
'Country' Navigation Property will be 'States' (Plurailzed) if you select that in Entity Data model wizard' and 'State' Navigation property will ...Answered | 5 Replies | 2772 Views | Created by DSoft - Tuesday, July 5, 2011 8:25 AM | Last reply by DSoft - Tuesday, July 5, 2011 11:04 AM -
0 Votes
wcf data service error when view in browser
"The server encountered an error processing the request. See server logs for more details." when I view the wcf data service in a browser. Does anyone know why? ...Answered | 2 Replies | 2342 Views | Created by MichaelYarbrough - Thursday, October 6, 2011 1:42 PM | Last reply by MichaelYarbrough - Thursday, October 6, 2011 2:52 PM -
0 Votes
Add a second WCF Data Service to a Web Role
Hi, I have created a Windows Azure Cloud Service with an associated Web Role project. I then added an ADO.NET Entity Data Model and an associated ...Answered | 1 Replies | 1502 Views | Created by warntme - Tuesday, January 7, 2014 3:31 PM | Last reply by Yuan2013 - Wednesday, January 8, 2014 4:03 AM -
0 Votes
WCF returning "The content type text/html of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8)"
I open IIS and try to view the log, (even when as administrator) it tells me I don't have permission. This is supposed to be pretty basic stuff I'm doing--create and ...Answered | 1 Replies | 2261 Views | Created by Philjamaica - Saturday, November 15, 2014 12:29 AM | Last reply by Shawn Zhao - Monday, November 17, 2014 6:35 AM -
0 Votes
Entity Framework allows us to avoid having to manually construct SQL statements to retrieve and update objects with database data
Hello Kael, Welcomr to the EF Forum and thanks for posting here. As I know, the ADO.NET Entity Framework is designed ...Answered | 2 Replies | 3523 Views | Created by Kael Thas - Monday, March 14, 2011 2:37 PM | Last reply by Kael Thas - Tuesday, March 15, 2011 5:32 PM -
0 Votes
to use wcf instance in other wcf service
hi, i want to say that my english is not good, i added a entity model and ado.net data service to WCF Service called DataWCF. so i added ...Unanswered | 2 Replies | 2776 Views | Created by knylmz - Tuesday, May 19, 2009 3:23 PM | Last reply by knylmz - Wednesday, May 20, 2009 4:36 PM -
0 Votes
DateTimeOffset support
(originally to host silverlight), added an ADO.NET Entity Data Model which nicely displays all the SQL Server 2008 types without any errors or ...Answered | 2 Replies | 5970 Views | Created by Francois Tanguay - Sunday, January 13, 2008 2:58 PM | Last reply by A Brady - Thursday, June 18, 2009 3:09 PM -
0 Votes
SQL Server TIME data type causes KeyNotFound from ObjectContextServiceProvider.PopulateMemberMetadata
I've got an SQL Server table with a TIME field. I've created a ADO.Net Entity Model for this table, which correctly maps the TIME to an Edm.Time type. I've ...Answered | 2 Replies | 3891 Views | Created by cdjohnson - Friday, March 13, 2009 8:26 PM | Last reply by grrlla - Wednesday, March 31, 2010 5:58 PM -
0 Votes
ADO.NET entity DATA model???
Hi, In which secenrio should we use ADO.NET entity data model??? and How to use when we have different ...Answered | 1 Replies | 4285 Views | Created by abhi0410 - Friday, May 7, 2010 6:39 PM | Last reply by liurong luo - Tuesday, May 11, 2010 10:37 AM -
0 Votes
ADO.net Entity Data Model
When you add an ADO.NET Entity Data Model you will be asked to connect to your database. So in the wizard you need to specify the name of the server where ...Answered | 1 Replies | 2715 Views | Created by Touraine - Friday, January 22, 2010 4:20 PM | Last reply by Fredrik Normén - Saturday, January 23, 2010 3:28 AM -
0 Votes
Ado.Net Entity Data Model
Hi Everyone Can anyone explain what is Ado.Net Data Entity Model which is added to visual studio 2008? And what's the difference between ...Answered | 1 Replies | 4218 Views | Created by Kiarad - Tuesday, July 21, 2009 11:35 PM | Last reply by Andoni Arroyo - Thursday, July 23, 2009 10:24 AM -
0 Votes
ADO.NET Entity DATA MODEL
I dont have the option of ADO.net Entity DATA MODEL in Visual Studio 2008 Profesional. and i cant view the .edmx files. Maybe i neeed something ...Answered | 2 Replies | 4360 Views | Created by franciscobj - Monday, December 5, 2011 8:00 PM | Last reply by franciscobj - Thursday, December 8, 2011 6:35 PM -
0 Votes
ADO.net Entity data model
How to install ADO.net Entity Data Model. I am using visual studio 2008.Answered | 1 Replies | 1010 Views | Created by A_RH - Tuesday, February 12, 2013 7:47 AM | Last reply by Fernando Soto - MCSD - Tuesday, February 12, 2013 3:18 PM -
0 Votes
ADO.NET Entity Data Model template?
File LINQ to SQL Classes SQL Server Database XML Schema ...no "ADO.NET Entity Data ...Answered | 4 Replies | 9874 Views | Created by B Clay Shannon - Thursday, December 3, 2009 12:32 PM | Last reply by B Clay Shannon - Monday, December 14, 2009 11:58 AM -
0 Votes
ADO.NET entity data model
Hi, I am running into the problem when I run ADO.NET entity data model wizard. I have created a connection with Oracle database 10g in server ...Answered | 2 Replies | 6511 Views | Created by rashid_dear - Friday, March 25, 2011 12:22 PM | Last reply by Jackie-Sun - Tuesday, March 29, 2011 4:45 AM -
0 Votes
ADO.NET entity Data model
Hi, Im using ADO.NET entity model to fetch data from sql server. I could able to get the result. But, my ...Answered | 2 Replies | 1151 Views | Created by avinashshetty - Tuesday, June 7, 2011 3:54 AM | Last reply by Colin Blair - Tuesday, June 7, 2011 10:01 AM -
0 Votes
WCF Data Service and ADO.NET Entity Data Model update from Database
I use a WCF Data Service with a service factory and everything just works fine. Then if I update my ADO.NET Entity Data Model with database ...Answered | 1 Replies | 2573 Views | Created by Yomoo - Monday, November 15, 2010 1:19 PM | Last reply by Yomoo - Tuesday, November 16, 2010 6:53 AM -
2 Votes
Northwind WCF Data Service can't expose data resources from connected tables after deployed in an IIS 7..5 server
ASP.NET web application in Visual Studio 2010. I have then attached this Northwind Database through ADO.NET Entity Data Model and finally created the WCF ...Answered | 4 Replies | 3829 Views | Created by YouMiss - Wednesday, February 23, 2011 4:05 AM | Last reply by MeganGale - Thursday, August 30, 2012 2:08 AM -
0 Votes
WCF RIA and ADO.Net Entity Data Model
objects). Since Entity Framework (ADO.Net Entity Data Model) integrates well with WCF RIA Services, Microsoft created a derived DomainService ...Answered | 1 Replies | 1452 Views | Created by moonstarlight2012 - Friday, February 11, 2011 3:10 AM | Last reply by Manuel Felicio - Friday, February 11, 2011 7:06 AM -
0 Votes
Ado.net Entity Model Template
Hey Paolo, You need to install the Entity Designer tools package to get the "ADO.NET Entity Data ...Answered | 3 Replies | 4724 Views | Created by paokin - Friday, April 4, 2008 9:01 AM | Last reply by paokin - Saturday, April 5, 2008 6:01 AM - Items 1 to 20 of 1062686 Next ›
No announcements