I开发者_如何学Pythons there a way (maybe from command line) to start the same exe file twice using a different app config?var configMap = new ExeConfigurationFileMap();
Hi have created a listbox which is bound to list of machines. As the number of machines may increase dramatically I need to somehow filter by name. For that reason I have provided a TextBox where user
I\'m creating an application silverlight 5 using prism 4 and when I\'m running the bootstrapper using UnityBootstrapper then I have the next error:
I have a simple container hierarchy with a parent container which is defined in the Shell MEFBootstrapper using a Directory catalog, and child container(s) which get created off the parent with a dist
I am developing a Prism application where I need to publish view-models in a new window. To achieve that I created a service dedicated to the publication of these view-models. I call it like this:
I\'m writing a module for a prism application that we do not control. The requirement is to show a web browser control in one of the regions. Unfortunately, each window derives from a CustomWindow cla
I want to create a composite wpf application with ribbon control using Prism, and I have some thoughts about commanding:
I have TabControl with two tabs: main time and additional time. Main view model contains main hours an开发者_高级运维d additional hours as properties, first tab bound to main hours, second tab - to ad
I could use some help figuring out the best way to implement a \"splash\"/start-up page for my Silverlight 4 client applications that are built using Prism 2 and run out-of-browser.
I \'m fairly new to Prism and I \'m currently re-writing one of our existing applications using Prism as a proof of concept project.