ASP.NET Error: Could not load file or assembly App_Web_z9w33txs

前端 未结 5 705
余生分开走
余生分开走 2021-01-06 05:50

How did you get rid of these annoying ASP.NET errors: Could not load file or assembly \'App_Web_z9w33txs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\'

Thi

5条回答
  •  甜味超标
    2021-01-06 06:28

    If you are getting this error after compiling and/or publishing changes your apps, try the compile option "Use fixed naming and single page assemblies".

    Sometimes I get that when I upload a change to a server and the app hasn't recompiled yet. Those may be temp files, try restarting the IIS Admin service (if you can) to see if it goes away.

提交回复
热议问题