![]() |
|
|
|||||||
![]() |
ASP Net - Pages "stuck" unless debugged... |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Here's something really bizarre that I've not encountered in my 4 yrs. of
..NET development which hopefully, someone here can provide an explanation for... I've inherited an in-house app which is very poorly written (spaghetti code, huge footprint, super-slow, hard to maintain, no standards or consistency, etc.) This thing has a few demons in it but this one is most disruptive. I can, for example, add a new feature to a page or fix a big and then go back and run the application to test it. In many cases, until I run the app through vs.net in debug-mode the changes/fixes just won't "appear". That is...I can't see my changes until I run the debugger...then the app begins to behave as expected...but not until then. Nothing is being cached (neither client or server-side). What would cause this? =?Utf-8?B?emFtYml6emk=?= |
|
|
|
|
#2 |
|
Posts: n/a
|
Make sure that the complete solution is re-built. When you start debugging the IDE does a re-build, so you'll find it all fine. Check if the start project has any project/assembly references and they're all current before you run it. "zambizzi" <> wrote in message news:0652159D-1D2F-4EDF-B87B-... > Here's something really bizarre that I've not encountered in my 4 yrs. of > .NET development which hopefully, someone here can provide an explanation > for... > > I've inherited an in-house app which is very poorly written (spaghetti code, > huge footprint, super-slow, hard to maintain, no standards or consistency, > etc.) This thing has a few demons in it but this one is most disruptive. > > I can, for example, add a new feature to a page or fix a big and then go > back and run the application to test it. In many cases, until I run the app > through vs.net in debug-mode the changes/fixes just won't "appear". That > is...I can't see my changes until I run the debugger...then the app begins to > behave as expected...but not until then. > > Nothing is being cached (neither client or server-side). > > What would cause this? mallik |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Canon iP4000 printer only prints test pages | jumar55 | Hardware | 0 | 05-03-2009 07:22 AM |
| How to open Web Application pages (ASPX) in Windows application. | arameshmca | Software | 1 | 02-07-2008 03:18 AM |
| Unable to view web pages | acaravia | General Help Related Topics | 1 | 08-07-2007 05:16 AM |
| .NET stops compiling some aspx pages | angelbrown | Software | 0 | 09-04-2006 01:48 PM |
| DVD web pages WTD | TSKO | DVD Video | 0 | 09-11-2003 08:04 PM |