MS CRM Custom Workflow to access Project Server web service - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T00:05:14Zhttp://stackoverflow.com/feeds/question/508680http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/508680/ms-crm-custom-workflow-to-access-project-server-web-service1MS CRM Custom Workflow to access Project Server web serviceJC2009-02-03T20:00:22Z2009-02-11T19:34:16Z
<p>I am trying to create a custom workflow in ms crm 4 so that when a task is completed it will take some of the attributes of the task and add an entry in project server on a timesheet. I am able to access the project server web services (PSI) and create a time sheet entry from a c# console app and I can do other custom workflows in crm not related to project server. When using the Project Server web services (PSI) I have to reference and include 3 office project dll's but I am unsure how to get those registered in CRM when i do the custom workflow plugin registration. Any thoughts would be helpful.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/508680/ms-crm-custom-workflow-to-access-project-server-web-service/538394#5383940Answer by benjynito for MS CRM Custom Workflow to access Project Server web servicebenjynito2009-02-11T19:34:16Z2009-02-11T19:34:16Z<p>In my experience, you're either going to have to deploy those DLL's to the Server\bin directory or merge them with your DLL using something like ILMerge and register it all as one big chunk.</p>