Workflow Foundation (WF) error related to performance counters

Discussion in 'ASP.NET / ASP.NET Core' started by petersunnet, Apr 4, 2008.

  1. Is Workflow Foundation (WF)supported?

    When calling workflowRuntime.StartRuntime(), I gotthis error:


    Cannot continue the current operation, the performance counters memory mapping has been corrupted.

    I found the following online and tried it, but it didn't work for me.
    http://msdn2.microsoft.com/en-gb/library/ms734511.aspx

    Did anybody make WF work? Anyspecific changes needed?

    Thanks.


     
  2. Thanks Mark and Aristotle.

    I tried turning off perf counters again using a different approach and it was a success.
     
  3. For the benefit of all, could you share with us how you turned the performance counters off?
    I am running into the same problem, and the MSDN web.config method isn't working.

    Thanks.
     
  4. I figured it out. Here's a working config that disables performance counters and enables persistence:

    web.config:
     
  5. Really appreciate you following up on this one, thanks a bunch. [​IMG]
     

Share This Page