No announcements
Found 3767084 threads
-
0 Votes
Type 'LightSwitchApplication.TableName' does not have a property named 'TableName' ...
One possibility is you have a Content Item that is bound to the screen's property named TableName, so the binding path is TableName.Answered | 3 Replies | 1059 Views | Created by João Paulo Menezes - Saturday, April 27, 2013 1:50 PM | Last reply by João Paulo Menezes - Tuesday, May 7, 2013 2:37 PM -
0 Votes
Type 'System.Web.UI.WebControls.DataGrid' does not have a property named 'asp:BoundColumn'.
User-2125802522 posted To define the columns in a datagrid, you use the following syntax:<asp:datagrid> <Columns> <asp:boundcolumn></asp:boundcolumn> ...Unanswered | 1 Replies | 27 Views | Created by Anonymous - Thursday, March 25, 2004 7:40 AM | Last reply by Anonymous - Thursday, March 25, 2004 8:41 AM -
0 Votes
Type 'System.Web.UI.WebControls.DataGrid' does not have a property named 'span'.
If you still have errors, please provide us with your detailed code.Unanswered | 2 Replies | 87 Views | Created by Anonymous - Thursday, July 11, 2019 10:54 AM | Last reply by Anonymous - Friday, July 12, 2019 3:28 AM -
0 Votes
class name as property type
If I have a class called Employee then it is quite natural to have a class called ExpenseClaim with a property public Employee Claimant {get; ...Answered | 2 Replies | 626 Views | Created by rkapciuk - Thursday, November 14, 2013 1:00 AM | Last reply by PaulLinton - Thursday, November 14, 2013 1:14 AM -
3 Votes
The type or namespace name 'Properties' does not exist in the namespace <myNamespace>
I've just finished a migration of 600 projects from VS2005 to 2010 using Multi-Targeting to still target .NET 2 and VS2005 toolset In a C# Windows Application project also had a ...Answered | 8 Replies | 32204 Views | Created by Jason Fransella - Tuesday, July 8, 2008 10:03 PM | Last reply by Eric W Coulson - Wednesday, October 1, 2014 6:20 PM -
0 Votes
Type 'Microsoft.SharePoint.WebControls.EmbeddedFormField' does not have a public property named 'div'
Best Regards, Vincent Han TechNet Community Support Please remember to mark the replies as ...Answered | 1 Replies | 3719 Views | Created by Vamsi SADA - Monday, March 9, 2015 7:40 AM | Last reply by Vincent.Han - Wednesday, March 11, 2015 9:53 AM -
0 Votes
Having variable property type inside class
Answered | 4 Replies | 1703 Views | Created by aiui - Saturday, March 17, 2012 12:33 PM | Last reply by Louis.fr - Monday, March 19, 2012 10:13 AM -
0 Votes
The closed type does not have a corresponding element settable property
If I don't use Context.IgnoreMissingProperties = true it throws an error like "The closed type 'XXX' does not have a corresponding element settable ...Answered | 5 Replies | 10672 Views | Created by SimonBuxton - Friday, July 8, 2011 10:44 AM | Last reply by bachy78 - Friday, December 7, 2012 3:37 PM -
0 Votes
What does Friendly Name Property do?
If you have anything unclear, please feel free to come back and ask me.Answered | 5 Replies | 4071 Views | Created by TheChags - Wednesday, January 9, 2013 9:53 PM | Last reply by fo123 - Thursday, March 19, 2015 8:04 PM -
0 Votes
Error : The type name 'Diagnostics' does not exist in the type 'Company.Language.System'
Having "System" in your namespace is causing the compiler to try to find all of the .Net Framework "System.XXX" types in your project rather than ...Answered | 1 Replies | 2754 Views | Created by Balachan - Sunday, October 5, 2014 8:32 AM | Last reply by DuncanP - Thursday, October 9, 2014 7:58 AM -
0 Votes
Picture box properties, Column Span
, Welcome to MSDN Forums!Answered | 3 Replies | 5408 Views | Created by leswhat - Wednesday, September 29, 2010 11:42 PM | Last reply by Mike Dos Zhang - Saturday, October 2, 2010 11:21 AM -
0 Votes
VS2008: Method '<method name> in type '<class>' does not have an implementation.
I have a workaround that I have successfully tested in my development environment.Answered | 4 Replies | 10110 Views | Created by Paulo Morgado - Friday, June 13, 2008 5:08 PM | Last reply by Rajat Arya - Wednesday, January 7, 2009 12:59 AM -
2 Votes
Whats the deal with AttachedProperties have the type of property as string
Since XAML does not have preprocessor directives, having either of this is very important for cross platform development.Answered | 25 Replies | 3336 Views | Created by Marlon Grech - Thursday, September 15, 2011 2:12 PM | Last reply by Richp582 - Sunday, September 18, 2011 2:40 AM -
0 Votes
How to copy one class into another if the property names and types are the same
Thanks does it copy a classes public properties only into another class even when dest object is null and the source object has class properties that are already ...Answered | 4 Replies | 11176 Views | Created by d_vm23 - Friday, September 16, 2011 4:08 PM | Last reply by d_vm23 - Saturday, September 17, 2011 12:04 PM -
0 Votes
DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'DocID'.
<td><%#DataBinder.Eval(Container.DataItem,"DocumentID") %></td> Best Regards, Allen Li We are trying to ...Answered | 1 Replies | 4540 Views | Created by rebmaamberrebmaamber - Thursday, October 24, 2013 7:59 AM | Last reply by Allen Li - MSFT - Monday, October 28, 2013 6:17 AM -
0 Votes
Does anyone have a walkthrough for EF4 Complex Type
Hello, Entity Framework 4 supports Complex Types, you could map a property to complext type follow this walkthrough.Answered | 1 Replies | 4385 Views | Created by AKW1955 - Monday, May 10, 2010 11:22 AM | Last reply by liurong luo - Thursday, May 13, 2010 6:10 AM -
0 Votes
The type name 'dataset' does not exist in the type 'appname.appname'
I don't knowingly name my forms in that manner, so didn't think to look there (the class name, etc., however, was properly named).Answered | 6 Replies | 4623 Views | Created by Jon C. Munson II - Thursday, May 28, 2009 6:37 PM | Last reply by Jon C. Munson II - Saturday, May 30, 2009 12:56 AM -
0 Votes
DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Locked'.
Now I will mark an answer, you can mark others that you think to be so useful to your issue.Answered | 3 Replies | 4318 Views | Created by Mohmed sabry - Monday, September 5, 2011 8:20 AM | Last reply by Paul Zhou - Tuesday, September 13, 2011 9:12 AM -
2 Votes
Type 'Microsoft.SharePoint.WebControls.EmbeddedFormField' doesn't have public property called 'div'.
ttps://social.msdn.microsoft.com/Forums/sharepoint/en-US/7d046978-aa47-453f-918e-a0f36db55adf/type-microsoftsharepointwebcontrolsembeddedformfield-does-not-have-a-public-Answered | 14 Replies | 7320 Views | Created by Elmata - Monday, June 6, 2016 11:55 AM | Last reply by Lisa Chen1226 - Friday, July 1, 2016 2:22 AM -
1 Votes
Does the SaveAsText/LoadFromText format have a name?
you have mention in your post that , "the Microsoft developers working on this feature must have had some (internal?)Answered | 4 Replies | 516 Views | Created by Heinzi.at - Tuesday, May 10, 2016 4:31 PM | Last reply by Deepak Saradkumar Panchal - Monday, May 16, 2016 7:24 AM - Items 1 to 20 of 3767084 Next ›
No announcements