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.
Hi, Did you make any headway with this? Haven't done anything with it yet myself but thought you might find this helpful: http://www.codeplex.com/workflowmanager Salute, Mark
I think the solution is to turn off performance counters in the app, since I doubt you'll be able to use this feature anyway because it probably requires administrative priviledges. http://msdn2.microsoft.com/en-gb/library/ms734511.aspx Aristotle DiscountASP.NET www.DiscountASP.NET
Thanks Mark and Aristotle. I tried turning off perf counters again using a different approach and it was a success.
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.
I figured it out. Here's a working config that disables performance counters and enables persistence: web.config: