需要有关加载网页的帮助 [英] Need help about loading a webpage

查看:71
本文介绍了需要有关加载网页的帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

加载页面时出现以下错误.有谁可以帮助我吗?

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

推荐答案

只需添加项目需要的程序集引用即可.在这种情况下,需要使用DevExpress网格视图控件:DevExpress.Web.ASPxGridView.v11.2.
Just add reference to your project with assembly that your project needs. In this case with DevExpress grid view control: DevExpress.Web.ASPxGridView.v11.2.


请在您的项目中添加库引用,同时请注意所使用的版本.

谢谢,
Ambesha
Please add the library refrence in your project also carefull about the version you used.

Thanks,
Ambesha


这篇关于需要有关加载网页的帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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