I recently added the WARP control to my application and have encountered issues with the Global.asax file. I am using the Application_Error sub to post miscellaneous errors to the Event Log. When I remove the WARP references, the application works as expected. When added back, none of the code within the Global.asax executes.
Are you still experiencing this problem? Do you see the same thing happening when you try to use other controls?