Exception Assistant


Visual Studio Debugger
Troubleshooting Exceptions: System.Data.StrongTypingException

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

Associated Tips

Add error handling for the StrongTypingException.

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

See Also

Tasks

Concepts

Reference

Tags :


Community Content

Aleks
KB Reference
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 :

Page view tracker