Search code examples
visual-studiovisual-studio-2012workflow-foundation-4workflow-activity

WF Security Pack Activities are not showing up in the toolbox


I installed the WF Security Pack CTP 1 and referenced the assemblies in my project, but I can't figure out why the activities aren't showing up in the toolbox. I'm using Visual Studio 2012 and .NET 4.5. Any suggestions?

I should be seeing something like this:

enter image description here


Solution

  • Quote from your url:

    Please note that the Client Profile of the .NET Framework 4 is not sufficient since it does not satisfy the requirements for the Windows Identity Foundation (WIF).

    So you might want to switch to the full .net 4 profile?

    Another solution might be to open a workflow, right click inside the toolbox and selecting "choose items..." and selecting your activities/dlls inside the dialog.