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:
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.
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
The Man of Tomorrow is forged by his battles today.