Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to compile website in ASP.NET 2.0

Status
Not open for further replies.
Jan 19, 2000
57
US
I can't seem to get the compilation of my ASP.NET 2.0 project to produce output. When building the website using the Build WebSite menu option, I don't receive any errors. However, I also don't have anything in my target output directory.

When using the aspnet_compiler command-line utility, I don't receive any errors either. When I keep the output folder visible in explorer while performing the command, output(a dll or two, and a bin folder) appear in the target output directory, but are removed when the command completes.

When I add the -errorstack parameter to the aspnet_compiler command, I get the following error:

[HttpParseException]: Unexpected end of file looking for </HEAD> tag.

There is no indication which file actually contains this error. I've checked all of my .aspx file, and every single one has a starting and ending <HEAD> tag.

Help!
 
I would guess you had some javascript or other coding errors inside one of your head tags. The page stops compiling and never gets to the </HEAD> tag.

-Chad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top