Freigeben über


Workflow MSDN Beta Documentation Online

WinFX Documentation is online now and includes Windows Workflow Foundation.  This is for Beta 1 of Windows Workflow Foundation which requires Beta 2 of Visual Studio 2005.  I created this little blog entry that links to all the workflow sections in the WinFX docs.

Windows Workflow Foundation Windows Workflow Foundation Overview Windows Workflow Foundation Programming Guide Windows Workflow Foundation Tutorials Class Library Reference System.Workflow.Activities System.Workflow.Activities.Rules System.Workflow.Activities.Rules.Design System.Workflow.Activities.Rules.Design.CustomTreeView System.Workflow.ComponentModel System.Workflow.ComponentModel.Compiler System.Workflow.ComponentModel.Design System.Workflow.ComponentModel.Serialization System.Workflow.Runtime System.Workflow.Runtime.Configuration System.Workflow.Runtime.Hosting System.Workflow.Runtime.Hosting.Web System.Workflow.Runtime.Messaging

Comments

  • Anonymous
    October 27, 2005
    I'd very much appreciate being able to download the documentation for offline usage (CHM). Is there any possibility to get it somewhere?

    Thank you!

    Palo
  • Anonymous
    November 01, 2005
    The help is part of the SDK download. Its available for Beta 1 now. Check the download on http://msdn.microsoft.com/workflow

    Regards,
    Paul
  • Anonymous
    November 12, 2005
    When I install the the Beta 1.2 version of WF (for VS 2005 RTM), I only can find 3 dlls to reference in my projects:

    System.Workflow.Activities,
    System.Workflow.ComponentModel, and
    System.Workflow.Runtime

    Further, when I try to derive a new class from Activity, I get the following error:

    The type 'System.Workflow.ComponentModel.Activity' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

    This is despite the fact that I do have a reference in my project to System.Workflow.ComponentModel version 3.0.0.0. (The assembly's culture property is blank, and I don't know how to check the PublicKeyToken.)

    I running VS 2005 Professional on a Windows Server 2003 x64 machine.