本文介绍了需要有关加载网页的帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
加载页面时出现以下错误.有谁可以帮助我吗?
Hello guys,
I got the error as below when I load the page. Is there anyone who can help me?
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 file or assembly 'DevExpress.Web.ASPxGridView.v11.2.Export, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The module was expected to contain an assembly manifest.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Urun_Ayrinti.aspx.cs" Inherits="depo.Urun_Ayrinti" %>
Line 2:
Line 3: <%@ Register Assembly="DevExpress.Web.ASPxGridView.v11.2.Export, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
Line 4: Namespace="DevExpress.Web.ASPxGridView.Export" TagPrefix="dx" %>
Line 5:
Source File: /Urun_Ayrinti.aspx Line: 3
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DevExpress.Web.ASPxGridView.v11.2.Export, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 CREATE VIEW AYRINTI_STOK
AS
SELECT GIRIS_TARIHI AS TARIH ,DI.URUN_ID,DI.KUTU_ADET,M.MUSTERI_ID,DI.RF_ID,DI.DP_BL_ID AS ID
FROM DEPO_INBOUNT DI,DEPO_REFARANS DR,MUSTERILER M
WHERE DI.RF_ID=DR.RF_ID AND M.MUSTERI_ID=DI.MUSTERI_ID AND DI.DP_BL_ID=2
推荐答案
这篇关于需要有关加载网页的帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!