Re: Parser Errors. Can't use ASP.NET at all
From: Alvin Bruney [MVP] (vapor)
Date: 07/22/04
- Next message: Alvin Bruney [MVP]: "Re: How to use Dataset with multi tables ?"
- Previous message: Alvin Bruney [MVP]: "Re: User control cache duration"
- In reply to: Sean: "Parser Errors. Can't use ASP.NET at all"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Jul 2004 17:02:44 -0500
have you tried re-installing?
-- Regards, Alvin Bruney [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx] Got tidbits? Get it here... http://tinyurl.com/27cok "Sean" <Sean@discussions.microsoft.com> wrote in message news:E7F0AE2D-D21A-46AE-AE41-DD95307AE5D5@microsoft.com... >I have two servers that generate parser errors on every project. I create >a new VB ASP.NET Web App. Type in the name, (in this case WebApplication3) >press OK. Build the project. Run the app. Should work (try it). > > What I get is > > Parser Error Message: Could not load type 'WebApplication3.Global'. > > Source Error: > > > Line 1: <%@ Application Codebehind="Global.asax.vb" > Inherits="WebApplication3.Global" %> > > Removing this line, building, and rerunning produces the following error: > > Parser Error Message: Could not load type 'WebApplication3.WebForm1'. > > Source Error: > > > Line 1: <%@ Page Language="vb" AutoEventWireup="false" > Codebehind="WebForm1.aspx.vb" Inherits="WebApplication3.WebForm1"%> > > Removing this line allows the project to run fine. > > I found this extremely detailed link > http://forums.aspfree.com/t17894/s.html > > but nothing seems to help. I think it must be some type of security > setting or configuration setting. I have removed an reinstalled IIS, then > I tried repairing VS and nothing has helped. The dll is present, I just > don't know why it can't find any objects. Any clues would be appreciated. > >
- Next message: Alvin Bruney [MVP]: "Re: How to use Dataset with multi tables ?"
- Previous message: Alvin Bruney [MVP]: "Re: User control cache duration"
- In reply to: Sean: "Parser Errors. Can't use ASP.NET at all"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|