Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a DLL
Message
From
11/07/2010 05:26:13
 
 
To
10/07/2010 15:51:56
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01460478
Message ID:
01472179
Views:
51
>>In VB if the last thing that is logged is the LevelExtreme.WebForm.New() then that implies that all of it's parent classes were successfully established. The next log entry should be the initializing of the Page derived from LevelExtreme.WebForm followed by its constructor. Looking back it doesn't look like you were attempting to log those (just the PreInit() and Init() events)...
>
>If I put a log in the New() event of the page, this will be like this:
>
>Id:__Page Framework.WebForm.Initialize() at 7/10/2010 4:50:24 PM
>Id:__Page LevelExtreme.WebForm.New() at 7/10/2010 4:50:24 PM
>Id:__Page Framework.WebForm.PreInit() at 7/10/2010 4:50:24 PM
>Id:__Page Framework.WebForm.Page_Init() at 7/10/2010 4:50:24 PM
>Id: ShowHeaderStore.aspx.New() at 7/10/2010 4:50:24 PM
>
>So, basically, the .aspx New() event only happens after the base class PreInit() and Page_Init(). I had that test yesterday. So, I removed it because it is not a factor in in the log sequence.
>
>>Out of curiosity does the site ever hang if the page you are attempting to access during the re-cycling is *not* derived from your framework classes?
>
>All the pages are inheriting from the framework class.

Can't you just add a plain one for testing ?

>
>>Also when the site appears to hang does it only affect hits that were (presumably) attempted during the re-cycling or do all futher attempts fail until the application is manually re-started?
>
>The entire site freezes until I kill the task.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform