Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a DLL
Message
From
09/07/2010 13:48:34
 
 
To
09/07/2010 13:36:20
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:
01472039
Views:
36
>To answer the test, when it freezes, I see that the Global.asax is able to get into Application_Start as it logs an entry. So, it freezes after that and before entering into my DLL.

Did you add any logging for Application_Error and Application_BeginRequest() ?

IAC, if the Application_End of the 'old' instance hasn't fired then it is still running and it may well be that it is preventing the new version from performing some action. For example does the application maintain exclusive use of some resource whilst it is running ?

Could you add a log entry to see it the process that is created in the initialization of the web form (which you mentioned in an earlier post) successfully ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform