Search

You searched for the word(s): userid:764185

Matching Posts

  • Server.Transfer - "Error executing child request"

    I'm receiving an error after a button click event fires a Server.Transfer. The error reads "Error executing child request for SubmissionProcessing.aspx.: Exception of type 'System.Web.HttpUnhandledException' was thrown." ASP .Net 3.5. IIS 6 in Application Pool with several other applications - no web gardens or any other odd configurations The reason we are using Server.Transfer rather than Response.Redirect is that we have logic in the page we are transferring to shouldn't
    Posted to Web Forms (Forum) by chrisanderson on 11/5/2009
  • Re: Server.Transfer - "Error executing child request"

    I was able to get a dump at the 1st chance exception and loaded it up in WinDbg - I'm not sure how much useful information I can get out of it, but I have all of the vars associated with the state of the HttpServerUtility object. found the call in clrstack 0a17eee0 16df35b7 System.Web.HttpServerUtility.Transfer(System.String, Boolean) Examined the object 0:016> !do poi(13f8530c+4) Name: System.Web.HttpContext MethodTable: 028420b8 EEClass: 061cdba4 Size: 192(0xc0) bytes (C:\WINDOWS\assembly
    Posted to Web Forms (Forum) by chrisanderson on 11/5/2009
  • Re: How, specifically, does 2.0, or 3.5 framework run 1.1 referenced assemblies?

    Excellent - Thanks! Have you run across any specific MSDN or other Microsoft information regarding this? I certainly trust what you're saying, as it is inline with what I expected, but I'd love to have something official from MS to say "Here you go, everything will be fine" Will the wizard catch runtime errors or will it only identify design time problems?
  • How, specifically, does 2.0, or 3.5 framework run 1.1 referenced assemblies?

    I've been tasked with providing an estimate and laying out the process by which we will be migrating our entire business suite of ASP .Net websites and webservices over to the 3.5 framework. Everything currently exists in vb .net 1.1. I've dug through all of the breaking changes lists, gone through the conversion wizard a few times and the one thing I keep wondering, and getting asked by my fellow developers here at work is how does the 2.0, or 3.5 runtime load 1.1 dll's? Does it just
Page 1 of 1 (4 items)