J
Jeff
hi
asp.net 2.0
vista business 32bit
I have placed a break point with the Page_Load event of a UserControl.
The break point wasn't triggered.. I have also put
Debug.WriteLine("Page_Load"); in it. But nothing is printed to the Output
window...
the code in the Page_Load is very simple:
int r;
r = 9;
(The code doesn't do anything, I just created some very simple code which I
could put the break point on...)
in web.config I've <compiliation debug=true>
any suggestions?
asp.net 2.0
vista business 32bit
I have placed a break point with the Page_Load event of a UserControl.
The break point wasn't triggered.. I have also put
Debug.WriteLine("Page_Load"); in it. But nothing is printed to the Output
window...
the code in the Page_Load is very simple:
int r;
r = 9;
(The code doesn't do anything, I just created some very simple code which I
could put the break point on...)
in web.config I've <compiliation debug=true>
any suggestions?