parser error in aspx page(.net 2.0) after converting from website to web application
        Posted  
        
            by persistence911
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by persistence911
        
        
        
        Published on 2010-05-25T10:15:55Z
        Indexed on 
            2010/05/25
            10:21 UTC
        
        
        Read the original article
        Hit count: 314
        
I have a website I recently converted from website to web application Project . When I compile It compiles Successfuly but when I run the code I get this error
Parser Error Message: Could not load type 'DApplause.Logon'.
Source Error: 
Line 1:  <%@ Page Language="vb" AutoEventWireup="true" CodeBehind ="Logon.aspx.vb"  inherits="DApplause.Logon"%>
Line 2:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3:  <HTML>
Source File: /Shared/LogOn.aspx    Line: 1 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 
I have tried to resolve this error for like a day now.
I am currently running with the internal web server of VS 2005 sp1. I have the Sain.dll in my bin folder cuase the assembly name use is sain and Root Namespace is DApplause . Please I need urgent help.
© Stack Overflow or respective owner