Commented Issue: IsolatedStorageException in Save() EndStoring...
There is some issue with Save method in IsolatedStorageSettings.ApplicationSettings.Save();Stack trace:5 System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor 908 6...
View ArticleClosed Issue: Add Mid-Tier device checking [213]
See http://blogs.microsoft.co.il/blogs/alex_golesh/archive/2012/02/27/windows-phone-sdk-7-1-1-update-ctp-what-s-new.aspxComments: Don't need it.
View ArticleCommented Issue: AppSettingsStorageMechanism.Delete should not delete entry...
The current realization of AppSettingsStorageMechanism.Delete method deletes entry by the key. Probably body of this method should be empty. The isolated storage entry should live forever.For instance...
View ArticleNew Post: WinRTContainer after RegisterPerRequest/RegisterSingleton crashes...
Thanks for the information.Actually, if I drop the " : this(null) " part, it still crashes when registering by 'RegisterPerRequest' / 'RegisterSingleton'It works fine though if I...
View ArticleNew Post: Problem with Message.Attach & Datagrid
Hello,I have a strange problem with the WPF datagrid, Message.Attach and the AutoGeneratedColumns event:My datagrid looks like this:...
View ArticleNew Post: Guidance on implementing extended splash on WinRT
I want to have a custom splash screen in my app and have successfully followed the guidance here: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh868191(v=win.10).aspx...but tweaked it to...
View ArticleNew Post: Namespace error in Expression Blend
Try using xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro" instead.
View ArticleNew Post: WinRT - Separate ViewModels into different project
In WinRT, how do you get the container to resolve ViewModels located in a separate project from the Store app? I saw the example below, but those methods are not available in the WinRTContainer...
View ArticleNew Post: WinRT - Separate ViewModels into different project
The CaliburnApplication has those methods so you can override them.http://caliburnmicro.codeplex.com/SourceControl/changeset/view/df4f457259a3#src/Caliburn.Micro.WinRT/CaliburnApplication.cs
View ArticleNew Post: BindableCollection.AddRange implementation error
On what platform (WP8, WPF or WinRT) do you have this issue?
View ArticleNew Post: BindableCollection.AddRange implementation error
tibel wrote:On what platform (WP8, WPF or WinRT) do you have this issue?WPF
View ArticleNew Post: BindableCollection.AddRange implementation error
var col = new BindableCollection<int>(); col.AddRange(newint[] {1,2,3}); This is working for me on .NET 4.0 and .NET 4.5 So maybe you throw this exception in your event handler attached to...
View ArticleNew Post: BindableCollection.AddRange implementation error
My code is almost alike, but sends in an IList<T> as parameter (UnitCollection is a BindableCollection<Unit>):var list = Units.Where(t => t.Primary).ToList(); UnitCollection.Clear()...
View ArticleNew Post: BindableCollection.AddRange implementation error
Already found this article, describing the issue. Thanks for finding the issue I will fix that.
View ArticleSource code checked in, #7e9f69969a0e
Workaround issue with CollectionChanged event in ICollectionView
View ArticleSource code checked in, #93b8d814c337
Removed unnecessary parameter from WinRTContainer
View ArticleClosed Issue: IsolatedStorageException in Save() EndStoring...
There is some issue with Save method in IsolatedStorageSettings.ApplicationSettings.Save();Stack trace:5 System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor 908 6...
View ArticleCommented Issue: AppSettingsStorageMechanism.Delete should not delete entry...
The current realization of AppSettingsStorageMechanism.Delete method deletes entry by the key. Probably body of this method should be empty. The isolated storage entry should live forever.For instance...
View ArticleClosed Issue: AppSettingsStorageMechanism.Delete should not delete entry in...
The current realization of AppSettingsStorageMechanism.Delete method deletes entry by the key. Probably body of this method should be empty. The isolated storage entry should live forever.For instance...
View Article