gpt4 book ai didi

从另一个项目复制文件后 ASP.NET 解析器错误消息 : Could not load type 'search' .

转载 作者:行者123 更新时间:2023-12-04 16:54:20 25 4
gpt4 key购买 nike

我在visual studio中有一个工作网站项目。
我可以毫无问题地查看所有页面。

现在我从另一个 Web 应用程序项目中复制了 2 个文件:
搜索.aspx
搜索.aspx.vb

search.aspx 源代码片段

<%@ Page EnableViewState="true" EnableEventValidation="false" MetaDescription="<%$Resources:metadescription%>" Title="<%$Resources:pagetitle %>" Language="VB" MasterPageFile="~/main.master" AutoEventWireup="false" Inherits="search" Codebehind="search.aspx.vb" %>
<%@ MasterType VirtualPath="~/main.master" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

search.aspx.vb 源代码片段
Imports System
Imports System.Net
Imports System.IO
Imports GlobalFunctions
Imports System.Xml
Imports System.Collections.Generic
Imports System.Collections
Imports System.Linq
Imports System.Resources
Imports generalMethods
Imports System.Globalization

Partial Class search
Inherits System.Web.UI.Page

但是当我尝试请求页面时:www.test.com/search.aspx 我收到这个错误:
说明:解析服务此请求所需的资源期间发生错误。请查看以下特定解析错误详细信息并适当修改您的源文件。

解析器错误消息:无法加载类型“搜索”。

源错误:
Line 1:  <%@ Page EnableViewState="true" EnableEventValidation="false" MetaDescription="<%$Resources:metadescription%>" Title="<%$Resources:pagetitle %>" Language="VB" MasterPageFile="~/main.master" AutoEventWireup="false" Inherits="search" Codebehind="search.aspx.vb" %>
Line 2:
Line 3: <%@ MasterType VirtualPath="~/main.master" %>

Source File: /search.aspx Line: 1

当我尝试构建项目时,我已经看到错误:无法加载类型“搜索”。
我不知道去哪里找这个了。

最佳答案

结果我不得不在 search.aspx 中将“CodeBehind”更改为“CodeFile”……现在一切又恢复了。

关于从另一个项目复制文件后 ASP.NET 解析器错误消息 : Could not load type 'search' .,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11872514/

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