prism
WPF/WCF application cause blue screen when PC is undocked
I am trying to solve a blue screen problem. We have a .Net 4.0 WPF PRISM application. One specialthing about this application is that it hosts a WCF Service, which we use to communicate with the clie[详细]
2023-04-12 18:42 分类:问答prism4 :mouse events
What is the best solution to implement mouse or load or select event in prism 4. I am adding double click event on dxgrid and looking for a best practice to im开发者_如何学Cplement this feature.[详细]
2023-04-12 14:56 分类:问答C# Create module catalog from XAML file
I have a problem with loading modules from a xaml file in the context of the prism library. The xaml for the modules look like this:[详细]
2023-04-12 14:45 分类:问答Scope of Popup and InteractionRequest in Prism
I need clarification on when to use Pop-up, InteractionRequest. Here is my scenario. I have left side navigation view which displays the Folder\'s in tree format (as same as Windows Directory). I sho[详细]
2023-04-12 04:42 分类:问答C# Circular dependencies in Unity with Ctor injection
I kno开发者_高级运维w that the issue of circular dependencies in the contect of dependency injection with prism/unity was dicussed here before.[详细]
2023-04-12 03:08 分类:问答C# Prism Composite Application module loading
Is there a natural way to register modules within a module for the composite application pattern in prism?[详细]
2023-04-12 00:46 分类:问答How can I Import my ViewModels without breaking MVVM?
[Export] public sealed class MainViewModel : NotificationObj开发者_高级运维ect { [Import] public ISomeService MyService { get; private set; }[详细]
2023-04-11 19:00 分类:问答How to verify the EventAggregator's unsubscribe method is called when disposing a ViewModel with Prism
I\'m struggling to write a test that confirms that I am correctly unsubscribing from an EventAggregator\'s message when it is closed. Anyone able to point out the (simple) answer?![详细]
2023-04-11 18:25 分类:问答Efficient communication between two .Net applications
I am currently writing a .Net application in c#, which has two main components: DataGenerator -a component generating a lot of data[详细]
2023-04-10 21:36 分类:问答Is it possible to show a shell only once all the modules have been loaded?
I\'m currently working on an application which uses PRISM 4 to divide its functionalities in different modules.[详细]
2023-04-09 23:56 分类:问答