Server Error in '/Hello World' Application

G

Guest

I can't do any of the ASP.NET samples as everytime I run the sample I get a parser error. This is the text.

Server Error in '/Hello World' 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 'Hello_World.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Hello_World.Global" %>



Source File: c:\inetpub\wwwroot\Hello World\global.asax Line: 1
 
B

Ben Lucas

Have you compiled the project? This looks to me like its not able to get
the code-behind class for the page. In VS.Net, go to Build->Build Solution.

Ben Lucas
Lead Developer
Solien Technology, Inc.
www.solien.com


Sean said:
I can't do any of the ASP.NET samples as everytime I run the sample I get
a parser error. This is the text.
Server Error in '/Hello World' 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 'Hello_World.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="Hello_World.Global" %>
Source File: c:\inetpub\wwwroot\Hello World\global.asax Line: 1


-------------------------------------------------------------------------- ------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573


Its not a code issue as even an blank project produces the same behavior.
I have rebooted, checked the path and security on the virtual folder.
Anyone have any ideas? My other Net 2003 systems show the same behavior.
Security patch maybe?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Newbie: error loading Hello World 1
Parser error 0
Parser error 2
newbie error 6
Server error in blank webservice 5
Server error in aspx page. 2
Parser error in Global.asax 1
Code Behind? 1

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top