Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging and Datasets

Status
Not open for further replies.

DavesTips

Programmer
Sep 14, 2001
184
0
0
DE
Some questions for a change:

At some point I got some error message while debugging a web forms project and had the option to switch off debugging for the current project, and made the sad mistake of doing this. After the original problem was resolved (something to do with IIS folder parameters) the IDE resolutely refused to debug again. I checked all the debug options known to me in IDE and IIS, but could only resolve the problem by copying all the files, deleting the project, recreating it and copying all the files back in (so it's presumably something in IIS and not in the IDE configuration). Basically the debugger wouldn't stop on any breakpoints, although I got the nice debug info from IIS. If anyone has an idea what the option is I'd like to hear it.

Secondly: any way to
a. Create a .xsd from a query (directly, rather than adding a dataadapter/dataset to a designer, which I almost never want to do)
b. create a dataset proxy class from a .xsd (again directly).


:) Hope that this helped! ;-)
 
Last two points a and b solved. :) Hope that this helped! ;-)
 
Would you mind telling us the solution to points a and b?

Kyle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top