Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parser Error

Status
Not open for further replies.

Bignewbie

Programmer
Feb 22, 2001
351
PH
Hi,

this has been bugging me for two days already. I hope you guys can help. There is this existing webapp that needs updating. The change done was on a separate module (appointments module). When i rebuilt the app in my dev box and it's DLL file was generated, i overwrite the one in my qa box. Did a stop/start of IIS then run the web app, this is what i get:


Code:
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 type 'Bignewbie.Com.Farm.Web.Page.Login'.

Source Error: 


Line 1:  <%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="Bignewbie.Com.Farm.Web.Page.Login" EnableSessionState="ReadOnly" %>
Line 2:  <HTML>
Line 3:  <BODY onload="javascript:window.open('[URL unfurl="true"]http://Farmqa/Farmlogin.aspx?app=FarmUser','_self');">[/URL]
 

Source File: c:\websites\farm\login.aspx    Line: 1 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
Please note that the Login and the Appointments module share the same DLL file, they are on separate aspx.cs file. I googled this and some forums said this could happen when the version of the DLLs (the newly generated and the one it overwritten). If this is the case, how to I synch them?



The Man of Tomorrow is forged by his battles today.
 
try deploying the whole site, not just the single DLL.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top