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
Hi,
ReplyDeleteregarding 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
Hi,
ReplyDeleteIf you mean offline mode, then you should use the offline webservice as described in the SDK.
Gustaf