No announcements
Found 1636244 threads
-
0 Votes
Error_1 The type Master1 already contains a definition for CompanyName
I have error messages like: Error 1 The type 'Master1' already contains a definition for 'CompanyName' Error ...Unanswered | 2 Replies | 69 Views | Created by Anonymous - Sunday, December 30, 2012 1:20 PM | Last reply by Anonymous - Monday, December 31, 2012 2:13 AM -
5 Votes
'MyClass' already contains a definition for 'Item'
Next I implemented the class indexer of MyClass: 'Item this[int row, int col]' and the compiler complains that 'MyClass' already contains a definition for 'Item'.Answered | 3 Replies | 14101 Views | Created by Chris.G - Wednesday, November 30, 2005 11:05 AM | Last reply by Shaun Hayward - Friday, April 11, 2008 10:34 PM -
6 Votes
The item $/{CompanyName}/Drops may not be cloaked because it does not have a mapped parent.
I solved this issue ... i hope :) You need set in Build definition - Workspace two rows: Row 'Active' must ...Answered | 12 Replies | 15777 Views | Created by IsmailS - Monday, July 9, 2012 10:29 AM | Last reply by KiranChandran - Thursday, September 25, 2014 6:47 AM -
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 | 6316 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
CS0102: the type 'xx.xx.xx.xx' already contains a definition for 'xxxx' error when upgrading from 1.1
should point out that the CS0102 error message refers to lblFile, rather than xyz as I have typed.Answered | 4 Replies | 18439 Views | Created by Christopher Green _500_ - Monday, June 2, 2008 12:21 PM | Last reply by Just Karl - Monday, December 23, 2013 8:56 PM -
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 extension ...Answered | 1 Replies | 884 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
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 | 2199 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
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" ...Answered | 3 Replies | 5280 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.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 'DeferredLoadingEnabled' ...Answered | 2 Replies | 2508 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
the type already contains a definition for
If you open both of them, do you see duplicate definitions?Unanswered | 5 Replies | 246 Views | Created by Anonymous - Wednesday, August 11, 2010 2:01 AM | Last reply by Anonymous - Thursday, August 12, 2010 4:22 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 | 33947 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
'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 'Kinects' I ...Answered | 1 Replies | 2116 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 -
1 Votes
'Microsoft.Office.Interop.PowerPoint.PpSaveAsFileType' doesn't contains definition for 'ppSaveAsWMV'
This confirms my assumption that you use Primary Interop Assemblies (PIA) belonging to the newer version of PowerPoint (which contains the ...Answered | 2 Replies | 1908 Views | Created by AwenaB - Friday, November 22, 2013 6:32 PM | Last reply by AwenaB - Monday, November 25, 2013 12:35 PM -
0 Votes
Which assembly and namespace contains the definition for lock.
where x is an expression of a reference-type, is precisely equivalent to bool __lockWasTaken = false; try ...Answered | 6 Replies | 697 Views | Created by Jacky_shen - Monday, May 9, 2016 2:17 PM | Last reply by Jacky_shen - Tuesday, May 10, 2016 9:44 AM -
0 Votes
PolicyResource definition, type attribute
Type can be one of either “Action” for a custom retention action or “DateCalculator” for a custom retention formula.Answered | 1 Replies | 9381 Views | Created by scastellanos - Thursday, January 21, 2010 7:18 PM | Last reply by Ben Rinaca - Thursday, January 21, 2010 11:37 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 | 6764 Views | Created by CallumHT - Thursday, November 5, 2009 11:38 AM | Last reply by CallumHT - Thursday, November 5, 2009 8:58 PM -
0 Votes
The type already contains a definition for...
In my understanding you have this lable control already in your ASPX page.Answered | 5 Replies | 280 Views | Created by Anonymous - Thursday, September 15, 2011 3:53 PM | Last reply by Anonymous - Thursday, September 22, 2011 1:54 AM -
0 Votes
Error 'Membership' does not contain a definition for 'GetUser'
Hi, If you already try to use native membership provider like below: System.Web.Security.MembershipUser user = ...Answered | 3 Replies | 1103 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
'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 argument ...Answered | 1 Replies | 14430 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
SPNavigationNode does not contain a definition for cast?
node = nodes.AddAsLast(node); } childWeb.Dispose(); ...Answered | 2 Replies | 10241 Views | Created by rihdus - Wednesday, May 18, 2011 1:01 PM | Last reply by rihdus - Wednesday, May 18, 2011 4:20 PM - Items 1 to 20 of 1636244 Next ›
No announcements