Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom workflow in sharepoint

Status
Not open for further replies.

stephaneey

Programmer
Dec 14, 2006
4
BE
Hello,

I'd like to develop a custom workflow in sharepoint 2007. The purpose of this workflow is to catch when a document library event occurs (new uploaded doc, deleted doc, updated doc ....) and to populate a list from the parent web site.

I'm quite a newbie in sharepoint and even more in custom sharepoint workflow development. However, I figured out that I need the following technologies:

- Framework 3.0
- WF extension for VSS 2005
- Workflow Developer Starter Kit for Windows SharePoint Services 3. to get the sharepoint workflow template projects in VSS 2005

All of these are installed on my machine but when I try to create a "sequential sharepoint workflow library", the designer crashes and I can't build the project because Microsoft.Sharepoint namespace is missing.

I guess that I need to install WSS (windows sharepoint services) but I noticed that it can only be installed on a Windows 2003 Server which sounds wird for a development environment.

Could anyone advise me on that issue?

Thanks.

 
Hello,

Thanks for your answer but it was not exactly the purpose of my question. I know that windows server 2003 is a requirement for WSS since it is clearly stated in Microsoft's web site


But I find a bit suspicious that Microsoft would force developers to have such an environment to build their development environment. By definition, a server is usually not a development machine. :)

So, I managed to install the Sharepoint starter kit on my "client" machine. I've collected two DLLs Microsoft.sharepoint.dll & Microsoft.sharepoint.workflowactions.dll from the sharepoint server and I've linked those DLL to my workflow project.

However, I don't have any clue on how workflows are supposed to work. Moreover, my VSS never stop displaying error messages and I must restart it every 5 minutes.

Thanks for your help anyway.
 
yeah that's sharepoint for you. grab an msdn license and setup a 2k3 server - that'll be your sharepoint dev environment. you don't need to install wss if you have moss.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top