1
votes

I went to create a SP2010 Workflow project in VS2010, and it complained that I did not have SP Server installed on my machine.

Well, I do not want to install SP2010 on my dev machine. I have a perfectly good dev instance installed onto a VM.

Is it possible at all to design SP 2010 workflow projects in VS2010 without having a local instance of Sharepoint?

Cheers,

Daniel

2

2 Answers

2
votes

Well, it looks like the answer is "No, you must have SP2010 installed locally"

0
votes

Will VS let you continue after receiving that message?

Microsoft recommendation is to install Visual Studio on the your DEV VM (running Windows Server 2008 R2) that has SharePoint running. You'll also get additional debug features by doing this, like F5 debugging/breakpoints, and auto deploy/retract of your solutions.