Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I am getting following error while accessing the page

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 'System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008)

Source Error:

Line 24:

Line 25:

Line 26: <asp:MultiView ID="multiviewQr" ActiveViewIndex="0" runat="server">
Line 27: <asp:View ID="pintView" runat="server">
Line 28:



Source File: /VerifyQR/QR/QRVerification.aspx Line: 26

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 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].
Posted
Updated 5-Feb-14 0:17am
v2
Comments
Prasad Avunoori 5-Feb-14 6:35am    
Have you added the reference to System.Design?
JoCodes 5-Feb-14 6:58am    
Whats the target framework you are using?

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