I’ve setup NServiceBus to run in a production profile. I’ve also executed the runner.exe which “reinstalls” the performance counter “critical time” under NServicebus. But when I run my application and tries to enable the counter in perfmon, I get an “no instance” under the NServicebus critical timer. How can I fix this problem?
I’ve setup NServiceBus to run in a production profile. I’ve also executed the runner.exe
Share
I got this to work by using the
NServiceBus.PerformanceCountersprofile when installing my service. If you use theNServiceBus.Productionprofile, it does not set up the counter. To get the behaviour of both, pass both profiles along on the install(http://nservicebus.com/Profiles.aspx).