Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Debugger Roadmap
Exception Assistant
 Troubleshooting Exceptions: System....
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio Debugger
Troubleshooting Exceptions: System.Data.StrongTypingException

Updated: November 2007

A StrongTypingException occurs when the user accesses a DBNull value in a strongly typed DataSet.

Add error handling for the StrongTypingException.

Place the code accessing the DataSet in a Try…Catch block and catch the StrongTypingException.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
KB Reference      Aleks   |   Edit   |  
This KB http://support.microsoft.com/kb/318039 show a workaround that is much more elegant than the Try Catch proposed in the Tips.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker