Hi, I seem to have an random error with my Flex app which happens every so often.
I am using Cairngorm 2.2 with a mx:WebService Object in my Services.mxml. The web service is written in ASP.NET 1.1. I am using Firefox as my browser. Below is the trace on the faultEvent Object. Upon doing some research I have seen this has cropped up with HttpService objects and something to do with Caching on the Server side. I cannot find any solutions for .net 1.1 and web services. Any help would be muchly appreciated Regards Mark Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://markemark.homeip.net/ModerationUI/ModerationServices.asmx"]. URL: http://markemark.homeip.net/ModerationUI/ModerationServices.asmx (mx.messaging.messages::ErrorMessage)#0 body = (Object)#1 clientId = "DirectHTTPChannel0" correlationId = "B4C4616C-B647-1489-387B-52B3F9CE99B8" destination = "" extendedData = (null) faultCode = "Server.Error.Request" faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://markemark.homeip.net/ModerationUI/ModerationServices.asmx"]. URL: http://localhost/ModerationUI/ModerationServices.asmx" faultString = "HTTP request error" headers = (Object)#2 messageId = "37A664BF-143C-BEAD-880F-52B3FA5A3C3A" rootCause = (flash.events::IOErrorEvent)#3 bubbles = false cancelable = false currentTarget = (flash.net::URLLoader)#4 bytesLoaded = 0 bytesTotal = 0 data = (null) dataFormat = "text" eventPhase = 2 target = (flash.net::URLLoader)#4 text = "Error #2032: Stream Error. URL: http://localhost/ModerationUI/ModerationServices.asmx" type = "ioError" timestamp = 0 timeToLive = 0

