Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / September 2005

Tip: Looking for answers? Try searching our database.

Debug version of CLR

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Darren - 05 Aug 2005 22:18 GMT
Is there a debug version of the 1.1 framework available?
I'm getting a null reference exception in System.Data.dll that I'd like to
track down but can't step into the code.

It's throwing an exception while clearing the child relations of a data
table.
Matt Garven - 07 Aug 2005 15:26 GMT
The short answer is no, there isn't.

I would recommended downloading Reflector and see what you can track down
that way (http://www.aisto.com/roeder/dotnet/). It will let you decompile
the System.Data assembly and using the callstack of your exception you
should be able to find the class and method in which your exception is
occurring. Then you'll be able to see the likely candidates for the object
that is null from the source generated by Reflector.

If that doesn't help, you could try posting the callstack to the ADO
newsgroup.

- Matt Garven

> Is there a debug version of the 1.1 framework available?
> I'm getting a null reference exception in System.Data.dll that I'd like to
> track down but can't step into the code.
>
> It's throwing an exception while clearing the child relations of a data
> table.
cybergoo - 15 Aug 2005 19:01 GMT
given that Reflector exists, as does the Rotor source, might I suggest that
Microsoft release a suitably licensed partial set of sources, un-optimized
DLLs, and PDBs for the BCL to aid in debugging?

> The short answer is no, there isn't.
>
[quoted text clipped - 16 lines]
> > It's throwing an exception while clearing the child relations of a data
> > table.
Gaurav Khanna [MSFT] - 26 Sep 2005 05:40 GMT
Hi,

Can you share the exception details and the call stack at the time of exception?

Cheers!
Gaurav

> Is there a debug version of the 1.1 framework available?
> I'm getting a null reference exception in System.Data.dll that I'd
> like to
> track down but can't step into the code.
> It's throwing an exception while clearing the child relations of a
> data table.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.