> From: "Craig Lee" <[EMAIL PROTECTED]> > > This was happening to me as well, and I discovered that ASP.NET > was throwing this exception whenever I made a call to > Response.Redirect( "",true ). The boolean tells it to cancel any > current output - this seemed to be where the exception was coming > from. > > Hope this helps, > > cl.
Well, this is a web service, not a web page, so there is no Response object. I'm just trying to create a remoted object. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
