• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Cliff
#1 Posted : Friday, February 16, 2007 9:12:46 AM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Not sure where this error comes from, but it has happened a few times.

For example, tonight I FTPed a masterpage, tested the changes, checked some things in the admin and then left for dinner. Everything was working fine. When I returned I was greeted with the attached error page. Uploading a file to the server fixes the problem; the site takes a little while to reload, but then it's fine.

Any ideas?
File Attachment(s):
neterror.htm (9kb) downloaded 6 time(s).

You cannot view/download attachments. Try to login or register.
jetheredge
#2 Posted : Friday, February 16, 2007 9:50:06 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

It is an asp.net compilation error. We see them all the time here actually (well, by all the time I mean probably once every week or so). It happens a lot when you are changing things and uploading a lot of changes to the website. Every time you upload pages the asp.net runtime has to compile those pages when they are first accessed. This is a known issue within the .net developer community, and Microsoft was supposed to release a fix for it in the last service pack for .net 2.0 but whatever they fixed didn't help most people.

For some people you have to actually go into C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ and delete all the files out to get it to recompile the website.

Microsoft knows of one cause for the issue, and has issued a hotfix for it (number 915782), but there is a second issue that they haven't been able to nail down (as of last August/September) I have no idea where they are now with it.

Some have suggested that adding batch="false" to their web.config has fixed the problem for them, but again other say it doesn't help.

<compilation batch="false" debug="false"/>

Again, this is a bug in the asp.net runtime when it is dynamically compiling the website and not something that we are able to work around. If you don't believe me go google for "Could not load file or assembly App_Web" and see just how many threads and posts you get from all over the place. :-)
Justin Etheredge
Senior Software Engineer
BVSoftware
Cliff
#3 Posted : Friday, February 16, 2007 3:53:10 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Hahah, I believe you. I'd rather blame it on MS than you guys, anyway. ;-)

Thanks Justin.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012