Re: debug .net runtime



i'm not sure if MSDN has a checked/debug version of the framework which is
what you would need since it contains the framework pdb. you may try posting
this in the clr newsgroup for further help.

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
-------------------------------------------------------------------------------


"Darren" <deo.is@xxxxxxxxxxx> wrote in message
news:OBXV6$dmFHA.2904@xxxxxxxxxxxxxxxxxxxxxxx
>I do have it break on exception. The error message happens while clearing
> the child relations of a dataset. It looks like there may be event
> handlers
> hooked to the OnCollectionChanging or OnCollectionChanged that are causing
> the exception. There is a grid hooked up to the dataset that may be
> listening to those events.
>
> I'd like to be able to step into the Clear method to get a better idea.
>
> "Alvin Bruney [Microsoft MVP]" <www.lulu.com/owc> wrote in message
> news:uF3yWVWmFHA.1088@xxxxxxxxxxxxxxxxxxxxxxx
>> Why don't you have the debugger break on an exception, it should give you
> a
>> good stack trace to run thru. I think it is more probably that there is
> bad
>> input going in than with the underlying framework itself. but, hey, you
>> never know....
>>
>> --
>> Regards
>> Alvin Bruney
>> [Shameless Author Plug]
>> The Microsoft Office Web Components Black Book with .NET
>> available at www.lulu.com/owc, Amazon, B&H etc
>> --------------------------------------------------------------------------
> -----
>>
>>
>> "Darren" <deo.is@xxxxxxxxxxx> wrote in message
>> news:OmgJISUmFHA.3312@xxxxxxxxxxxxxxxxxxxxxxx
>> > Is there a debug version of the .net 1.1 runtime available?
>> > I'm getting a null reference exception in system.data.dll and it
>> > doesn't
>> > get
>> > handled by a try catch.
>> >
>> > I'd like to step into the runtime to find out what is happening.
>> >
>> >
>>
>>
>
>


.



Relevant Pages

  • Re: application crash
    ... > All the quirk of exception handling is smoething somewhat obscure. ... >> I wrote an application that is basically http loader. ... There is no alert and no crash ... >> some error message by .net framework or unhandled execption. ...
    (microsoft.public.dotnet.framework)
  • Re: application crash
    ... >> All the quirk of exception handling is smoething somewhat obscure. ... >>> I wrote an application that is basically http loader. ... >>> Maybe i have a bug in my code but if my application crash there should ... >>> some error message by .net framework or unhandled execption. ...
    (microsoft.public.dotnet.framework)
  • Re: application crash
    ... The .NET Framework 2.0 don't handle the exception the same way as 1.1. ... Basically the process is more likely to terminate after an exception than in ...
    (microsoft.public.dotnet.framework)
  • Re: Ridicilous!
    ... FileIOPermissionAccess Enumeration? ... > amazed that this is not possible in the framework. ... > B> Win32 Security. ... > Opening a file and catching the exception is the only easy way that I've, ...
    (microsoft.public.dotnet.framework)
  • Re: Ridicilous!
    ... FileIOPermissionAccess Enumeration? ... > amazed that this is not possible in the framework. ... > B> Win32 Security. ... > Opening a file and catching the exception is the only easy way that I've, ...
    (microsoft.public.dotnet.general)