Good afternoon ,
Right now I'm working in a software developed by another programmer who it's no longer part of the project anymore, he send the complete source code of the project.
The thing is, that when debug on my local machine it throws BC30560: '_global_asax' is ambiguous in the namespace 'ASP'.
I already tried removing the bin and rebuilt
Línea 76:
Línea 77: Protected ReadOnly Property ApplicationInstance() As ASP._global_asax
Línea 78: Get
Línea 79: Return CType(Me.Context.ApplicationInstance,ASP._global_asax)```