Click here to Skip to main content
15,905,614 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting following error when i open the page. I did everything like added batch="false" also numRecompilesbeforeAppRestart="50". but still getting problem.

Please help me as early as possible.


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

Source Error:


Line 1: <%@ page language="C#" autoeventwireup="true" inherits="rimage, App_Web_3lhaveiz"
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

Source File: /rimage.aspx Line: 1

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1022
Posted
Updated 14-Aug-14 3:00am
v2
Comments
Ashi0891 14-Aug-14 9:57am    
You are getting this error when you upload it?
Sajith Dilhan 14-Aug-14 13:38pm    
I think you deployed the aspx page without the dll file. find the 'App_Web_3lhaveiz' in bin folder and deploy that to the server
MAK09 18-Aug-14 3:20am    
Thank You Sajith Dilhan.

1 solution

find the 'App_Web_3lhaveiz' dll in bin folder in your project PrecompiledWeb folder and deploy that dll file to the hosted location bin folder
 
Share this answer
 
v3

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