I too am struggling with this issue. I rarerly eveer saw this problem, but a few weeks ago I started using the Atlas framework in my site and now the problem occurs several times a week. In fact, it happened about 5 times today. I have my site "armed" to
email me whenever the problem happens so that I can manually fix it. This has been painful and I am running out of ideas. I am considering removing all of the cool Atlas enhancements in hopes that I reduce the frequency of this problem.
Has anyone else noticed that disabling the debug in web.config seems to avoid this error? We have an application we are pushing out, and have experienced this problem. I disabled debug in the web.config in our test environment, I'll report if we do not see
the problem persist (although it seems like a hard bug to recreate).
I installed the hotfix, and it works fine at beginning. I haven't seen the same error for the past 3 weeks, but UNFORTUNATELY, the problem showed up again today. I then decided to come here to see if there is any new development on this issue, and I foudn
ICGopher's reply:
[quote user="ICGopher"]Has anyone else noticed that disabling the debug in web.config seems to avoid this error? We have an application we are pushing out, and have experienced this problem. I disabled debug in the web.config in our test environment, I'll
report if we do not see the problem persist (although it seems like a hard bug to recreate).
I tried the same thing. I simply turned off debug WITHOUT manually modifying the page, and the error message disappeared.
I will keep an eye on this, and I hope this way works. If so, at least we can have a problem-free production server.
It's been a week since we disabled debug in our web.config file in our test environment, and we have not seen the problem recur. We are pushing the site live at the end of the week, hopefully this has solved the problem.
My debug option in web.config file is always false... but I've the problem anyway.
I'm thinking about installing the hotfix... but I'm scared [:)]. I don't want to install something that is not completely tested.
When I've this problem I simply edit/save my main master page file (I use nested master pages)... this will require a recompile... and so web application starts to serve requests again.
When will MS release the official/supported/tested FIX for this problem?
Connect
Contributor
2304 Points
455 Posts
Re: Could not load file or assembly App_Web...
Sep 11, 2006 10:26 AM|LINK
pfhrtc0
Member
20 Points
4 Posts
Re: Could not load file or assembly App_Web...
Sep 12, 2006 01:49 AM|LINK
I too am struggling with this issue. I rarerly eveer saw this problem, but a few weeks ago I started using the Atlas framework in my site and now the problem occurs several times a week. In fact, it happened about 5 times today. I have my site "armed" to email me whenever the problem happens so that I can manually fix it. This has been painful and I am running out of ideas. I am considering removing all of the cool Atlas enhancements in hopes that I reduce the frequency of this problem.
Ryan Covell
ICGopher
Member
10 Points
2 Posts
Re: Could not load file or assembly App_Web...
Sep 13, 2006 07:40 PM|LINK
chenty
Member
10 Points
2 Posts
Re: Could not load file or assembly App_Web...
Sep 17, 2006 03:17 PM|LINK
I installed the hotfix, and it works fine at beginning. I haven't seen the same error for the past 3 weeks, but UNFORTUNATELY, the problem showed up again today. I then decided to come here to see if there is any new development on this issue, and I foudn ICGopher's reply:
[quote user="ICGopher"]Has anyone else noticed that disabling the debug in web.config seems to avoid this error? We have an application we are pushing out, and have experienced this problem. I disabled debug in the web.config in our test environment, I'll report if we do not see the problem persist (although it seems like a hard bug to recreate).
I tried the same thing. I simply turned off debug WITHOUT manually modifying the page, and the error message disappeared.
I will keep an eye on this, and I hope this way works. If so, at least we can have a problem-free production server.
rajaron
Member
657 Points
202 Posts
Re: Could not load file or assembly App_Web...
Sep 18, 2006 05:55 PM|LINK
tarzaan
Member
88 Points
29 Posts
Re: Could not load file or assembly App_Web...
Sep 20, 2006 02:43 PM|LINK
Connect
Contributor
2304 Points
455 Posts
Re: Could not load file or assembly App_Web...
Sep 20, 2006 06:40 PM|LINK
ICGopher
Member
10 Points
2 Posts
Re: Could not load file or assembly App_Web...
Sep 20, 2006 08:48 PM|LINK
sgiannone
Member
25 Points
5 Posts
Re: Could not load file or assembly App_Web...
Sep 26, 2006 04:21 PM|LINK
Hi guys,
I've the same problem, too.
My debug option in web.config file is always false... but I've the problem anyway.
I'm thinking about installing the hotfix... but I'm scared [:)]. I don't want to install something that is not completely tested.
When I've this problem I simply edit/save my main master page file (I use nested master pages)... this will require a recompile... and so web application starts to serve requests again.
When will MS release the official/supported/tested FIX for this problem?
Thanks,
Bye
thermalnoise
Participant
783 Points
161 Posts
Re: Could not load file or assembly App_Web...
Oct 17, 2006 01:50 PM|LINK
I concur that is a problem with nested user controls. Debug is set to false in production.
Yes, clearing Temporary ASP.NET Files solves the problem but that is not the ideal solution. The solution would be to figure out the cause and fix it.
I contacted Microsoft and received a "hotfix patch" regarding KB915782 but that did not work.
If my post has helped you, please "Mark as Answer".