I want to use the Application("variable") from global.asax in a class.
vb file. It is showing with an error message 'Object reference not set to an instance of an object.' when I try assigning the global.asax applicaion variable to a variable of the class.
This thing works nice with other aspx file.
Please suggest what to do.