Created Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleNew Post: Any Notification when the view getting deactivated ?
Hi sivalingam, Each region has a collection of ActiveViews which raises a collectionChanged event when an active View changes (the view is deactivated or removed), or a new View becomes Active. You can...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleNew Post: IRegionMemberLifetime is Not working
Hi Sivalingam, If I understood correctly, you want the View and ViewModel to be destroyed after deactivating it from the region. Although the KeepAlive property is needed to free and destroy the Object...
View ArticleNew Post: Prism Store Apps Page Loaded
Hello, I develop an Windows 8 App with Prism Store Apps. I would like to bind the Page Loaded Event to my ViewModel, but i don't find a way for that. I only found...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleNew Post: Prism Store Apps Page Loaded
Hi PeterHomburg, This Prism forum is targeted to WPF, Silverlight and Phone applications. You can find the forum of the Prism version for Windows Store Apps in the following...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleCommented Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleClosed Unassigned: Cannot resolve Regions in XAML [10343]
I added http://www.codeplex.com/prism namespace to my XAML. It could not be found by intellisense but VS seemed to be happy with it manually added. When I try to add a region, I get an error "The name...
View ArticleNew Post: The Future of Prism
On the Developer's Guide to Microsoft Prism (http://msdn.microsoft.com/en-us/library/gg406140.aspx) under the "Future" section it says:"The next release of Prism is planned for the summer or fall of...
View ArticleNew Post: Need "hello world" example of SyncActiveState
I am having trouble getting SyncActiveState to work. The Prism 4.1 readme states simply:"To support scenarios where a parent view contains scoped regions, the regions and views within that scope may...
View Article