TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dc
NA
663
0
Debug C# 2008 autogenerated code
Jan 18 2012 10:27 AM
I am trying to debug an error on a C#.net 2008 desktop application. For some autogenerated code that was created when working with an .xsd, an error is occuring on a fill statement to a dataset. I know the error occurs here since I am stepping through the code and the debugger ends up on a catch statement that uses the autogenerated code.
Thus I am trying to determine how to find out what the error is. Can I put a try catch block in the auto generated code. What would you suggest I try?
Reply
Answers (
1
)
Login failed for user ...
Make just in time error handler like on foxpro