I have been doing some looking into this myself. (Thanks to Warren for helping me to setup my system to reproduce this error).
Basically, I thought why not do this task as a schedule. However, I have discovered that all the Schedule tasks seem to run under the App Pool identity. I believe that this is because when the scheduler is created to manage the tasks that is the account that is running at the time. It is my believe that this could cause more issues with scheduled services. Not sure what can be done about this.
I'm still looking into a better solution for this than just removing the
Code:
'Process any messages in the EventQueue for the Application_Start event
Dim oEventController As New EventQueue.EventQueueController
oEventController.ProcessMessages("Application_Start")
Lines of code in the Application_Start event. If you are desprate for a version of 4.3.5 that works (with the scheduling issue that I have discovered). Please let me know and I can now produce you a version.
Ken
Bookmarks