How to disable openHistorian debug host automated start
GitTurboy opened this issue · 4 comments
GitTurboy commented
When I try to debug the openHistorianManager project in visual studio, the openHistorian will started before openHistorianManager. How to disable this?
ritchiecarroll commented
As I understand this, because the primary application, openHistorian, is marked as a web application by Visual Studio it's always going to try to start openHistorian first when debugging.
The simplest way I know to prevent this is to simply "unload" the openHistorian project. For example, right-click on the openHistorian project from within the solution and select "Unload Project" from the menu.
Hope that helps!
Thanks,
Ritchie
StephenCWills commented
ritchiecarroll commented
Ah, the best answer! :-)
GitTurboy commented