G
Guest
Does anyone know how to use ReportFault or the new WER API from within .net.
I know I can use pinvoke but I am wondering if there is support already for
it in the .net framework. It seems like that should be included if it is
not. But I cannot find it if it is.
Also, with my .net app it will currently not send error reports. My
understanding of WER is that if you have an unhandled exception it should
automatically prompt the user to send the report unless you have a global
handler that is catching the exception. I do not, but I get the standard
..net exception report screen and no error reporting. I am guessing this
means that the .net Framework has a global handler that is catching my
unhandled exception? Thus my need to manually call the WER api to report the
error so that I can see them on the winqual site.
I know I can use pinvoke but I am wondering if there is support already for
it in the .net framework. It seems like that should be included if it is
not. But I cannot find it if it is.
Also, with my .net app it will currently not send error reports. My
understanding of WER is that if you have an unhandled exception it should
automatically prompt the user to send the report unless you have a global
handler that is catching the exception. I do not, but I get the standard
..net exception report screen and no error reporting. I am guessing this
means that the .net Framework has a global handler that is catching my
unhandled exception? Thus my need to manually call the WER api to report the
error so that I can see them on the winqual site.