GridProtectionAlliance/openHistorian

How to disable openHistorian debug host automated start

GitTurboy opened this issue · 4 comments

When I try to debug the openHistorianManager project in visual studio, the openHistorian will started before openHistorianManager. How to disable this?

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

With the openHistorian project selected in Solution Explorer, use F4 to access the Properties menu and turn off Always Start When Debugging.

image

Ah, the best answer! :-)

Thank you Very Much! This is helpfull!

With the openHistorian project selected in Solution Explorer, use F4 to access the Properties menu and turn off Always Start When Debugging.

image