Monday, May 28, 2007

Net stop / Net start

Developing lots of workflow dll:s? Add the following text to the prebuild events (if you are developing on the server):
net stop "Microsoft CRM Workflow Service"

and then
net start "Microsoft CRM Workflow Service"

which will save you the time of turning the Workflow-service off and on manually with each compilation.

If it is a live server, make sure you understand the complications!

Gustaf Westerlund
CRM and SharePoint Consultant

Humandata AB
www.humandata.se

2 comments:

  1. Hi,
    regarding your example to create email via c# http://gustafwesterlund.blogspot.com/2007/05/creating-crm-emails-in-c-code.html.
    do you know how to do it in client side only?
    thanks
    Rami h.
    rheleg@hotmail.com

    ReplyDelete
  2. Hi,
    If you mean offline mode, then you should use the offline webservice as described in the SDK.

    Gustaf

    ReplyDelete