c# - Running Multi Startup Application does not stop the application on Release but stops them on Debug -
I have a question on the difference between debug and release build runs for Incomplete Studio 2010. I have a solution in which two projects depend on A and BAB and call the method of B through IPC interprocess of communication.
Here are the scenarios:
Case A: Only run B - prevents windows while clicking on the STOP button on both debug and release Case B: Multi startup run A Both are arranged for both actions ("action" and two): - Uncontrolled, in run order, A is closed on release run, but B is not closed on debug run, both A and B Has been stopped I am thinking that debug and release version What difference could funny thing is that I think that B is a Aipisissewa channel on startup when running multi-start Visual Studio issues. But the problem can be stopped properly when I run it myself.
IpcServerChannel serverChannel = new IpcServerChannel ("Process name"); ChannelServices.RegisterChannel (server channel, true); How to fix any suggestions?
To set up action for each project, multi startup for more than the project Required
Actions like: None, Start & amp; Start without debugging
Another important thing is that you need to set the order in which the project should start
For example if you have your server first But if this is the last, this sequence will start from the beginning. You will have to execute the server project for the first time and then in the rest of the order
Conclusion: In a multi-initial project you must set action and order for each project
Comments
Post a Comment