I am getting the same compilation error:
What do I do wrong?
I spend countless hours trying to get it to work on a server and it still does not work. It is working on local machine, though
Please help
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'ClassifiedsHttpApplication' is not defined.
Source Error:
|
Line 13: End If
Line 14:
Line 15: Dim cha As New ClassifiedsHttpApplication()
Line 16: cha.Application_Start(sender, e)
|