Commented Issue: Implement [CallerMemberName] for RaisePropertyChanged [7603]
Hi it would be great to have a propertychanged call with the callermembername attribute for .net 4.5...
View ArticleNew Post: System.ComponentModel.INotifyPropertyChanging
Hi, I've just responded to the StackOverflow post:http://stackoverflow.com/questions/15478958/system-componentmodel-inotifypropertychanging-in-two-places-with-mvvmlight-por Short version is that I've...
View ArticleNew Post: How to use MVVM Light With Sql Server Compact
I am using MVVM Light, Sql Server Compact Toolkit and windows phone 7. I created a sql server compact 3.5 database and then used the toolkit to generate the datacontext and domain class for each table....
View ArticleCommented Issue: Messenger: Non-static method requires a target [7579]
Hi,I'm facing the following error: "Non-static method requires a target" in function:/// <summary>/// Executes the action. This only happens if the action's owner/// is still alive.///...
View ArticleNew Post: How to use MVVM Light With Sql Server Compact
The problem line seems to be private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty); If I comment it out I get blendablity back. But not sure what...
View ArticleNew Post: Issue in adding MVVMLight (PCL) in Portable class library project...
Hi, I have created a new Portable Class Library Project in VS 2012. However when i add the MVVM Light PCL version into my project through nuGet I get "Operation Failed" with message...
View ArticleCreated Issue: Uninstalling package "MVVM Light Libraries Only" removes...
As I mentioned in the title, I got System.Windows.Interactivity.dll removed from my project references once I uninstalled the package.
View ArticleCommented Issue: Uninstalling package "MVVM Light Libraries Only" removes...
As I mentioned in the title, I got System.Windows.Interactivity.dll removed from my project references once I uninstalled the package.Comments: Hi, Just to be sure, you had Sys.Win.Interactivity in...
View ArticleCommented Issue: Uninstalling package "MVVM Light Libraries Only" removes...
As I mentioned in the title, I got System.Windows.Interactivity.dll removed from my project references once I uninstalled the package.Comments: Actually I had Interactivity dll installed by another...
View ArticleCommented Issue: Uninstalling package "MVVM Light Libraries Only" removes...
As I mentioned in the title, I got System.Windows.Interactivity.dll removed from my project references once I uninstalled the package.Comments: Laurent, Regarding your comment on NuGet bug: could this...
View ArticleNew Post: Issue in adding MVVMLight (PCL) in Portable class library project...
Hi, Do you have the latest NuGet installed (version 2.2)? Can you share a bit more about your project? What platforms is it targeting? Is this a new project or are there existing references? What NuGet...
View ArticleNew Post: Issue in adding MVVMLight (PCL) in Portable class library project...
Hi Oren, I have updated my NuGet to the latest version(2.2) installed. However I get the below message when I try to install "MVVM Light Libraries only (PCL)"."Could not install package...
View ArticleNew Post: Issue in adding MVVMLight (PCL) in Portable class library project...
Hi Manvik, The PCL requires at least WP 7.5. If you update your PCL project settings it should then install for you. Regards, Oren
View ArticleCommented Issue: Uninstalling package "MVVM Light Libraries Only" removes...
As I mentioned in the title, I got System.Windows.Interactivity.dll removed from my project references once I uninstalled the package.Comments: I don't think that the dependency to the Common Service...
View ArticleNew Post: Issue in adding MVVMLight (PCL) in Portable class library project...
Hi Oren, Thanks for the solution. I am able to add MVVM Light (PCL) to my project. I have one more question I want to use this PCL in my Windows 8 app project. How do I go about it. And both my...
View ArticleCommented Issue: Deadlock with Register and Send [7581]
With multi-thread application, is possible to end in a deadlock situation. Check my test application attached. When the button is clicked, check the output console, only a few lines is written, but...
View ArticleCreated Issue: RelayCommand fails if delegate contains a non-constant method...
I've come across what I think is a bug in RelayCommand (at least for WPF 4.0):* If you attempt to construct a RelayCommand with a lambda expression composed entirely of compile-time constants, e.g.,...
View ArticleCreated Issue: [Serializable] attribute on ObservableObject class [7606]
I have come to this issue when was trying to create a report and visualizing through the Microsoft ReportViewer component (from VS2010 SP1). This updated control requires that the classes involved in...
View ArticleCommented Issue: [Serializable] attribute on ObservableObject class [7606]
I have come to this issue when was trying to create a report and visualizing through the Microsoft ReportViewer component (from VS2010 SP1). This updated control requires that the classes involved in...
View ArticleClosed Issue: [Serializable] attribute on ObservableObject class [7606]
I have come to this issue when was trying to create a report and visualizing through the Microsoft ReportViewer component (from VS2010 SP1). This updated control requires that the classes involved in...
View Article