parse code error

Last post 05-08-2006 10:57 AM by moojjoo. 3 replies.

Sort Posts:

  • parse code error

    01-11-2006, 10:17 AM
    • Member
      185 point Member
    • xysoulyx
    • Member since 12-30-2005, 7:56 AM
    • Posts 43

    hi there , i cant seem to figure out how to solve this problem ... they give me

    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 type 'Part.Frame'.
    Line 1:  <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Frame.aspx.vb" Inherits="Part.Frame"%>

    is there a way to solve this problem ?

  • Re: parse code error

    01-11-2006, 10:36 AM

    Hello

    1) Make sure you compiled the project

    2) Make sure the /bin folder is in the correct place (if hosting)

    3) Also make sure that you created a virtual directory or application root for your project

    4) Finally, make sure Part.Frame is a valid namespace with class

     

    Regards

  • Re: parse code error

    01-11-2006, 9:41 PM
    • Member
      185 point Member
    • xysoulyx
    • Member since 12-30-2005, 7:56 AM
    • Posts 43
    thx .. solved the problem .. hehe
  • Re: parse code error

    05-08-2006, 10:57 AM
    • Member
      631 point Member
    • moojjoo
    • Member since 03-20-2003, 4:41 AM
    • South East
    • Posts 138

    I am having similar issues.

    All I have done is add another Web form called "TestForm.aspx"

    When I recompile my code and run the application I get the parse error.  All of the other pages work fine.

     
    Server Error in '/Rjrt.QuipSap.WebUi' 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 type 'Rjrt.QuipSap.WebUi.TestForm'.
    
    
    Source Error: 
    
    
    Line 1:  <%@ Page Language="vb" AutoEventWireup="false" Codebehind="TestForm.aspx.vb" Inherits="Rjrt.QuipSap.WebUi.TestForm"%>
    Line 2:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    Line 3:  <HTML>
     
    
     
    Moojjoo Õ¿Õ

    http://www.mmwebs.com
    http://moojjoo.blogspot.com/
Page 1 of 1 (4 items)