New Post: ActionMessage from assembly 'Caliburn.Micro' is built with an older...
Hello,I've exactly the some problem!Any idea?ThanksDavid
View ArticleNew Post: Portable Class Libraries
I would like to do it. It would be a major overhaul though and can't be justified without moving to a v2.0 release. It's a lot of work and would take some re-engineering..and most likely add...
View ArticleNew Post: Portable Class Libraries
Thanks for a prompt response, and many thanks for (re-)considering this. I think it would add even more value to an already superb MVVM framework :-) Either case, GREAT work with Caliburn.Micro and for...
View ArticleCreated Issue: Make Protable Libraries [259]
For v2 we need to refactor to portable libraries.
View ArticleNew Post: Why MainPage.xaml can't be in the Views Namespace in WP7 Project?
Excuse me, As the title Asked, if I put the MainPage.xaml Into the Views Namespace, When I Call the PreRequest<MainPageViewModel>() And After Initialized, it will throw a Exception.If I put the...
View ArticleNew Post: Why MainPage.xaml can't be in the Views Namespace in WP7 Project?
MainPage was what the application was created with by default... Therefore in the WPAppManifest.xml file there is an entry that links the location of the MainPage.xaml to the root of the project....
View ArticleNew Post: Moving to Git in a few Days
The Caliburn.Micro repo is moving over Git (on Codeplex) in a few days. If you have forks...you are warned.
View ArticleEdited Issue: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.
View ArticleNew Post: Silverlight Version?
I am having this exact problem on a 64 bit machine..Has anyone figured out a solution. I am trying to use CM in my company, but I cannot even run the samples..HELP! :) thanksBrian
View ArticleNew Post: WinRT Settings Flyout
@NigelSampson - Thanks for the excellent explanation of the solution. It worked perfectly for me. After I implemented it I noticed there is a nuget package to help with this as...
View ArticleCreated Issue: Insert more easy and performant NotifyOfPropertyChange method...
There are only 5 or 6 lines of code to insert to produce a more easy and performant way to use notification.[CallerMemberName from Silverlight & WPF...
View ArticleNew Post: Design-time support
I've managed to get Caliburn Micro to work nicely with Blend at design-time, using d:DesignInstance, by modifying the bootstrapper as follow: ///<summary> /// Overriding only to...
View ArticleNew Post: Design-time support
If you feel this code is generic enough to push into the core framework to improve the design-time experience, then please feel free to submit a pull request. We are switching over to git on Codeplex...
View ArticleCreated Issue: Possible Design-Time Improvements [261]
See http://caliburnmicro.codeplex.com/discussions/370505
View ArticleCommented Issue: Insert more easy and performant NotifyOfPropertyChange...
There are only 5 or 6 lines of code to insert to produce a more easy and performant way to use notification.[CallerMemberName from Silverlight & WPF...
View ArticleNew Post: ViewModelLocator or what ? Losing Data from another VIew
Hello, I have a very simple problem but I cant find any solution. In first VIew I have ListBox of items and button adding one item. In second View i have only button to go back. Whenever I add data to...
View ArticleNew Post: ViewModelLocator or what ? Losing Data from another VIew
How are you registering your ViewModels now?
View ArticleNew Post: Convention Based Model to ViewModel conversion injection.
Hi there, short time fan, first time poster!I'm getting started using an architecture utlising Caliburn Micro and MEF.Where I am at, is how to deal with collections of model objects and\or how to wrap...
View ArticleNew Post: ViewModelLocator or what ? Losing Data from another VIew
I don't register them. Just add them to my project. How to do that and what is the purpose to do that?
View ArticleNew Post: Dynamically add button when loading viewmodel
I'm fairly new to WPF so please bear with me.I have a ShellView which contains a two-column Grid with a StackPanel in one column and a ContentControl in the second column. The intent being that the...
View Article