You are viewing limited content. For full access, please sign in.

Question

Question

How do I set the build target to 32-bit in a custom workflow activity?

asked on June 30, 2014

I'm using a DLL that requires the build target be set to 32-bit. This is easily done in Visual Studio, but how can I do it in a custom workflow activity?

 

0 0

Answer

SELECTED ANSWER
replied on June 30, 2014

If you're building your activity dll as 32-bit, you will also have to run the server as 32-bit.

0 0
replied on June 30, 2014

Thank you for the quick reply. How do I make the Workflow server run at 32-bit?

0 0
replied on June 30, 2014

If you have it already installed as x64, you're going to have to uninstall it. Then run the installation and there's a checkbox to install it as 32-bit.
 

0 0
replied on June 30, 2014

Thank you. I really appreciate it.

0 0

Replies

replied on July 2, 2014

Hi Alex, 

 

If your question has been answered, please click the "This answered my question" button on the response.

 

If you still need assistance with this matter, just update this thread. Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.