I have the following lines of code to schecule a Word Automation Services job.
JobSettings.OutputFormat =
job.UserToken =
job.AddFile(wordFileUrl, wordFileUrl.Replace(".docx", ".pdf"));
job.Start();
When job.start() is execued I get the following error:
The communication object, Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannelFactory, cannot be used for communication because it is in the Faulted state.I have checked configuration and permission in Central Admin and everything looks right. Any idea?
Guest UserPosted Jul 26, 2011, 7:54 AM
http://social.msdn.microsoft.com/forums/en-US/wcf/thread/313703fa-8aa4-46d6-b22f-0a7669819759/
http://stackoverflow.com/questions/530731/how-to-make-sure-you-dont-get-wcf-faulted-state-exception
Sorry I couldn't be of more help.
Zeeshan ZaffarPosted Jul 25, 2011, 6:00 PM
Guest UserPosted Jul 23, 2011, 7:46 AM
https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806