I've been customizing SharePoint 2007 through SP Designer and Visual Studio, but until this point I haven't done any development that required a SharePoint template in VS. Now I have to create a custom workflow in VS and getting my environment setup seems to be a major hurdle.
Here's my current setup:
- 64-bit PC with Windows 7 and Visual Studio 2010 on my machine
- SharePoint 2007 on a remote server running Windows Server 2003
I tried to create a Sequential Workflow project in VS, but I got a message that I had to have SharePoint 2007 installed on my machine. After much work, I was able to get SharePoint 2007 and SQL Server Express installed on my Windows 7 box, but now I'm getting an error message that VS needs a 32-bit SharePoint installed. I tried to install a 32-bit SP, but I could only get the 64-bit version to install.
I also tried to install the WSPBuilder tools, because I read that they include a template which can be used from a 64-bit install to create a Sequential Workflow, but after installing WSPBuilder tools, I don't see any additional project templates in my Visual Studio.
What's the best way to develop for SharePoint 2007 using VS 2010 and the SP Sequential Workflow template on a Windows 7 box?