Server ERROR: 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.
RSS
I have created one asp.net 2.0 application and created a setup project. I run this setup in my local machine, the application run fine, but i uploaded into online server I met the following parser error.
How to solve this error? Kindly help me. Very urgent..
Did you upload all folders to your server also: ie - Bin, App_Code, App_Data etc?
Remember to "Mark As Answer" if this post has helped you! Thanks....
And I say unto you, Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be opened unto you...
LK 11:9
http://adventwebdesign.net
I have uploaded all the folders as you indicated above.
The entire stack trace error is
Server Error in '/' Application.
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 'MobileFormGenerator_deploy'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1: <%@ page language="C#" autoeventwireup="true" inherits="MobileFormGenerator, MobileFormGenerator_deploy" %>
Line 2:
Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
i know this post is old, but i don't see an answer posted. for anyone that is having this problem, please ensure that the ajax control toolkit components are installed on the server that you are deploying to.
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_masterpage.master.cdcab7d2'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1: <%@ master language="C#" autoeventwireup="true" inherits="MasterPage, App_Web_masterpage.master.cdcab7d2" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
kamal1910
Member
22 Points
22 Posts
Server ERROR: An error occurred during the parsing of a resource required to service this reques...
Sep 22, 2008 06:36 PM|LINK
I have created one asp.net 2.0 application and created a setup project. I run this setup in my local machine, the application run fine, but i uploaded into online server I met the following parser error.
How to solve this error? Kindly help me. Very urgent..
Kamal....
revkev
Participant
1501 Points
386 Posts
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Sep 22, 2008 07:39 PM|LINK
Can you post the entire stack trace?
Did you upload all folders to your server also: ie - Bin, App_Code, App_Data etc?
And I say unto you, Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be opened unto you...
LK 11:9
http://adventwebdesign.net
kamal1910
Member
22 Points
22 Posts
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Sep 22, 2008 08:09 PM|LINK
Thanks for your reply.
I have uploaded all the folders as you indicated above.
The entire stack trace error is
Server Error in '/' Application.
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 'MobileFormGenerator_deploy'. Make sure that it is compiled before accessing the page.
Source Error:
Source File: /formgen/mobileformgenerator.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Kindly help me to solve this error.
krishnada25
Member
631 Points
906 Posts
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Feb 11, 2010 08:01 PM|LINK
Hi Kamal,
Did you solve the problem? I am also getting the error. If you know how u resolved the issue could you
let me know what should I do to resolve this issue.
I already have 2 diffrent application pools for 1.1 and 2.0
I deleted the temporary asp.net files.
Thanks,
Kris
jdl
Member
2 Points
1 Post
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Sep 23, 2010 08:29 PM|LINK
i know this post is old, but i don't see an answer posted. for anyone that is having this problem, please ensure that the ajax control toolkit components are installed on the server that you are deploying to.
ashshrilove
Member
6 Points
3 Posts
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Nov 08, 2010 05:38 AM|LINK
Server Error in '/' Application.
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_masterpage.master.cdcab7d2'. Make sure that it is compiled before accessing the page.
Source Error:
Source File: /BNAdmission/MasterPage.master Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4955
ashshrilove
Member
6 Points
3 Posts
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Nov 08, 2010 05:46 AM|LINK
I am facing the same problem.
Kindly hel me to slve this error.
Thanks.
senthilkcg
Member
97 Points
79 Posts
Re: Server ERROR: An error occurred during the parsing of a resource required to service this re...
Oct 07, 2011 08:08 AM|LINK
Hi friends,
I'm getting the same error now. Please help me out if anyone have solved the problem already.