InterwebsGuy Posted October 31, 2011 Posted October 31, 2011 Hi Nick I have updated to the 7.6 version this morning and once again we have a broken file download. It is a different exception to the last time - maybe because the dll you gave me last time fixed that? Anyway, below is the exception. Server Error in '/HAP' Application. The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [COMException (0x80070006): The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))] [HttpException (0x80004005): An error occurred while communicating with the remote host. The error code is 0x80070006.] System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect) +4097548 System.Web.Hosting.IIS7WorkerRequest.FlushCore(Boolean keepConnected, Int32 numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32[] bodyFragmentTypes) +138 System.Web.Hosting.IIS7WorkerRequest.FlushCachedResponse(Boolean isFinal) +816 System.Web.HttpResponse.UpdateNativeResponse(Boolean sendHeaders) +1158 System.Web.HttpRuntime.FinishRequestNotification(IIS7WorkerRequest wr, HttpContext context, RequestNotificationStatus& status) +320 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
nickbro Posted October 31, 2011 Posted October 31, 2011 That error isn't saying that there's a problem with HAP+, since there is no stack traces to HAP.*, just System. Nothing in the HAP.Web dll has changed for a few days, since I put the new download handler routines in last week.
InterwebsGuy Posted October 31, 2011 Author Posted October 31, 2011 Thanks Nick - no worries I will have a look at .net again on the server!
esucmn Posted October 31, 2011 Posted October 31, 2011 We were seeing this error too - Fresh install of 2008r2 this morning with a new copy of .net 4 full profile. When i fully patched the server and .net with all the windows update in the hope of fixing it I could no longer log in.
nickbro Posted October 31, 2011 Posted October 31, 2011 How bizarre, as the only thing I changed on HAP.AD was the contained impersonation stuff (only called by the apis, not the pages). I'm baffled by this, it shouldn't be happening
Jenkia Posted October 31, 2011 Posted October 31, 2011 Just so you are aware, mine is also doing the same. I still love it though.
nickbro Posted October 31, 2011 Posted October 31, 2011 Found the bug, I've added some #if DEBUG statements in, and when I switched to release mode, it stopped using a bit of code that I'd miss placed. 2
nickbro Posted October 31, 2011 Posted October 31, 2011 Really big sorry to everyone who has downloaded v7.6.1030.2000, the download issue has now been fixed, and v7.6 has been re-released. You can download the full version from Home Access Plus+ - Download: v7.6 You can also download just the fix from Home Access Plus+ - Download: v7.6.1031.1800 2
esucmn Posted October 31, 2011 Posted October 31, 2011 Thats some seriously good support! Nice work nick!
sister_annex Posted October 31, 2011 Posted October 31, 2011 Found the bug, I've added some #if DEBUG statements in, and when I switched to release mode, it stopped using a bit of code that I'd miss placed. The joys of software debugging lol
InterwebsGuy Posted November 1, 2011 Author Posted November 1, 2011 Thats some seriously good support! Nice work nick! I concur! P.S. This forum really needs a Cheers icon!
Recommended Posts