parser error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ST

    parser error

    Hi,
    I keep getting the parser error, and I have no idea why. I've tried a
    number of things including:
    1)building/rebuilding about 100x
    2)making sure all dll's are in the bin folder in the root of the web app
    3)restarting IIS
    4)recreating the virtual dir in IIS
    5)playing with any and all settings I could find for the web app in IIS,
    including changing permissions
    6)recopying the machineconfig file from my asp v1.4... onto my local server
    from the production server (just in case the file was corrupt).
    7)plus random other things that I can't remember off the top of my head.

    I've been working on this problem for 2 days. can someone PLEASE help me???
    this is what I get if I set my webapp's login page as the start page:
    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 'biopsy._defaul t'.

    Source Error:


    Line 1: <%@ Register TagPrefix="uc1" TagName="menu" Src="menu.ascx" %><%@
    Page Language="vb" AutoEventWireup ="false" Codebehind="def ault.aspx.vb"
    Inherits="biops y._default"%>
    Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    Line 3: <HTML>

    Source File: c:\inetpub\wwwr oot\biopsy\defa ult.aspx Line: 1


    **If I change the start page to just the main menu page, then when I try and
    go to my search page from the main menu, I get this error:
    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 'biopsy.SampleS earch2'.

    Source Error:


    Line 1: <%@ Page CodeBehind="Sam pleSearch2.aspx .vb" Language="vb"
    AutoEventWireup ="false" Inherits="biops y.SampleSearch2 " %>
    Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    Line 3: <HTML>


    Source File: c:\inetpub\wwwr oot\biopsy\Samp leSearch2.aspx Line: 1

    Can ANYONE please help me??? I've run out of ideas. Thanks in advance!!!!


  • Cor Ligthert

    #2
    Re: parser error

    ST,

    Not that you are not welcome to this newsgroup, however you have with your
    question a better change for an answer in the newsgroup.

    Aspnet
    news://msnews.microsoft.com/microsof...amework.aspnet

    Web interface:



    There are people more actualy busy with your problem

    I hope this helps,

    Cor

    "ST" <ST@discussions .microsoft.com>[color=blue]
    > Hi,
    > I keep getting the parser error, and I have no idea why. I've tried a
    > number of things including:
    > 1)building/rebuilding about 100x
    > 2)making sure all dll's are in the bin folder in the root of the web app
    > 3)restarting IIS
    > 4)recreating the virtual dir in IIS
    > 5)playing with any and all settings I could find for the web app in IIS,
    > including changing permissions
    > 6)recopying the machineconfig file from my asp v1.4... onto my local
    > server
    > from the production server (just in case the file was corrupt).
    > 7)plus random other things that I can't remember off the top of my head.
    >
    > I've been working on this problem for 2 days. can someone PLEASE help
    > me???
    > this is what I get if I set my webapp's login page as the start page:
    > 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 'biopsy._defaul t'.
    >
    > Source Error:
    >
    >
    > Line 1: <%@ Register TagPrefix="uc1" TagName="menu" Src="menu.ascx" %><%@
    > Page Language="vb" AutoEventWireup ="false" Codebehind="def ault.aspx.vb"
    > Inherits="biops y._default"%>
    > Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    > Line 3: <HTML>
    >
    > Source File: c:\inetpub\wwwr oot\biopsy\defa ult.aspx Line: 1
    >
    >
    > **If I change the start page to just the main menu page, then when I try
    > and
    > go to my search page from the main menu, I get this error:
    > 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 'biopsy.SampleS earch2'.
    >
    > Source Error:
    >
    >
    > Line 1: <%@ Page CodeBehind="Sam pleSearch2.aspx .vb" Language="vb"
    > AutoEventWireup ="false" Inherits="biops y.SampleSearch2 " %>
    > Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    > Line 3: <HTML>
    >
    >
    > Source File: c:\inetpub\wwwr oot\biopsy\Samp leSearch2.aspx Line: 1
    >
    > Can ANYONE please help me??? I've run out of ideas. Thanks in
    > advance!!!!
    >
    >[/color]


    Comment

    • ST

      #3
      Re: parser error

      Thanks for pointing me in the right direction...I never know what newsgroup
      to post to! I figured since I was doing vb.net...this would be the correct
      one.

      "Cor Ligthert" wrote:
      [color=blue]
      > ST,
      >
      > Not that you are not welcome to this newsgroup, however you have with your
      > question a better change for an answer in the newsgroup.
      >
      > Aspnet
      > news://msnews.microsoft.com/microsof...amework.aspnet
      >
      > Web interface:
      > http://communities2.microsoft.com/co...amework.aspnet
      >
      >
      > There are people more actualy busy with your problem
      >
      > I hope this helps,
      >
      > Cor
      >
      > "ST" <ST@discussions .microsoft.com>[color=green]
      > > Hi,
      > > I keep getting the parser error, and I have no idea why. I've tried a
      > > number of things including:
      > > 1)building/rebuilding about 100x
      > > 2)making sure all dll's are in the bin folder in the root of the web app
      > > 3)restarting IIS
      > > 4)recreating the virtual dir in IIS
      > > 5)playing with any and all settings I could find for the web app in IIS,
      > > including changing permissions
      > > 6)recopying the machineconfig file from my asp v1.4... onto my local
      > > server
      > > from the production server (just in case the file was corrupt).
      > > 7)plus random other things that I can't remember off the top of my head.
      > >
      > > I've been working on this problem for 2 days. can someone PLEASE help
      > > me???
      > > this is what I get if I set my webapp's login page as the start page:
      > > 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 'biopsy._defaul t'.
      > >
      > > Source Error:
      > >
      > >
      > > Line 1: <%@ Register TagPrefix="uc1" TagName="menu" Src="menu.ascx" %><%@
      > > Page Language="vb" AutoEventWireup ="false" Codebehind="def ault.aspx.vb"
      > > Inherits="biops y._default"%>
      > > Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      > > Line 3: <HTML>
      > >
      > > Source File: c:\inetpub\wwwr oot\biopsy\defa ult.aspx Line: 1
      > >
      > >
      > > **If I change the start page to just the main menu page, then when I try
      > > and
      > > go to my search page from the main menu, I get this error:
      > > 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 'biopsy.SampleS earch2'.
      > >
      > > Source Error:
      > >
      > >
      > > Line 1: <%@ Page CodeBehind="Sam pleSearch2.aspx .vb" Language="vb"
      > > AutoEventWireup ="false" Inherits="biops y.SampleSearch2 " %>
      > > Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      > > Line 3: <HTML>
      > >
      > >
      > > Source File: c:\inetpub\wwwr oot\biopsy\Samp leSearch2.aspx Line: 1
      > >
      > > Can ANYONE please help me??? I've run out of ideas. Thanks in
      > > advance!!!!
      > >
      > >[/color]
      >
      >
      >[/color]

      Comment

      Working...