The Visual Studio 2008 Designer doesn\'t seem to like UserControls that reference the MVVM-Light ViewModelLocator. I get an error message like:
I\'ve craeted a sample with mainView and 2 other views (usercontrols). I\'ve placed a button \"close\" on the child view and i want to close that view.
I\'m using mvvm-light. i;m trying to create an application with one side command button and the other side place holder for views.
I\'m using MVVM (MVVM Light Toolkit) and have a property on the view model which exposes a list of objects.The objects contain two properties, both strings, which correlate to an abbreviation and a de
I am loo开发者_如何学Pythonking for some help and I hope that some good soul out there will be able to give me a hint :)
In the latest version of MVVM-light (V3 SP1) both \"Dispose()\" and \"Dispose(bool)\" methods in ViewModel class are marked
I\'m trying to create a UserControl that contains a AutoCompleteBox. I want to use the SelectedItem property of this AutoCompleteBox to populate other UserControls with information based on which item
I\'m using the MVVM Light To开发者_C百科olkit. I could not find any Ctor of Messenger or Notification class to send a empty message.
when creating a new ViewModel within the locator class using the snippet it creates a Cleanup Method but there is already one available from the Main so hence an error....
I have read alot of blogs about the best way to play sound/Animation but if possible I would like to see a simplified example on how this is done so I understand better.