I've created a class project in VS 2010 Beta 2. I've added one Activity to it. Saved it. Created another Activity. I would expect the first Activity to appear in the toolbox so I could drag it into my workflow, but it's not. Any ideas?

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

I think this was because of not building in the right configuration mode.

I've made a post about it on my blog: http://benzinimundo.com/?p=84

link|improve this answer
feedback

Make sure your Custom Activity class is marked as public.

link|improve this answer
feedback

I had this problem with Visual Studio 2010 RTM as well. I wrote a blog post with a potential solution here.

Essentially, the toolbox doesn't load your custom activities if you have two projects in your solution that share the same folder.

link|improve this answer
I almost dismissed this answer, it seemed too weird to be true. Turns out to be exactly correct... Go Microsoft! – OWenJ23 Sep 23 '11 at 18:31
feedback

I resolved this by creating a Windows Workflow 4.0 Console application and then removing out the Program.cs. Very odd, but it worked.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.