TunaAdmiral
MIS
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!
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!