Bluescreen 0x0000003B during DownloadFileAsync?
Posted
by SeveQ
on Stack Overflow
See other posts from Stack Overflow
or by SeveQ
Published on 2010-06-03T18:06:43Z
Indexed on
2010/06/03
18:14 UTC
Read the original article
Hit count: 510
Hello again,
I've run into a problem with an application I'm developing in C#/.NET. A problem I can't trace down because it causes my system to crash with a BSOD. Here's the minidump:
060310-27066-01.dmp 03.06.2010 19:47:39 SYSTEM_SERVICE_EXCEPTION 0x0000003b 00000000c0000005 fffff800
0306d4d0 fffff8800b107640 00000000
00000000 ntoskrnl.exe ntoskrnl.exe+70600 NT Kernel & System Microsoft® Windows® Operating System Microsoft Corporation 6.1.7600.16539 (win7_gdr.100226-1909) x64 C:\Windows\Minidump\060310-27066-01.dmp 4 15 7600
It's not related specifically to DownloadFileAsync. Other methods of the System.Net assembly classes related to HTTP download also make my system crash. I really hope someone can help me with this.
Just for info: other apps (browsers etc.) that download files work like a charm.
If you need further information don't hesitate to ask!
Thanks!
© Stack Overflow or respective owner