No announcements
Found 2689484 threads
-
0 Votes
JsonValue does not contain a definition for 'ReadAs' and no accessible extension method 'ReadAs' error with "System.Json"
Is the class "JsonValue" of the type "Unanswered | 2 Replies | 124 Views | Created by Anonymous - Tuesday, November 3, 2020 6:13 AM | Last reply by Anonymous - Wednesday, November 18, 2020 8:13 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 | 24610 Views | Created by VcDeveloper - Tuesday, February 24, 2015 6:32 AM | Last reply by Jamles Hez - Monday, March 2, 2015 8:12 AM -
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 | 5195 Views | Created by Cerbu21 - Sunday, July 13, 2014 4:40 PM | Last reply by Saroj k Panda - Monday, July 14, 2014 9:40 AM -
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 first ...Answered | 1 Replies | 2581 Views | Created by DoMaria - Friday, April 29, 2016 1:17 PM | Last reply by Jack Zhai-MSFT - Monday, May 2, 2016 6:05 AM -
2 Votes
'System.Windows.Forms.Button' does not contain a definition
That resolved both the errors.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
Silverlight for System.Json
I believe that is the case because it is not simple to use System.Json in your app.Answered | 9 Replies | 811 Views | Created by sara_ss - Monday, January 26, 2015 9:13 AM | Last reply by sara_ss - Wednesday, February 25, 2015 9:26 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 | 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 -
0 Votes
Getting error 'System.Security.Principal.IPrincipal' does not contain a definition for 'InAnyRole'
The interface does not contain a member with the name "InAnyRole.Answered | 1 Replies | 5179 Views | Created by dharric72 - Friday, July 20, 2012 3:12 PM | Last reply by Rudedog2 - Friday, July 20, 2012 6:49 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 ...Answered | 2 Replies | 2480 Views | Created by Rich P123 - Monday, November 17, 2014 6:51 PM | Last reply by Magnus (MM8) - Monday, November 17, 2014 10:52 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 | 6746 Views | Created by CallumHT - Thursday, November 5, 2009 11:38 AM | Last reply by CallumHT - Thursday, November 5, 2009 8:58 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 | 13810 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 -
1 Votes
Error 'System.IO.File' does not contain a definition for 'ReadAllLines' ?
More specifically, I do not find a .NET CF supported method for reading one line from a textfile and don't know how I would do that manually?Answered | 4 Replies | 10961 Views | Created by ruud00000 - Monday, February 15, 2010 6:56 PM | Last reply by ruud00000 - Monday, February 15, 2010 8:18 PM -
0 Votes
SPNavigationNode does not contain a definition for cast?
Cast<T> is an extension method defined in System.Linq namespace.Answered | 2 Replies | 10188 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 | 23561 Views | Created by Pytone - Tuesday, October 25, 2011 9:14 AM | Last reply by Pytone - Tuesday, October 25, 2011 9:27 AM -
0 Votes
Count() extension method error
= DataRowState.Deleted)) I get an exception error on the deleted rows when trying to access the Owner field (when stepping through the Count() ...Answered | 4 Replies | 3463 Views | Created by jma82 - Friday, December 4, 2009 6:19 PM | Last reply by Ahmad Mageed - Tuesday, December 8, 2009 3:11 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 | 33650 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
Does a native class method "overrides" an extension method ?
In my opinion, since things is IEnumerable, which generally does not contain Count, then the compiler chooses the Count() extension.Answered | 2 Replies | 626 Views | Created by Ybaca - Sunday, December 24, 2017 7:11 PM | Last reply by Viorel_ - Sunday, December 24, 2017 9:48 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 | 1697 Views | Created by Rasa Rink - Friday, August 26, 2016 11:29 AM | Last reply by Rasa Rink - Tuesday, August 30, 2016 11:19 AM -
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 | 816 Views | Created by Doctor-Who - Saturday, July 14, 2018 2:56 PM | Last reply by Doctor-Who - Wednesday, July 18, 2018 12:58 AM -
3 Votes
String does not contain a definition for add method.
Hi rajesh, The string does have Add() function and also in your code there is no valid point re-assigning stringbuilder value to "Strings" variable.Answered | 5 Replies | 4877 Views | Created by rajeshkumarch - Friday, January 6, 2012 11:42 AM | Last reply by RAJESH_BALA - Friday, January 6, 2012 12:07 PM - Items 1 to 20 of 2689484 Next ›
No announcements