Showing posts with label page_load. Show all posts
Showing posts with label page_load. Show all posts

Monday, March 26, 2012

strange error

My webform is working properly for an hour or so.. then suddenly it stops working. No matter what I put inside Page_Load(), Response.Redirect("hhsjdh.aspx"); for example, it doesn´t redirect or seem to care what I type.

I don´t get any errors or so, but empty tables since the mysql data is not fetched.

I have cleaned the cache and tried three different browsers. I rebuild the solution everytime I make a change in a code behind file.

I use sessions and mysql odbc driver 3.51 if that helps.Does the web server you posting to have a proxy server? Even some hardware firewalls come with proxy servers now. If so, it may have chached your page and you will need to clear the server's cache.
restart your IIS may help. type this in command line widow: iisreset /restart. It is possible that your IIS does not work properly.

Saturday, March 24, 2012

Strange Error While Debugging

I put a break point in the Page_Load function but when I tell it to run
till breakpoint, a little question mark appears inside the breakpoint
stop sign and the popup says that the breakpoint will not be hit because
there are currently no symbols loaded for this document.

What does that mean? Why isn't it hitting a line of code inside the
Page_Load function?

JohnAre you running in debug mode?

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"John Kraft" <jhkraft@.ilstu.edu> wrote in message
news:bhbh18$d8j$1@.malachite.ilstu.edu...
> I put a break point in the Page_Load function but when I tell it to run
> till breakpoint, a little question mark appears inside the breakpoint
> stop sign and the popup says that the breakpoint will not be hit because
> there are currently no symbols loaded for this document.
> What does that mean? Why isn't it hitting a line of code inside the
> Page_Load function?
> John
hi,

1) check Project properties -> Configuration properties -> Debugging ->
enable asp.net debugging is set to on.

2) check if Buid-> configuration manager -> active configuration set to
Debug.

3) sometimes error in the code can prevent from the debugger to reach
it. remark functions to check it out.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!