Error: Unable to connect publishing custom string handler for output caching.
Hello I'm seeing the following message in event viewer consistently. i don't know what is the impact of this issue and why it keeps coming? Can anyone let me know? Event Type:ErrorEvent Source:Office SharePoint ServerEvent Category:Publishing Cache Event ID:5785Date:5/1/2007Time:6:18:31 AMUser:N/AComputer:HRITO0101Description:Unable to connect publishing custom string handler for output caching. IIS Instance Id is '917912195', Url is 'http://hrito0101:9999/HRWebService/HRWebService.asmx'. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Thanks Krish
May 1st, 2007 8:26pm

I am getting the same 5785 errors.Did you find out what was causing these errors? Thanks, Tony
Free Windows Admin Tool Kit Click here and download it now
August 21st, 2007 10:23pm

This had me troubling for quite a while and looking on the Internet didnt really give any real solutions. In my case the errors were caused by a custom Web Service that I added to SharePoint. When one of the Web Parts called the Web Service an event log entry was written: Event Type: ErrorEvent Source: Office SharePoint ServerEvent Category: Publishing CacheEvent ID: 5785 ProfilePictureEventHandler A SharePointLibrary event handler to automatically link a picture to a MOSS 2007 User Profile. The file names must be of the following format: [accountName].[ext]
August 28th, 2007 6:44pm

I'm still working on mine. Event Type:ErrorEvent Source:Office SharePoint ServerEvent Category:Publishing Cache Event ID:5785Date:8/28/2007Time:11:54:48 AMUser:N/AComputer:WEB06Description:Unable to connect publishing custom string handler for output caching. IIS Instance Id is '518889157', Url is 'http://web06/_layouts/images/blank.gif'. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Free Windows Admin Tool Kit Click here and download it now
August 28th, 2007 8:05pm

Looks like it was the Metalogix Team Migration extensions. No errors since uninstall.
August 29th, 2007 2:14am

tryto modify theweb.configof the Web Service application. Remove thePublishingHttpModulemodule that was added by the root web.config:<httpModules><remove name="PublishingHttpModule" /> ...</httpModules>
Free Windows Admin Tool Kit Click here and download it now
September 10th, 2008 12:06am

Hello, Thanks for this Post, but if i can add a comment :For an application Sharepoint/Custom.When the errors appears for /_layouts/images/*.gifWe must add :<httpModules><remove name="PublishingHttpModule" /></httpModules>on the application Web.configin the section <locationpath=''_layouts/images"/> (just before </system.web>)
December 9th, 2008 6:36pm

Go to your web.config file and remove the following line if it already exists from the httpHandlers section: <remove verb="*" path="*.asmx" /> After removing it, you should no longer get that error.Dennis Alzoubi
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2009 10:33pm

Hello. I am getting a quite similar error to yours. In my case, the file is an aspx file, but other than that (and of course the computer and path difference, etc.) they are the same.I see further down the thread, the discussion turns to a similar error relating to a .gif file. I was uncertain whether solutions would differ between an executable web part and a display only .gif file. Has anyone else with this problem found a solution?The weird thing is that the web part in question is actually displaying its contents as expected.
September 29th, 2009 6:09pm

I had accidently deleted the global.asax file and this error started occuring. More information on global.asax - http://msdn.microsoft.com/en-us/library/1xaas8a2(VS.71).aspxEvent viewer was showing this -Event Type: ErrorEvent Source: Office SharePoint ServerEvent Category: Publishing Cache Event ID: 5785Date: 1/31/2010Time: 7:52:00 PMUser: N/AComputer: ********Description:Unable to connect publishing custom string handler for output caching. IIS Instance Id is '1093436536', Url is 'http://********'. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Free Windows Admin Tool Kit Click here and download it now
February 1st, 2010 5:09am

I just performed an IISRESET and this solved the problem.
April 4th, 2011 1:57am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics