Click here to Skip to main content
15,888,454 members
Home / Discussions / WPF
   

WPF

 
QuestionCould not load type 'System.Windows.Controls.VirtualizingPanel' from assembly 'System.Windows, Version=2.0.5.0 Pin
NTheOne24-Jan-12 23:09
NTheOne24-Jan-12 23:09 
AnswerRe: Could not load type 'System.Windows.Controls.VirtualizingPanel' from assembly 'System.Windows, Version=2.0.5.0 Pin
Abhinav S25-Jan-12 0:42
Abhinav S25-Jan-12 0:42 
RantMVVM Blues... Pin
Tom Delany24-Jan-12 11:06
Tom Delany24-Jan-12 11:06 
GeneralRe: MVVM Blues... Pin
Wes Aday24-Jan-12 11:09
professionalWes Aday24-Jan-12 11:09 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon24-Jan-12 11:25
mvePete O'Hanlon24-Jan-12 11:25 
GeneralRe: MVVM Blues... Pin
Tom Delany25-Jan-12 3:31
Tom Delany25-Jan-12 3:31 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon25-Jan-12 3:46
mvePete O'Hanlon25-Jan-12 3:46 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 5:04
SledgeHammer0125-Jan-12 5:04 
I wrote my own MVVM framework probably 6 to 8 months ago. There were 10 to 12 open source ones available. I chose to reinvent (and improve) the wheel.

1) I didn't want the code cluster f*cked up with Silverlight (and other nonsense) support since I have no interest in that and it's a dead platform anyways
2) No MVVM framework out there provided 100% of the plumbing needed to write a full blown MVVM application. 50%? Absolutely. 75%? Probably. 90%+, sorry, but no.

You'd have to combine 3 or 4 open source projects to get to where I'm at I think. Now granted, I may not have all the features of those 3 or 4 projects combined, but I have what is needed to write a full blown MVVM application and they don't.

For example, none of them have a way of binding to multiple selection tree / list controls which I found to be quite important Smile | :) .
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon25-Jan-12 5:33
mvePete O'Hanlon25-Jan-12 5:33 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 8:05
SledgeHammer0125-Jan-12 8:05 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon25-Jan-12 8:15
mvePete O'Hanlon25-Jan-12 8:15 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 13:31
SledgeHammer0125-Jan-12 13:31 
GeneralRe: MVVM Blues... Pin
BillWoodruff29-Jan-12 13:21
professionalBillWoodruff29-Jan-12 13:21 
GeneralRe: MVVM Blues... Pin
Tom Delany26-Jan-12 10:40
Tom Delany26-Jan-12 10:40 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon26-Jan-12 10:44
mvePete O'Hanlon26-Jan-12 10:44 
GeneralRe: MVVM Blues... Pin
Tom Delany26-Jan-12 10:53
Tom Delany26-Jan-12 10:53 
GeneralRe: MVVM Blues... Pin
SledgeHammer0126-Jan-12 12:24
SledgeHammer0126-Jan-12 12:24 
GeneralRe: MVVM Blues... Pin
Tom Delany26-Jan-12 14:25
Tom Delany26-Jan-12 14:25 
GeneralRe: MVVM Blues... Pin
Dean Oliver24-Jan-12 19:05
Dean Oliver24-Jan-12 19:05 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 13:37
SledgeHammer0125-Jan-12 13:37 
AnswerRe: MVVM Blues... Pin
Ravi Bhavnani25-Jan-12 12:25
professionalRavi Bhavnani25-Jan-12 12:25 
GeneralRe: MVVM Blues... Pin
Kevin Marois29-Jan-12 9:23
professionalKevin Marois29-Jan-12 9:23 
AnswerRe: MVVM Blues... Pin
Dean Oliver29-Jan-12 18:50
Dean Oliver29-Jan-12 18:50 
GeneralRe: MVVM Blues... Pin
Kevin Marois30-Jan-12 7:49
professionalKevin Marois30-Jan-12 7:49 
GeneralRe: MVVM Blues... Pin
Dean Oliver30-Jan-12 18:02
Dean Oliver30-Jan-12 18:02 

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.