No announcements
Found 2018445 threads
-
0 Votes
'string' does not contain a definition for 'AssafeHtml'
User-821857111 posted string qqq = new HtmlString(qq.AssafeHtml()); Or var qqq = new HtmlString(((string)qq).AssafeHtml());Answered | 2 Replies | 33 Views | Created by Anonymous - Sunday, November 15, 2015 9:11 PM | Last reply by Anonymous - Monday, November 16, 2015 5:39 AM -
2 Votes
'System.Windows.Forms.Button' does not contain a definition
Here is all my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using ...Answered | 7 Replies | 5877 Views | Created by K Fenwick - Friday, November 14, 2014 8:48 PM | Last reply by K Fenwick - Friday, November 14, 2014 11:58 PM -
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" ...Answered | 5 Replies | 4653 Views | Created by rajeshkumarch - Friday, January 6, 2012 11:42 AM | Last reply by RAJESH_BALA - Friday, January 6, 2012 12:07 PM -
0 Votes
SPNavigationNode does not contain a definition for cast?
string[] webs = parentWeb.Webs.Names; if (webs !Answered | 2 Replies | 9978 Views | Created by rihdus - Wednesday, May 18, 2011 1:01 PM | Last reply by rihdus - Wednesday, May 18, 2011 4:20 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 | 2064 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
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 | 9695 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
Help Solving: Does not contain a definition for 'Select'.....
I looked into your error message again, I found something interesting: Error ...Answered | 3 Replies | 21998 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
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 | 2079 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
> Error 5 'System.Data.Objects.ObjectContextOptions' does not contain a definition for 'DeferredLoadingEnabled' and no extension method ...Answered | 2 Replies | 2374 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
[SOLVED] Dictionary does not contain a definition for Where
But if i try to do: Dictionary<string, GrammarElement> symTable = new Dictionary<string, ...Answered | 2 Replies | 22334 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 | 32168 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 | 13623 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' ?
You'll need to open the file, and use the StreamReader: List<string> lines = new List<string>(); using(StreamReader ...Answered | 4 Replies | 10682 Views | Created by ruud00000 - Monday, February 15, 2010 6:56 PM | Last reply by ruud00000 - Monday, February 15, 2010 8:18 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 | 13984 Views | Created by Jackson_1990 - Tuesday, February 17, 2009 2:59 AM | Last reply by Shrikant Maske - Tuesday, February 17, 2009 12:24 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 | 4885 Views | Created by Cerbu21 - Sunday, July 13, 2014 4:40 PM | Last reply by Saroj k Panda - Monday, July 14, 2014 9:40 AM -
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 | 6675 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.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 | 5712 Views | Created by Asma Thabassum - Tuesday, March 4, 2014 5:47 AM | Last reply by Mike Danes - Tuesday, March 4, 2014 7:39 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 | 1496 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
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 | 1019 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
[WPSL] Error "Microsoft.phone.control.WebBrowser does not contain a definition for Html
If you have HTML string then you can load directly HTML into webbrowser using NavigateToString method.Answered | 1 Replies | 459 Views | Created by Joakins - Tuesday, February 23, 2016 11:11 AM | Last reply by Krunal Parekh - Thursday, February 25, 2016 2:41 AM - Items 1 to 20 of 2018445 Next ›
No announcements