Re: HttpWebRequest lockup while posting to a site 'accepting client certificates'

From: B Martin (shadowdemon7_at_hotmail.com)
Date: 01/20/05


Date: 19 Jan 2005 18:12:32 -0800

I don't get an error back. It just hangs. I have the debugger set to
break on all exceptions and stepped through it. As soon as I execute
this statement, the app freezes and the execution never returns from
the call.

dataStream.Write(data, 0, data.Length); //HANGS here

I have left it sitting there for three hours thinking it would
eventually return and it never did. It is definitely some sort of
deadlock situation, but I have no idea what is causing it (and why
writing to a stream of all things?).

BM



Relevant Pages

  • Best practise for distributed transactions and oracle procedures.
    ... Execute a Stored Procedure to return a recordset of IDs from a SQL2K DB ... Then call a oracle procedure that will validate these ids against its ... Insert these exceptions into a exception table in our SQL2K DB. ...
    (microsoft.public.sqlserver.dts)
  • Best practise for distributed transactions and oracle procedures.
    ... Execute a Stored Procedure to return a recordset of IDs from a SQL2K DB ... Then call a oracle procedure that will validate these ids against its ... Insert these exceptions into a exception table in our SQL2K DB. ...
    (microsoft.public.sqlserver.programming)
  • Re: replace all ^p s unless followed by a date
    ... Word's Find/Replace isn't really set up to do exceptions. ... Set wdApp = CreateObject ... On Error GoTo 0 ... .Execute Replace:=wdReplaceAll ...
    (microsoft.public.word.vba.general)
  • Re: Handling invalid objects
    ... Code that _should_ never execute, ... Exceptions are for things that can't be handled locally because of ... enforced in the language. ... It's a mess regardless. ...
    (comp.lang.ada)
  • Re: Use replication + DTS - Referred to Hilary Cotter or Paul Ibis
    ... goes to execute the trigger it hangs. ... Ran it in query analyzer and a message ... Will the error log even show what is happening if it hangs? ... > Paul Ibison ...
    (microsoft.public.sqlserver.replication)