Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,

I got the error as below when I load the page. Is there anyone who can help me?

CSS
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
Posted

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.
 
Share this answer
 
v2
Please add the library refrence in your project also carefull about the version you used.

Thanks,
Ambesha
 
Share this answer
 
Comments
haluk_78 18-Oct-12 3:55am    
Dear Ambesha,

The problem comes from the server provider so we contacted them to help us. We sent all dll files so the problem has been solved...
Ambesha 18-Oct-12 5:07am    
Thanks for update :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900