No announcements
Found 1577181 threads
-
13 Votes
'DbContextOptionsBuilder' does not contain a definition for 'UseSqlServer'
But since that hasn't been working for me, I will definitely try Pomelo.Answered | 11 Replies | 33641 Views | Created by Fabs1977 - Monday, October 31, 2016 10:41 AM | Last reply by M T Emam - Monday, September 9, 2019 7:28 AM -
0 Votes
Contoso University - DbContextOptionsBuilder' does not contain a definition for 'UseSqlServer'
User475983607 posted Geol4549 I'd like to thank those who replied, but I can't run the scaffolding procedure because ...Answered | 6 Replies | 524 Views | Created by Anonymous - Thursday, May 14, 2020 4:30 PM | Last reply by Anonymous - Saturday, May 16, 2020 1:48 PM -
1 Votes
Contoso Example Databases
Microsoft documentation and learning materials often contain fictional scenarios and descriptions of how their products can be deployed and used in these scenarios.Answered | 4 Replies | 35880 Views | Created by jinkskgpt - Saturday, March 8, 2014 7:55 PM | Last reply by Kalman Toth - Saturday, March 8, 2014 11:21 PM -
2 Votes
'System.Windows.Forms.Button' does not contain a definition
Error 1: Error 2 'System.Windows.Forms.Button' does not contain a definition for 'FileName' and no extension method ...Answered | 7 Replies | 6190 Views | Created by K Fenwick - Friday, November 14, 2014 8:48 PM | Last reply by K Fenwick - Friday, November 14, 2014 11:58 PM -
0 Votes
'Microsoft.Research.Kinect.Nui.Runtime' does not contain a definition for 'Kinects'
I downloaded the code for hand tracking and solved all the errors except one 'Microsoft.Research.Kinect.Nui.Runtime' does not contain a definition for ...Answered | 1 Replies | 2100 Views | Created by Dhaval_Kesaria92 - Monday, October 7, 2013 9:53 AM | Last reply by Carmine Si - MSFT - Tuesday, October 8, 2013 9:02 PM -
0 Votes
System.Data.Objects.ObjectContextOptions does not contain a definition for DeferredLoadingEnabled
> Error 5 'System.Data.Objects.ObjectContextOptions' does not contain a definition for 'DeferredLoadingEnabled' and no extension method ...Answered | 2 Replies | 2479 Views | Created by Rich P123 - Monday, November 17, 2014 6:51 PM | Last reply by Magnus (MM8) - Monday, November 17, 2014 10:52 PM -
0 Votes
System.Windows.ItemCollection does not contain a definition for ElementAt
I have a silverlight project setup using silverlight 5 and .net framework 4.5 on my xaml.cs file there is code block var ...Answered | 2 Replies | 2168 Views | Created by Rahul Lodha - Thursday, February 13, 2014 5:21 PM | Last reply by Gavin Greenwalt (im.thatoneguy) - Friday, August 8, 2014 7:41 PM -
2 Votes
ObjectQuery does not contain a definition for 'ToList'
Jason, As others have said you should definitely be able to do what you are trying...Answered | 5 Replies | 13808 Views | Created by jasonxz - Wednesday, March 26, 2008 11:02 AM | Last reply by Alex D James - MSFT - Thursday, March 27, 2008 1:33 AM -
0 Votes
Eror - does not contain a definition for - HELP
Error 1 'BoxingDemo2' does not contain a definition for 'Sqr' C:\Documents and Settings\Eddy Ho\Local ...Answered | 1 Replies | 9889 Views | Created by EddyHo88 - Sunday, December 19, 2010 4:59 AM | Last reply by Shrikant Maske - Tuesday, December 21, 2010 10:41 PM -
0 Votes
SPNavigationNode does not contain a definition for cast?
SPNavigationNodeCollection nodes = null; if (parentWeb.Navigation.UseShared) { // Parent site does not have its own top link bar // so use the parent's Quick ...Answered | 2 Replies | 10186 Views | Created by rihdus - Wednesday, May 18, 2011 1:01 PM | Last reply by rihdus - Wednesday, May 18, 2011 4:20 PM -
2 Votes
[EWS/C#] 'Microsoft.Exchange.WebServices.Data.ExtendedPropertyCollection' does not contain a definition for 'Add'...
The Exchange Web Services Managed API 1.0 SDK November 2009 (released yesterday Nov 4 on MSDN) contains code examples showing the correct (new) way to work with extended ...Answered | 6 Replies | 6744 Views | Created by CallumHT - Thursday, November 5, 2009 11:38 AM | Last reply by CallumHT - Thursday, November 5, 2009 8:58 PM -
0 Votes
'System.Web.UI.WebControls.TextBox' does not contain a definition for 'InnerHtml' and ...
Error 4 'System.Web.UI.WebControls.TextBox' does not contain a definition for 'InnerHtml' and no extension method 'InnerHtml' accepting a first ...Answered | 1 Replies | 14369 Views | Created by Jackson_1990 - Tuesday, February 17, 2009 2:59 AM | Last reply by Shrikant Maske - Tuesday, February 17, 2009 12:24 PM -
0 Votes
Help Solving: Does not contain a definition for 'Select'.....
I looked into your error message again, I found something interesting: Error ...Answered | 3 Replies | 24584 Views | Created by VcDeveloper - Tuesday, February 24, 2015 6:32 AM | Last reply by Jamles Hez - Monday, March 2, 2015 8:12 AM -
0 Votes
Error 'Membership' does not contain a definition for 'GetUser'
You can close your project ,then open and rebuild it to see whether the problem can occur.If that also cannot resolve your problem, you should check your codes in project, may be some ...Answered | 3 Replies | 1079 Views | Created by AGA Neto - Friday, April 25, 2014 7:11 PM | Last reply by Anne Jing - Friday, May 2, 2014 9:10 AM -
0 Votes
[SOLVED] Dictionary does not contain a definition for Where
<br/><br/>IEnumerable<KeyValuePair<string, GrammarElement>> nonTerminals = symTable.Where(nt => nt.Value.type == ...Answered | 2 Replies | 23551 Views | Created by Pytone - Tuesday, October 25, 2011 9:14 AM | Last reply by Pytone - Tuesday, October 25, 2011 9:27 AM -
0 Votes
Microsoft.Office.Interop.Excel.Worksheet does not contain a definition for InsertRow
Worksheet doesnot contain a definition for 'InsertRow' and no extension methodAnswered | 1 Replies | 1324 Views | Created by Sanjeev89cs - Wednesday, February 17, 2016 8:36 AM | Last reply by Bernie Deitrick, Excel MVP 2000-2010 - Wednesday, February 17, 2016 2:10 PM -
1 Votes
Error 'System.IO.File' does not contain a definition for 'ReadAllLines' ?
ReadLine()); } } // lines now contains all text in fileReed Copsey, JrAnswered | 4 Replies | 10959 Views | Created by ruud00000 - Monday, February 15, 2010 6:56 PM | Last reply by ruud00000 - Monday, February 15, 2010 8:18 PM -
2 Votes
StringBuilder does not contain a definition for Append method C#
There is already a predefined 'StringBuilder' class.Here you are declaring your class using the same name.So when you are trying to create instance of "System.StringBuilder" class,actually ...Answered | 3 Replies | 5194 Views | Created by Cerbu21 - Sunday, July 13, 2014 4:40 PM | Last reply by Saroj k Panda - Monday, July 14, 2014 9:40 AM -
1 Votes
'Microsoft.VisualStudio.TestTools.UnitTesting.Assert' does not contain a definition for 'That'
I am using Visual studio 2012. I tried to use Assert.That method but Visual studio gives error as in the title. How to fix this? If this method is not available ...Answered | 2 Replies | 3258 Views | Created by pty1196user - Wednesday, April 13, 2016 9:22 AM | Last reply by Jack Zhai-MSFT - Friday, April 15, 2016 3:30 AM -
0 Votes
System.Array' does not contain a definition for 'Count'
Hi Experts, I am not able to solve the error "System.Array doesnot contain the definitionn for "Count"" ,Even after adding "using ...Answered | 6 Replies | 6030 Views | Created by Asma Thabassum - Tuesday, March 4, 2014 5:47 AM | Last reply by Mike Danes - Tuesday, March 4, 2014 7:39 AM - Items 1 to 20 of 1577181 Next ›
No announcements