you have already come across this kind of problem?
This mistake has started to happen in a project that is already in its final phase. To test the environment I created a simple project and while running the error also occurs.
See if it helps you: https://stackoverflow.com/questions/19903898/fixing-syntax-error-in-global-asax
It is quite likely that some references to this change have not been changed. Do the following, rollback a previous version of this rename and see if it temporarily fixes.
@Gabrielcoletta did the tests here and the problem is not related to that, I’m trying to understand the solution that Caiqueromero sent. I believe that the problem is in the environment and not in the project itself, because any project that I create from scratch, this problem happens.
See if it helps you: https://stackoverflow.com/questions/19903898/fixing-syntax-error-in-global-asax
– Caique Romero
Renamed a file recently?
– Gabriel Coletta
Gabriel, I believe so
– Pedro Vinicius
It is quite likely that some references to this change have not been changed. Do the following, rollback a previous version of this rename and see if it temporarily fixes.
– Gabriel Coletta
@Gabrielcoletta did the tests here and the problem is not related to that, I’m trying to understand the solution that Caiqueromero sent. I believe that the problem is in the environment and not in the project itself, because any project that I create from scratch, this problem happens.
– Pedro Vinicius