I have a situation where when an application is compiled on a specific machine the use of the application object does not appear to work. Summary: in the Global.asax.
vb module there are several Application level variables set in the "Application_Start" subroutine. When compiled from one specific machine the Application object is empty. This was verified by writing out the contents of Application.AllKeys.
When compiled/built from all other machines I have access to, the code works as expects. I have been unable to verify if the problem lies with the running of Global.asax.
vb.Application_Start code or with the usage of the Application object in the other pages.
ANY thoughts or ideas would be appreciated!
PonyRyd