No announcements
Found 3186046 threads
-
0 Votes
HttpConent does not contain a definition for ReadAsAsync and no accessible extension method ReadAsAync accepting a first argument of type HttpContent could be found
User475983607 posted However when I add it to a class, I get the error Severity Code Description Project File ...Answered | 2 Replies | 7138 Views | Created by Anonymous - Saturday, May 29, 2021 9:44 AM | Last reply by Anonymous - Saturday, May 29, 2021 10:16 PM -
0 Votes
'System.Windows.Forms.RichTextBox' does not contain a definition for 'Document' and no extension method 'Document' accepting a first argument of type 'System.Windows.Forms.RichTextBox' could be found
> "'System.Windows.Forms.RichTextBox' does not contain a definition for 'Document' and no extension method 'Document' accepting a ...Answered | 1 Replies | 2277 Views | Created by DoMaria - Friday, April 29, 2016 1:17 PM | Last reply by Jack Zhai-MSFT - Monday, May 2, 2016 6:05 AM -
0 Votes
Microsoft.SharePoint.SPListItemCollection' does not contain a definition for 'toList' and no extension method 'toList' accepting a first argument of type 'Microsoft.SharePoint.SPListItemCollection' could be found
Make a function like this (or as an extension method if you want): private List<SPListItem> GetListItemsAsList(SPListItemCollection liCol) ...Answered | 3 Replies | 9527 Views | Created by stenloves - Wednesday, April 15, 2009 2:14 AM | Last reply by Jeroen Van Bastelaere - Wednesday, April 15, 2009 10:51 AM -
12 Votes
does not contain a definition for 'CreateServiceRemotingListener' and no extension method 'CreateServiceRemotingListener' accepting a first argument of type could be found (are you missing a using directive or an assembly reference?)
https://social.msdn.microsoft.com/Forums/en-US/abd041f5-9e73-4b55-bc94-cf54603de81f/does-not-contain-a-definition-for-createserviceremotinglistener-and-no-extension ...Answered | 16 Replies | 6309 Views | Created by siddharthKhare - Friday, June 22, 2018 3:34 PM | Last reply by siddharthKhare - Thursday, June 28, 2018 1:37 PM -
0 Votes
Coded UI Test: "Missing definition for 'Item' and no extension method 'Item' accepting first argument of type" Error
Are you using Link_Instructions = new SWATHtmlLink(TT[0]); This should not give you any warning or error, else please cast TT[0] to aproprirate data ...Answered | 4 Replies | 5163 Views | Created by KG_Tester - Tuesday, November 1, 2011 3:54 PM | Last reply by KG_Tester - Monday, November 7, 2011 10:47 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 | 4932 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.identitymodel.claims.claimsidentitycollection doesnot contain a definition for "first"
I am getting the problem mentioned in subject : Microsoft.identitymodel.claims.claimsidentitycollection doesnot contain a definition for "first"and no ...Answered | 1 Replies | 819 Views | Created by rakhishma12 - Sunday, March 29, 2015 10:49 AM | Last reply by Jerry Zy - Wednesday, April 1, 2015 10:20 AM -
0 Votes
System.Windows.ItemCollection does not contain a definition for ElementAt
ElementAt can be used if you add the Linq namespace since it's a Linq extension of ...Answered | 2 Replies | 2096 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
[EWS/C#] 'Microsoft.Exchange.WebServices.Data.ExtendedPropertyCollection' does not contain a definition for 'Add'...
The weird thing is, I was passing in the correct arguments, yet it still said I was passing in a single argument of type ...Answered | 6 Replies | 6681 Views | Created by CallumHT - Thursday, November 5, 2009 11:38 AM | Last reply by CallumHT - Thursday, November 5, 2009 8:58 PM -
2 Votes
'System.Windows.Forms.Button' does not contain a definition
fileName = dlg.FileName; fileLocation = Path.GetDirectoryName(fileName); DoReadStocksFile(); } I would go so far as to say filename shouldn't be a field in your ...Answered | 7 Replies | 5926 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
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 | 1528 Views | Created by Rasa Rink - Friday, August 26, 2016 11:29 AM | Last reply by Rasa Rink - Tuesday, August 30, 2016 11:19 AM -
0 Votes
System.Data.Objects.ObjectContextOptions does not contain a definition for DeferredLoadingEnabled
You probably want to set the LazyLoadingEnabled property: context.ContextOptions.LazyLoadingEnabled = true; Or you could just get rid of the ...Answered | 2 Replies | 2405 Views | Created by Rich P123 - Monday, November 17, 2014 6:51 PM | Last reply by Magnus (MM8) - Monday, November 17, 2014 10:52 PM -
1 Votes
The .appxupload isn't being created, could it be related to a "does not contain a definition for..." error?
However, I have gotten six error messages, all basically like this: "'AnnuallyPage' does not contain a definition for 'ConvertButton' and no ...Answered | 2 Replies | 779 Views | Created by Doctor-Who - Saturday, July 14, 2018 2:56 PM | Last reply by Doctor-Who - Wednesday, July 18, 2018 12:58 AM -
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 | 22629 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
SPNavigationNode does not contain a definition for cast?
Cast<T> is an extension method defined in System.Linq namespace.Answered | 2 Replies | 10013 Views | Created by rihdus - Wednesday, May 18, 2011 1:01 PM | Last reply by rihdus - Wednesday, May 18, 2011 4:20 PM -
0 Votes
[SOLVED] Dictionary does not contain a definition for Where
The Where method is an extension method defined in the System.Linq namespace.Answered | 2 Replies | 22593 Views | Created by Pytone - Tuesday, October 25, 2011 9:14 AM | Last reply by Pytone - Tuesday, October 25, 2011 9:27 AM -
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 | 32455 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
error CS1061 C# '' does not contain a definition for '' and no extension method '' accepting a first argument of type '' could be found
User281315223 posted brittjerry The error message is: CS1061 C# '' does not contain a definition for '' and no ...Answered | 2 Replies | 1729 Views | Created by Anonymous - Monday, October 26, 2015 10:53 AM | Last reply by Anonymous - Monday, October 26, 2015 2:52 PM -
0 Votes
'Genesis.Web.Edition' does not contain a definition for 'OnPublicationDateChanging' and no extension method 'OnPublicationDateChanging' accepting a first argument of type 'Genesis.Web.Edition' could be found
The error is the same as before: Error 1 'Genesis.Web.Edition' does not contain a definition for 'OnPublicationDateChanging' and no ...Answered | 7 Replies | 22675 Views | Created by dlusignan - Friday, October 16, 2009 1:54 PM | Last reply by dlusignan - Monday, October 19, 2009 2:29 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' ...Answered | 1 Replies | 14022 Views | Created by Jackson_1990 - Tuesday, February 17, 2009 2:59 AM | Last reply by Shrikant Maske - Tuesday, February 17, 2009 12:24 PM - Items 1 to 20 of 3186046 Next ›
No announcements