Click here to Skip to main content
15,884,050 members
Home / Discussions / WPF
   

WPF

 
QuestionPerformance - Memory Usage Pin
Jammer19-Apr-09 9:24
Jammer19-Apr-09 9:24 
AnswerRe: Performance - Memory Usage Pin
Roman Lerman20-Apr-09 22:14
Roman Lerman20-Apr-09 22:14 
GeneralRe: Performance - Memory Usage Pin
Jammer21-Apr-09 8:26
Jammer21-Apr-09 8:26 
QuestionDatabinding in UserControl [modified] Pin
mikla52119-Apr-09 6:43
mikla52119-Apr-09 6:43 
AnswerRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 7:44
Mark Salsbery19-Apr-09 7:44 
GeneralRe: Databinding in UserControl Pin
mikla52119-Apr-09 18:38
mikla52119-Apr-09 18:38 
GeneralRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 19:13
Mark Salsbery19-Apr-09 19:13 
QuestionError Pin
Saiyed Alam18-Apr-09 5:43
Saiyed Alam18-Apr-09 5:43 
Hello Friends I am getting these errors in my wpf application. Any help would be appreciated as I am totally new to this environment/

Error 1 'System.Windows.Data.BindingListCollectionView' does not contain a definition for 'AddNew' and no extension method 'AddNew' accepting a first argument of type 'System.Windows.Data.BindingListCollectionView' could be found (are you missing a using directive or an assembly reference?) D:\Other\Personal\WPF\Tutorial\Windows Client\Zip Files\Wpf-Data-MasterDetail_CS\WpfMasterDetail_CS\WpfMasterDetail_CS\Window1.xaml.cs 77 29 WpfMasterDetail_CS


Error 2 'System.Windows.Data.BindingListCollectionView' does not contain a definition for 'CommitNew' and no extension method 'CommitNew' accepting a first argument of type 'System.Windows.Data.BindingListCollectionView' could be found (are you missing a using directive or an assembly reference?) D:\Other\Personal\WPF\Tutorial\Windows Client\Zip Files\Wpf-Data-MasterDetail_CS\WpfMasterDetail_CS\WpfMasterDetail_CS\Window1.xaml.cs 78 29 WpfMasterDetail_CS


Error 3 'System.Windows.Data.BindingListCollectionView' does not contain a definition for 'RemoveAt' and no extension method 'RemoveAt' accepting a first argument of type 'System.Windows.Data.BindingListCollectionView' could be found (are you missing a using directive or an assembly reference?) D:\Other\Personal\WPF\Tutorial\Windows Client\Zip Files\Wpf-Data-MasterDetail_CS\WpfMasterDetail_CS\WpfMasterDetail_CS\Window1.xaml.cs 89 29 WpfMasterDetail_CS


Error 4 'System.Windows.Data.BindingListCollectionView' does not contain a definition for 'AddNew' and no extension method 'AddNew' accepting a first argument of type 'System.Windows.Data.BindingListCollectionView' could be found (are you missing a using directive or an assembly reference?) D:\Other\Personal\WPF\Tutorial\Windows Client\Zip Files\Wpf-Data-MasterDetail_CS\WpfMasterDetail_CS\WpfMasterDetail_CS\Window1.xaml.cs 121 29 WpfMasterDetail_CS


Error 5 'System.Windows.Data.BindingListCollectionView' does not contain a definition for 'CommitNew' and no extension method 'CommitNew' accepting a first argument of type 'System.Windows.Data.BindingListCollectionView' could be found (are you missing a using directive or an assembly reference?) D:\Other\Personal\WPF\Tutorial\Windows Client\Zip Files\Wpf-Data-MasterDetail_CS\WpfMasterDetail_CS\WpfMasterDetail_CS\Window1.xaml.cs 122 29 WpfMasterDetail_CS


Error 6 'System.Windows.Data.BindingListCollectionView' does not contain a definition for 'RemoveAt' and no extension method 'RemoveAt' accepting a first argument of type 'System.Windows.Data.BindingListCollectionView' could be found (are you missing a using directive or an assembly reference?) D:\Other\Personal\WPF\Tutorial\Windows Client\Zip Files\Wpf-Data-MasterDetail_CS\WpfMasterDetail_CS\WpfMasterDetail_CS\Window1.xaml.cs 129 33 WpfMasterDetail_CS
QuestionLoad MFC CFormView from WPF Pin
Member 377636718-Apr-09 0:17
Member 377636718-Apr-09 0:17 
AnswerRe: Load MFC CFormView from WPF Pin
Mark Salsbery19-Apr-09 7:54
Mark Salsbery19-Apr-09 7:54 
QuestionTabcontrol layout with Prism Pin
Abhinav S17-Apr-09 20:00
Abhinav S17-Apr-09 20:00 
QuestionUnselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh17-Apr-09 4:45
pc.rajesh.singh17-Apr-09 4:45 
AnswerRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir20-Apr-09 7:26
sivaddrahcir20-Apr-09 7:26 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh23-Apr-09 23:53
pc.rajesh.singh23-Apr-09 23:53 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir24-Apr-09 7:58
sivaddrahcir24-Apr-09 7:58 
QuestionHow to download file from a physical location in Silverlight? urgent......... Pin
salon17-Apr-09 3:49
salon17-Apr-09 3:49 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Mark Salsbery17-Apr-09 8:42
Mark Salsbery17-Apr-09 8:42 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez17-Apr-09 9:01
Braulio Dez17-Apr-09 9:01 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
salon18-Apr-09 0:26
salon18-Apr-09 0:26 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez18-Apr-09 9:06
Braulio Dez18-Apr-09 9:06 
Questionapp.config --> xaml? [modified] Pin
devvvy16-Apr-09 23:55
devvvy16-Apr-09 23:55 
AnswerRe: app.config --> xaml? Pin
Pete O'Hanlon17-Apr-09 2:13
mvePete O'Hanlon17-Apr-09 2:13 
GeneralRe: app.config --> xaml? Pin
devvvy17-Apr-09 5:58
devvvy17-Apr-09 5:58 
GeneralRe: app.config --> xaml? Pin
Pete O'Hanlon17-Apr-09 9:17
mvePete O'Hanlon17-Apr-09 9:17 
GeneralRe: app.config --> xaml? Pin
devvvy17-Apr-09 14:36
devvvy17-Apr-09 14:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.