Greetings,
I am attempting to create a custom activity. I am getting the following error when I try to add the activity to the Workflow admin under custom activities.
From previous problems I know this has to do with the targeted platform I am using. Here is my configuration
- Platform is set to 64 bit after opening a "LaserFiche Custom Activity Template".
- I have selected a single entry, with version 9.0 support.
- Using visual studio 2010 because the template is not available in 2012.
After the project loads I have the following errors immediately.
Additionally all of the LaserFiche Com objects are the wrong platform version. I remove these references and add the 64 bit references, and all but 2 errors are resolved.
to resolve the other 2 errors I remove the LaserFiche.base, and the LaserFiche.project dlls, and replace them with actual locations that are valid. Although I am not sure what platform they support.
Now all errors, and warnings are resolved, and I assume I am ready to create my custom activity. I have created other activities without these problems.
What is interesting all the other workflow references seem to be 32 bit as seen here.
The only workflow reference that appears to be 64 bit is the one shown below.
I am confused so any guidance you can provide regarding target platform mismatches would be great. Part of my confusion is I am working on a 64 bit computer, my workflow server is 64 bit. so when my runtime installs it only allows 64 bit installation. Why is visual studio using 32 bit by default?
Thanks for the assist
Phil