-2
While running my application is showing this message, but there is no such parameter. Here is the error message:
<%@ Application Codebehind="Global.asax.cs" Inherits="AgendaContato.MvcApplication" Language="C#" %>
<%@ Application Codebehind="Global.asax.cs" Inherits="AgendaContato.MvcApplication" Language="C#" %>
Where is the error message?
– Joao Paulo
That’s not an error message, that’s code
– bfavaretto
If this appears when you open the application in the browser, is because the ASP code is not being interpreted by the server. Are you sure that your server is running?
– bfavaretto
yes pq I run the application, and the strange that even that Inherits="Scheduling contact.Mvcapplication" does not exist, scheduling contact
– Everson Souza de Araujo
Why is it declared twice?
– Leonel Sanches da Silva
was unintentionally @Ciganomorrisonmendez
– Everson Souza de Araujo
It is still unclear to us what the error message is. You could take a print of the error screen and put in your question?
– Leonel Sanches da Silva
Obg @Ciganomorrisonmendez worked, it turns out I changed the namespace of my control and was popping this error or message in my browser so renomiei the globalasax file, and it worked
– Everson Souza de Araujo