Wrox Programmer Forums
|
BOOK: Beginning Microsoft Visual Studio LightSwitch Development
This is the forum to discuss the Wrox book Beginning Microsoft Visual Studio LightSwitch Development by István Novák; ISBN: 978-1-1180-2195-8
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Microsoft Visual Studio LightSwitch Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 5th, 2011, 01:58 PM
Registered User
 
Join Date: Sep 2011
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Question Binding errors in source code

Hello,

I've just finished chapter 7, I've noticed that there are many binding errors displayed in Output window when compiled book's source code is run, Chapter 07\Sample 8 - Polishing (the same errors I see in my code), here are errors for first displayed screen:

System.Windows.Data Error: BindingExpression path error: 'DisplayName' property not found on 'New item placeholder row. Click or type to add a new row.' 'Microsoft.LightSwitch.Presentation.Framework.NewI temPlaceholderDataContext' (HashCode=7958508). BindingExpression: Path='DisplayName' DataItem='New item placeholder row. Click or type to add a new row.' (HashCode=7958508); target element is 'System.Windows.Controls.DataGridCell' (Name=''); target property is 'AutomationProperties.Name' (type 'System.String')..
System.Windows.Data Error: BindingExpression path error: 'Description' property not found on 'New item placeholder row. Click or type to add a new row.' 'Microsoft.LightSwitch.Presentation.Framework.NewI temPlaceholderDataContext' (HashCode=7958508). BindingExpression: Path='Description' DataItem='New item placeholder row. Click or type to add a new row.' (HashCode=7958508); target element is 'System.Windows.Controls.DataGridCell' (Name=''); target property is 'AutomationProperties.Name' (type 'System.String')..
System.Windows.Data Error: BindingExpression path error: 'Active' property not found on 'New item placeholder row. Click or type to add a new row.' 'Microsoft.LightSwitch.Presentation.Framework.NewI temPlaceholderDataContext' (HashCode=7958508). BindingExpression: Path='Active' DataItem='New item placeholder row. Click or type to add a new row.' (HashCode=7958508); target element is 'System.Windows.Controls.DataGridCell' (Name=''); target property is 'AutomationProperties.Name' (type 'System.String')..

Why is this? Is it LightSwitch bug?

Thanks in advance,
Robert

Last edited by robert_d; September 5th, 2011 at 07:12 PM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Reports from Binding Source z2g007 Crystal Reports 0 June 2nd, 2010 09:50 AM
TWO Binding Source fazee Visual Basic 2005 Basics 0 October 27th, 2007 03:42 AM
text boxes and control source binding eng Beginning VB 6 0 October 9th, 2005 03:21 PM
Binding a datagrid on errors drono ASP.NET 1.0 and 1.1 Professional 3 June 9th, 2005 08:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.