Visual Studio Debugger
Troubleshooting Exceptions: System.Data.StrongTypingException
- Add error handling for the StrongTypingException.
Place the code accessing the DataSet in a Try…Catch block and catch the StrongTypingException.
Tasks
Concepts
Reference