New Post: Windows 8, WPF VNext, SL5, Prism?
Sorry, we are still working on getting a project site up for it on codeplex. We have been using a project name of Kona for the LOB guidance for Windows Store apps project, but just discovered today...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
Just to be clear, I'm not a Microsoft employee. I'm an independent consultant who is working with the p&p folks on the LOB guidance for Windows Store apps.
View ArticleNew Post: Reference to System.Windows.dll missing while porting the...
Hi Peter, As far as we know not all assemblies provide the ability to run on both Silverlightand .NET runtimes. For example this could be the case of theSystem.Windows.dll used in Silverlight...
View ArticleNew Post: Prism 4.1 will NOT install on my system
Is there any one out there that can tell me why I cannot isntall Prism? The installation gets to the point where a dialog box comes up and says that the installer has finished unpacking the files, I...
View ArticleNew Post: Prism 4.1 will NOT install on my system
When unpacking the files, where did you specify as the folder to unpack to?The unpacking process simply unpacks the files to the target location, I don't think there will be anything in Control Panel....
View ArticleNew Post: Getting the deafult window
What I want is getting a custom window from a module or Custom type asssembly to be set as my default window. I did a sample project here which would describe the issue,I want to know what should I...
View ArticleNew Post: Modules not loading when silverlight hosted in html page
Hi.I'm currently working on a Silverlight 4 application, that's using Prism 2.0.1.0 to load modules on application startup. I'm using a modules catalog, and the application is hosted in IIS (server via...
View ArticleNew Post: Exception Handling .dependency of modules
I have an application i.e an exe when ran loads 2-3 modules.For e,g:When Exe is ran ,A,B,C,D modules/views get loaded. suppose if an exception occurs in 'A'Module , B,C,D should still work and vice...
View ArticleNew Post: Reference to System.Windows.dll missing while porting the...
Hi Damian, That was really helpful - thanks a lot (I probably wouldn't have figured out all the differences by myself and would probably have given up on this sample). Kind regards,Peter
View ArticleNew Post: Prism 4.1 will NOT install on my system
I never get a prompt to select where to place the files. I get a license dialog and then the dialog discribed above and that's all.Â
View ArticleNew Post: IsnavigationTarget returns True but does not activate Tab Item
Hi,there seems to be an issue where IsNavigationTarget is not called if the name of the view navigated to is different from the type name of the view class.I.e., when your view is called...
View ArticleNew Post: How to register view/viewmodel in castle.windsor for use in prism...
This question was originally posted in this forum:http://social.msdn.microsoft.com/Forums/en-US/Offtopic/thread/621a56c2-c5d8-4f19-ae10-e9a7ef421b3eI am using Prism 4.1 and castle.windsor 3.1 in a WPF...
View ArticleNew Post: How to register view/viewmodel in castle.windsor for use in prism...
Hi,Based on my understanding a possible approach to register your views in Windsor against the Object type could be for example like...
View ArticleNew Post: Modules not loading when silverlight hosted in html page
Hi,I believe this is related to how Silverlight works.Based on my understanding, when opening a web page containing a Silverlightapplication it "downloads" the .xap file containing theSilverlight...
View ArticleNew Post: Getting the deafult window
Hi,Based on my understanding defining the default window in a module may not be a recommended approach as by default thePrism initialization process initializes the shell before initializing the...
View ArticleNew Post: Prism 4.1 will NOT install on my system
Hi,Have you tried running the Source.Exe file as an administrator? (right click on the file,Run as administrator option) , perhaps this could be related to your problem.Regards,Agustin Adami...
View ArticleNew Post: Exception Handling .dependency of modules
Hi Krishna,As a starting point, I would like to mentioned that actually, the modules do not "run" in a Prism application. Based on my understanding, after a module is loaded an initialized, the...
View ArticleNew Post: Getting the deafult window
Thanks really,I think you covered the mistakes here,What I was looking for was placing the Ribbon in a module while I want to use aRibbonWindow,I have looked every possible article or discussions but...
View ArticleNew Post: Modules not loading when silverlight hosted in html page
I've already implement that workaround.I was hoping to maintain the original architecture though, such that the demo software is no different to the release software.Is it at all possible to use file...
View ArticleNew Post: Does Prism 4 support Silverlight 5 Beta?
Hi,I've updated these references and that works. However, since I prefer to use Nuget packages I would like to ask to update the Nuget packages for prism to include refs to Microsoft Expression Blend...
View Article