Commented Unassigned: No Public Constructor Found (Xamarin.iOS) [7713]
Wow, so this error has got me stomped. I am using this with xamarin. It has worked for some time now and I am not sure if this is a xamarin issue or not. The code that is the issue has been the same...
View ArticleClosed Unassigned: No Public Constructor Found (Xamarin.iOS) [7713]
Wow, so this error has got me stomped. I am using this with xamarin. It has worked for some time now and I am not sure if this is a xamarin issue or not. The code that is the issue has been the same...
View ArticleEdited Issue: No Public Constructor Found (Xamarin.iOS) [7713]
Wow, so this error has got me stomped. I am using this with xamarin. It has worked for some time now and I am not sure if this is a xamarin issue or not. The code that is the issue has been the same...
View ArticleCreated Unassigned: MvvmLight 5.2.0 does not install MvvmLightLibs into PCL...
Installing the MvvmLight 5.2.0 NuGet package into a Portable Class Library project does not install the MvvmLightLibs 5.2.0 NuGet package into the PCL project. The MvvmLight NuGet package succesfully...
View ArticleCreated Unassigned: Copyright notice (in commercial software) [7715]
We develop commercial software. Where should I include the copyright notice so that the licence terms would not be extend to our commercial application altogether?
View ArticleCommented Unassigned: Copyright notice (in commercial software) [7715]
We develop commercial software. Where should I include the copyright notice so that the licence terms would not be extend to our commercial application altogether?Comments: Hi, MVVM Light is...
View ArticleClosed Unassigned: Copyright notice (in commercial software) [7715]
We develop commercial software. Where should I include the copyright notice so that the licence terms would not be extend to our commercial application altogether?
View ArticleEdited Issue: Copyright notice (in commercial software) [7715]
We develop commercial software. Where should I include the copyright notice so that the licence terms would not be extend to our commercial application altogether?
View ArticleCreated Unassigned: MVVM Light Dialog and IOT [7716]
Build default MVVM Light windows 10 universal app.Runs on Windows 10, no issues.Download to Raspberry Pi ( running windows 10). With the exception of the 'Show a Dialog" it all works.When you click on...
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: I don't...
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: Hi, This...
View ArticleEdited Issue: Messenger Bug when Assinging a Lambda Expression with a...
HiI've a simple message which I sent with the Messenger .Now Depending on the registration for this message I got a exception (s. below)The following code works```...
View ArticleEdited Issue: CommandWpf.RelayCommand RaiseCanExecuteChanged does nothing if...
CommandManager.InvalidateRequerySuggested method should be called on UI thread to take effect. I think it will be useful to call the method with UIDispatcher.Invoke by default....
View ArticleEdited Issue: Bindings not working in iOS [7688]
Hi,I have a very simple set of bindings in an iOS Controller, and I can't figure out why some are working and some aren't.in my viewmodel, I have the following properties:```public...
View ArticleEdited Unassigned: WinRT (Win8.1) having a second view make...
As soon as my app has created a new view with databinding bound to my viewmodel, if I call the "RaisePropretyChanger(() => this.MyProperty);" I got a cast exception:Message:Impossible d'effectuer un...
View ArticleEdited Unassigned: Messenger not receiving with Background Tasks [7703]
Recently in a project of mine I noticed that when something was triggered by a `BackgroundTask`, and itself sent a message to another project in the same solution that had registered for that type of...
View ArticleEdited Unassigned: NavigationService [7704]
How did you manage to include Behaviour SDK in Visual studio 2015. protected INavigationService InitNavigationService(){ var service = new NavigationService();...
View ArticleEdited Unassigned: RaiseCanExecuteChanged COM Exception during Navigation [7705]
Basically, when app is under heavy load and navigation occurs, get COM exception on RaiseCanExecuteChanged().Described the issue here,...
View ArticleEdited Unassigned: Refernce Error in VS 2015 (Android Project) [7707]
hello, I always getting an error in vs 2015 when I am using mvvmlight with an android project. Every time reference to any mvvmlight object occurs the error. I can run the application, but vs marks...
View ArticleEdited Unassigned: Problem with CanExecute [7708]
I followed the instructions in [Re-enabling the CommandManager feature with RelayCommand in MVVM Light V5...
View Article