<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3542113.aspx</link><pubDate>Tue, 01 Dec 2009 17:29:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3542113</guid><dc:creator>JonF</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3542113.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3542113</wfw:commentRss><description>&lt;p&gt;Crazy old issue.&amp;nbsp; I&amp;#39;ve&amp;nbsp;been getting the&amp;nbsp;same&amp;nbsp;problem.&amp;nbsp; The hotfix didn&amp;#39;t work.&amp;nbsp; I found I had to make changes to the code, resave, rebuild and cross my fingers.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3522143.aspx</link><pubDate>Thu, 19 Nov 2009 14:58:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3522143</guid><dc:creator>thermalnoise</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3522143.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3522143</wfw:commentRss><description>&lt;p&gt;Yes, please take some time to contact Microsoft and work on your issues.&amp;nbsp; We did and were able to resolve this problem once and for all.&amp;nbsp; After Microsoft determined the cause was due to their code, we were refunded the cost of the support ticket.&amp;nbsp; If you go back through this thread, starting on 17 Oct 2006, you can see how it played out.&amp;nbsp; We also used the hotfix I linked on 19 Dec 2007.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;934839"&gt;&lt;b&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;934839&lt;/b&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3522096.aspx</link><pubDate>Thu, 19 Nov 2009 14:34:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3522096</guid><dc:creator>JamesChe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3522096.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3522096</wfw:commentRss><description>&lt;p&gt;As you can tell from looking through the numerous posts here, there are many different scenarios that can cause this, and it happens in many different circumstances. If you&amp;#39;re having this issue, you would be best off to open a support incident with us&amp;nbsp;so that we can look into it. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jim&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3522025.aspx</link><pubDate>Thu, 19 Nov 2009 14:00:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3522025</guid><dc:creator>Meltac</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3522025.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3522025</wfw:commentRss><description>&lt;p&gt;As far as I know the issue has not been really solved yet. Neither there has been any feedback from any M$ guy as well.&lt;/p&gt;&lt;p&gt;In my case, I narrowed down the problem to those assemblies that contain textual resources such as embedded javaScript files, which are loaded from client via the WebResource or ScriptResource handler. Other assemblies that do not contain such resources have never caused the error until now.&lt;/p&gt;&lt;p&gt;I wonder what makes assemblies with javascript or other resources that difficult to keep being loaded correctly by the CLR!?&lt;/p&gt;&lt;p&gt;Has somebody faced similar issues yet?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3521706.aspx</link><pubDate>Thu, 19 Nov 2009 11:18:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3521706</guid><dc:creator>mudithaa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3521706.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3521706</wfw:commentRss><description>&lt;p&gt;I havent had the time to read all the posts on this tread. So at this moment I dont know if there is a permanant fix for this issue.&lt;/p&gt;
&lt;p&gt;Hoeever for me deleting the temporary files and restarting IIS fix the problem for a while but it keeps coming up.&lt;/p&gt;
&lt;p&gt;Hope this will be helpfull to someone who is seeing the error, &lt;a href="mailto:I@ll"&gt;I@ll&lt;/a&gt; try and read the posts to find out if there is a permanant solution.&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3499679.aspx</link><pubDate>Sat, 07 Nov 2009 14:37:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3499679</guid><dc:creator>rosdikasim</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3499679.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3499679</wfw:commentRss><description>&lt;p&gt;I could not believe this problem has been reported since 2006!&lt;/p&gt;&lt;p&gt;It happened on my win 2003 today.. (this server always has the latest patches). &lt;/p&gt;&lt;p&gt;What I did to fix it was update the code (with some dummy text, or just type a few spaces and delete it back, then save) to force recompile of the code.&lt;/p&gt;&lt;p&gt;Hope it will not happen again or I will be really mad lol.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3498709.aspx</link><pubDate>Fri, 06 Nov 2009 19:21:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3498709</guid><dc:creator>sam.psys</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3498709.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3498709</wfw:commentRss><description>&lt;p&gt;did you try deleting all of the asp.net cache&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3489635.aspx</link><pubDate>Mon, 02 Nov 2009 16:16:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3489635</guid><dc:creator>ilearn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3489635.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3489635</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I know this is discussed a long time (this ad starts at 2006 and we&amp;#39;re in the end of 2009). I was wondering if someone did fine a fix to this issue cause I am facing with trouble without&amp;nbsp;having any idea of HOW TO FIX IT.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;problem occurs only in production server but&amp;nbsp;the apps works fine if I&amp;nbsp;my dev machine when I play the application.&lt;/p&gt;
&lt;p&gt;The error on the server is : Could not &lt;em&gt;load&lt;/em&gt; file or &lt;em&gt;assembly &amp;#39;App_Web_ndhwjb-l&amp;#39;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I am using VS2008.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tks for your help&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3353987.aspx</link><pubDate>Tue, 18 Aug 2009 12:58:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3353987</guid><dc:creator>kg86</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3353987.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3353987</wfw:commentRss><description>&lt;p&gt; Have the same error. When I try to change compilation batch to false, then I can&amp;#39;t even rebuild my project - couldn&amp;#39;t find usercontrol assemblies. It is really weird. Why microsoft still haven&amp;#39;t provided a fix for this? Anyone has some actual information from support center about this problem?&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3318117.aspx</link><pubDate>Wed, 29 Jul 2009 06:19:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3318117</guid><dc:creator>warnov</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3318117.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3318117</wfw:commentRss><description>&lt;p&gt;Well, by fortune it worked for me too changing the debug value from&amp;nbsp;true to false... I hope it won&amp;#39;t happen again even with debug=false. it will be a nightmare. And I feel so sorry&amp;nbsp; for the ones having this problem even under this circumstances. We really need a FIX for this!!!!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I almost fight with the support guy for this!&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3279019.aspx</link><pubDate>Tue, 07 Jul 2009 13:02:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3279019</guid><dc:creator>Meltac</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3279019.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3279019</wfw:commentRss><description>&lt;p&gt;Thx for the post Bit.&lt;/p&gt;&lt;p&gt;I had followed the prior posts already and had successfully eliminated the problem from production environment applying the hints given here. No problem so far.&lt;/p&gt;&lt;p&gt;But, what I&amp;#39;m still curious about is the fact that&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The problem still occurs with the &lt;i&gt;latest release&lt;/i&gt; of .NET Framework (and Visual Studio), altough the issue seems to be well known since several (!) years already,&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The problem only occurs with &lt;i&gt;some&lt;/i&gt;, but not with all assemblies.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I recently had a case where splitting a project (which formerly generated the error) resulted in one &amp;quot;good&amp;quot; and one &amp;quot;bad&amp;quot; assembly (one with and the other without the problem).&lt;/p&gt;&lt;p&gt;So I was wondering whether some &lt;i&gt;specific&lt;/i&gt; code, settings, references, ressources, or other content in an assembly is / are responsible for potentially generating the error!?&lt;/p&gt;&lt;p&gt;I have not yet been able to do any further research on this, but I think if it was possible to encircle the problem source (being for example one specific ressource type), developer&amp;#39;s life would become much easier at last because one would &lt;i&gt;know &lt;/i&gt;at least what actions potentially may result in this problem.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Meltac&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3276748.aspx</link><pubDate>Mon, 06 Jul 2009 12:39:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3276748</guid><dc:creator>BitWizard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3276748.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3276748</wfw:commentRss><description>&lt;p&gt;Just a quick post -- I&amp;#39;m away from my desk.&lt;/p&gt;
&lt;p&gt;This looks like the same problem to me.&amp;nbsp; I get this frequently&amp;nbsp;in development.&amp;nbsp; I&amp;#39;ve pretty much eliminated it from production.&lt;/p&gt;
&lt;p&gt;First of all, make the suggested changes to web.config and machine.config discussed earlier to increase the time between automatic recompiles.&amp;nbsp; There&amp;#39;s a link to a pretty good discussion on the cause of this problem as well in a prior post.&lt;/p&gt;
&lt;p&gt;In development, simply force a full recompile, and this will probably fix the problem.&amp;nbsp; If it does not, delete the temporary files in your asp.net subdirectory in Windows (see earlier post), and recompile.&lt;/p&gt;
&lt;p&gt;In production, whenever you make a change to an ascx, ascx.vb, or ascx.cs file, force a complete recompile.&amp;nbsp; This requires knocking down the server (use &amp;quot;pause&amp;quot;) for a couple of minutes or the compile is unlikely to finish correctly.&amp;nbsp; I use a batch file now for this (see prior posts).&amp;nbsp; Then unpause your server.&amp;nbsp; If you don&amp;#39;t do this, there&amp;#39;s a chance&amp;nbsp;your server will crash with something like the above error within a few hours.&amp;nbsp; The only fix after this is to delete the temp compiled files and start over.&lt;/p&gt;
&lt;p&gt;FTR, the &amp;quot;crazy&amp;quot; filename you encountered was generated by Windows and refers to an intermediate compilked file.&amp;nbsp; Because of a thread synch issue (we think), the file was deleted while it was still being referenced by the compiler.&amp;nbsp; Once this happens, the app will no longer run until you delete all the temp files and force the compiler to start over.&lt;/p&gt;
&lt;p&gt;Bit&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3275573.aspx</link><pubDate>Sun, 05 Jul 2009 18:48:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275573</guid><dc:creator>Hisham_Saleh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275573.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3275573</wfw:commentRss><description>&lt;p&gt;Actually I built that website successfuly ,also it is working properly ,but since im uploading in some server i dont know the configurations ,this problem happened, as noticed the dot net version of the server has to be upgraded, also some configuration should be done for that server because this host has its own configuration panel and it has a lot of options &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mr.Meltac, Dont worry ,Nothing will fail :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3275511.aspx</link><pubDate>Sun, 05 Jul 2009 16:53:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275511</guid><dc:creator>Meltac</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275511.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3275511</wfw:commentRss><description>&lt;p&gt;Well, I am little bit confused. Why do you inherit from the assembly&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;
&lt;pre&gt;&lt;font color="#ff0000"&gt;App_Web_hazc5xyw &lt;/font&gt;&lt;/pre&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;Considering the file name, this looks for me as if you were referencing to an auto-generated assembly whose file name probably will change with the next compilation. If so, your approach would not be a good idea and will fail sooner or later.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Furthermore, the error message in your post is different from the one we are discussing here, so I think your problem does not address the same issue. Probably you will find better answers in other threads!?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Could not load file or assembly App_Web...</title><link>http://forums.asp.net/thread/3275375.aspx</link><pubDate>Sun, 05 Jul 2009 13:14:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275375</guid><dc:creator>Hisham_Saleh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275375.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3275375</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I Have&amp;nbsp;the same problem&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; 
&lt;h1&gt;Server Error in &amp;#39;/&amp;#39; Application. 
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;Parser Error&lt;/i&gt; &lt;/h2&gt;&lt;/span&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;b&gt;Description: &lt;/b&gt;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. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Parser Error Message: &lt;/b&gt;Could not load the assembly &amp;#39;App_Web_hazc5xyw&amp;#39;. Make sure that it is compiled before accessing the page.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table class="mceItemTable" bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;pre&gt;&lt;span style="FONT-FAMILY:;COLOR:#ff0000;"&gt;Line 1:  &amp;lt;%@ page language=&amp;quot;VB&amp;quot; masterpagefile=&amp;quot;~/MasterPage.master&amp;quot; autoeventwireup=&amp;quot;true&amp;quot; inherits=&amp;quot;Contact, App_Web_hazc5xyw&amp;quot;.....&amp;gt;&lt;/span&gt;Line 3:  &lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407&lt;/u&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>