App_Web__bfnv72v程序集错误托管网站 [英] App_Web__bfnv72v assembly error hosting website

查看:62
本文介绍了App_Web__bfnv72v程序集错误托管网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我在托管网站时遇到错误.尽管我没有在web.config文件和aspx源页面中提到以下程序集名称.这是什么原因
错误听起来像这样


Hi all Iam getting the error when i hosted my site.Although i didnt mentioned below assembly name in web.config file and in my aspx source page also.What is the reason
The error sounds like this


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 the assembly 'App_Web__bfnv72v'. Make sure that it is compiled before accessing the page.

Source Error:


Line 1:  <%@ page language="C#" autoeventwireup="true" enableviewstate="true" inherits="FApplicationForm1, App_Web__bfnv72v" %>
Line 2:
Line 3:  <%--<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>--%>


Source File: /ApplicationEntryCode/FApplicationForm1.aspx    Line: 1

推荐答案

尝试更改此内容

<%-<%@注册程序集="AjaxControlToolkit"命名空间="AjaxControlToolkit" TagPrefix ="cc1"%>-%>

进入

<%@注册程序集="AjaxControlToolkit"命名空间="AjaxControlToolkit" TagPrefix ="cc1"%>
try to change this

<%--<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>--%>

into

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>


这篇关于App_Web__bfnv72v程序集错误托管网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆