No announcements
Found 2735061 threads
-
2 Votes
'System.Windows.Forms.Button' does not contain a definition
Don't do any further processing.Answered | 7 Replies | 6186 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.Windows.ItemCollection does not contain a definition for ElementAt
Hi Rahul, It is reasonable, I did not find any ElementAt() method by ItemCollection Class.Answered | 2 Replies | 2167 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 -
0 Votes
System.Data.Objects.ObjectContextOptions does not contain a definition for DeferredLoadingEnabled
Also, this library is a unit test, if that makes any difference.Answered | 2 Replies | 2477 Views | Created by Rich P123 - Monday, November 17, 2014 6:51 PM | Last reply by Magnus (MM8) - Monday, November 17, 2014 10:52 PM -
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 | 33631 Views | Created by Fabs1977 - Monday, October 31, 2016 10:41 AM | Last reply by M T Emam - Monday, September 9, 2019 7:28 AM -
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
SPNavigationNode does not contain a definition for cast?
Thank you Bukharin i have deployed successfully but i couldn't create any site.Answered | 2 Replies | 10184 Views | Created by rihdus - Wednesday, May 18, 2011 1:01 PM | Last reply by rihdus - Wednesday, May 18, 2011 4:20 PM -
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 | 9887 Views | Created by EddyHo88 - Sunday, December 19, 2010 4:59 AM | Last reply by Shrikant Maske - Tuesday, December 21, 2010 10:41 PM -
2 Votes
[EWS/C#] 'Microsoft.Exchange.WebServices.Data.ExtendedPropertyCollection' does not contain a definition for 'Add'...
I changed "Add" to "Weird" and got the exact same error message but worded ...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 | 24569 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
[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 | 23542 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 | 1322 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 -
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 | 1077 Views | Created by AGA Neto - Friday, April 25, 2014 7:11 PM | Last reply by Anne Jing - Friday, May 2, 2014 9:10 AM -
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 | 10958 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 | 5190 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'
I'm not getting any errors.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 -
4 Votes
The data source view does not contain a definition for the 'column_name' column
The data source view does not contain a definition for the 'RECEIPTDATECONFIRMED' column in the 'SALESLINE' table or view.Answered | 7 Replies | 22785 Views | Created by Lee Cascio - Monday, March 3, 2008 5:08 PM | Last reply by AmandaComi - Tuesday, February 4, 2020 5:35 AM -
0 Votes
Exchange Web Service SSIS C# - Data Item does not contain a definition..
Microsoft.Exchange.WebServices.Data.FindItemsResults<Microsoft.Exchange.WebServices.Data.Item>' does not contain a definition for 'Select' and no ...Answered | 2 Replies | 1695 Views | Created by Rasa Rink - Friday, August 26, 2016 11:29 AM | Last reply by Rasa Rink - Tuesday, August 30, 2016 11:19 AM - Items 1 to 20 of 2735061 Next ›
No announcements