R – SharePoint 2007 x64 workflow with Visual Studio 2008

64-bitsharepointvisual-studio-2008workflow

I have development environment with 64-bit SharePoint 2007. I tried to create SharePoint workflow with Visual Studio 2008 and got error message "A 32-bit version of SharePoint Server is not installed. Please install a 32-bit version of SharePoint Server". Is there any way to solve this problem?

Best Answer

I'm shortly going to be in a similar scenario and have been looking into this issue ahead of time since I heard of this issue in blog write-ups. You can apparently still develop under 32bit and then move it to the 64bit server.

It seems that the issue is truly in the Sharepoint Extensions...so if you don't use them (ie. SharePoint 2007 Sequential Workflow or SharePoint 2007 State Machine Workflow projects) and just create a workflow project it appears to have better success for some.(look in the comments to the posting)

Here's the tracked bug at Microsoft Connect, some VS team members provided a "work around" which is basically what I first mentioned.

Bottom line, crummy handling by Microsoft considering this is their "Showpiece" and they are pushing people to 64bit platform. In another two weeks I should be feeling this, if I come up with anything more I'll post back. Good Luck!