New Post: Microsoft Unity 2.1 for Silverlight 5 ?
Hi, Since this subject is more related to Unity, you might find better support about it in the Unity site:http://unity.codeplex.com/ Regarding your question, in the following thread, Randy Levy...
View ArticleNew Post: WPF & Prism 4.1 Garbage Collection / Memory Issues
Hi, Thanks you for provide us with a repro-sample application. Unfortunately, we couldn't download it as we need you to grant us access to it (I just sent you an access request.) If it's not possible...
View ArticleNew Post: WPF & Prism 4.1 Garbage Collection / Memory Issues
Hi Damian, Try this link I read that link as well a couple days ago, but believe that it does not apply since the views being removed do not have nested regions. I also tried...
View ArticleNew Post: WPF & Prism 4.1 Garbage Collection / Memory Issues
I think the memory leak may actually be due to incorrect binding mode or binding to objects that are not INotifyPropertyChanged / Dependency properties, etc. Will verify in the morning.
View ArticleNew Post: Issue in DelayedRegionCreationBehavior/PrismCode when region name...
I have come across this issue while working with WPF application using prism. I got to know what the error was, but couldn't find out why was this error and when can the region be null for any object....
View ArticleNew Post: Microsoft Unity 2.1 for Silverlight 5 ?
Hello Federico, thank you for your answer. But at least it is also a problem of Prism 4, because it is using an old version of the servicelocator using the mscorlib.dll (2.0.0.0) instead of (4.0.0.0)...
View ArticleNew Post: Issue in DelayedRegionCreationBehavior/PrismCode when region name...
Hi, I manage to reproduce the exception by setting a region name to "" (empty), using the following code snippet in my view:<ContentControl cal:RegionManager.RegionName="" /> Therefore, I would...
View ArticleNew Post: Prism and Coded UI
Hi, I'm not familiar with the term Coded UI, could you clarify what you are referring to? Regards, Federico Martinez http://blogs.southworks.net/fmartinez
View ArticleNew Post: Prism and Coded UI
Thanks Federico. Its MS testing tools:http://msdn.microsoft.com/en-us/library/dd286726.aspx I have found a solution that solved my issue with the stock trade...
View ArticleNew Post: Pass two or more parameters via EventAggregator
Sometimes i need to pass two or more parameters between modules when using EventAggregator. Is it possible? If not possible what is the alternative? Tanks in advance.
View ArticleNew Post: WPF & Prism 4.1 Garbage Collection / Memory Issues
Finally found the root cause of my problem.... not exactly sure why it was messing things up though. In our Shell.xaml we were binding "IsDefault" in one of our buttons to a PasswordBox's...
View ArticleNew Post: WPF & Prism 4.1 Garbage Collection / Memory Issues
Hi, I was checking your test application but I was unable to find a solution for it so far; so I am glad to hear that you could found the cause behind this problem! Regards, Damian...
View ArticleNew Post: Pass two or more parameters via EventAggregator
Hi, As far as I know, when publishing an event you can only pass one parameter of the same type as the event's payload. For example, if you define a MyEvent doing something like this:public class...
View ArticleNew Post: Microsoft Unity 2.1 for Silverlight 5 ?
Hi Dirk, As you mentioned, Prism uses a version of the ServiceLocator which targets the mscorlib.dll 2.0.0.0 version. Based on my understanding, this is because when Prism 4.1 was released, that was...
View ArticleNew Post: Pass two or more parameters via EventAggregator
Hi Damian, Thanks Damian i applied this approach and it is working ok. but is it better to use class or struct as payload? or no difference? Thanks
View ArticleNew Post: Pass two or more parameters via EventAggregator
Hi, I'm not aware of any "rule" that says you cannot use a struct as the payload type for a CompositionEvent , but the usual approach is to use a class . Although it's true that in some cases using a...
View ArticleReviewed: Prism 4 - November 2010 (Mar 04, 2013)
Rated 4 Stars (out of 5) - Great post ! Fantastic reference for all level.
View ArticleCreated Issue: Error while starting the application [9933]
I have developed an application using PRISM.When I run the application it crashes without any message.Loking in the Windows log I found the following entries.Does anyone have an idea of the possible...
View Article