Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

MnMk

Publicando projeto asp. net

Recommended Posts

Pessoal, publiquei um projeto c# e no server ele está dando o seguinte erro:

 

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

 

Parser Error Message: Could not load type 'ConstrutoraCampina.adm._Index'.

 

Source Error:

 

 

Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="ConstrutoraCampina.adm._Index" %>

Line 2:

Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

Porém na minha máquina ele está rodando ok.

 

code behind

namespace ConstrutoraCampina.adm

{

public partial class _Index:Page

{

protected void Page_Load(object sender, EventArgs e)

{

 

}

 

html

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="ConstrutoraCampina.adm._Index" %>

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

Alguém sabe qual o problema?

 

Att

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.