gpt4 book ai didi

c# - 解析器错误消息 : Could not load type 'webmarketing'

转载 作者:IT王子 更新时间:2023-10-29 04:11:44 25 4
gpt4 key购买 nike

在完成 Web 应用程序并将其发布到网上之后,无论我如何尝试,我都会不断收到以下错误,请记住它应该在本地运行......

Parser Error Message: Could not load type 'webmarketing'.

enter image description here

我已经完成了那个解决方案,虽然据说我正在做与解决方案相同的事情,但我仍然面临同样的问题......

ASP.NET Parser Error Cannot load code behind


下面是代码:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace webmarketing
{
public partial class Masterpage : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
string admin = (string)Session["Admin"];
if (string.IsNullOrEmpty(admin))
{
logout.Visible = false;
}
else
{

}
}
}
}

最佳答案

在我将 CodeBehind 更改为 CodeFile 之前我遇到了同样的问题并且它有效。我记得它在本地有效但我在上传后遇到了这个问题。

关于c# - 解析器错误消息 : Could not load type 'webmarketing' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23220357/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com