kcwallace Posted August 1, 2006 Posted August 1, 2006 I published my website to my web server. Everything works great except for one page. It returns the following error. However, The file it is looking of is in the "bin" directory of the site root. Can anyone point me to a solution? Is there a bad setting? The page in question is http://www.kcwallace.com/osuschedule/ I have also published the entire site to my local IIS, and the page functions perfectly. Server Error in '/OSUSchedule' 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_ihkyjt3q'. Make sure that it is compiled before accessing the page. Source Error: Line 1: <%@ page language="VB" autoeventwireup="false" inherits="OSUSchedule_Default, App_Web_ihkyjt3q" %> 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: /osuschedule/Default.aspx Line: 1 Quote Go Beavs!!!
Administrators PlausiblyDamp Posted August 1, 2006 Administrators Posted August 1, 2006 As a not too wild a guess - are you running the application on IIS6? If so is it in an application pool which also is used by .Net 1.1 applications? There is a problem with different versions of .Net being hosted in the same application pool with IIS6 - easiest fix is to have a separate pool for each version of the runtime. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kcwallace Posted August 1, 2006 Author Posted August 1, 2006 I have no control over the IIS. It is hosted by another company EDT WebHosting. They moved my site to a new server last week after I told them I wanted to use .Net 2.0. I just find it odd that every other page works perfectly on the server. Quote Go Beavs!!!
melkanzi Posted September 22, 2007 Posted September 22, 2007 Hi, A couple of weeks ago I've uploaded my site and it was working fine,then last week I found out that the site doesnt open and it shows the same parser error as mentioned above. I've recompiled the whole project and uploaded it again and it still doesn't work. How can I fix this problem? Thanks Quote
Administrators PlausiblyDamp Posted September 22, 2007 Administrators Posted September 22, 2007 Did you check the server is using the same version of .Net as your project? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
melkanzi Posted September 22, 2007 Posted September 22, 2007 Yes both of us are version 2.0.50727 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.