What other kinds of queries will you be able to make with beta 2 ?The query you make to get some activity property value, you get the data also from the tracking service? So you save state data into the tracking service? The tracking service SQL database changes in beta 2?
Really glad to know you guys are building something great!
Ariel Schapiro.
I think that workflow designer host has one big drawback. I don't understand why do you need to have access to workflow assembly in order to draw the activities . I think that markup serialized representation such as one existing in SqlTracking database should be enough to display workflow, and it will enable remote monitoring scenarious .Srdjan
bfallar3 wrote:here is the error message I received when I launch the monitoring tool..."Exception in GetWorkflowsCould not load file or assembly 'HostingWorkflowRuntime, Version=3.0.0.0, Culture=neutral,PublicKeyToken=null' orone of its dependencies..."Please help.
The workflow assemblies need to be discoverable by the process calling the SqlTrackingQuery APIs. In your case, and per the error message, please make sure that the HostingWorkflowRuntime assembly and its dependencies are either GAC'ed or in the same directory as the WorkflowMonitor.exe. Hope this helps.--Moustafa