The full error is:
Could not load file or assembly 'App_Web_xxxxxxxx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Where xxxxxxxx is the ASP.Net generated temp name.
We are getting this error for a WCF service hosted within an ASP.Net application.
The weird thing is that it happens very occasionally, independent of deployment changes... and when it does happen the service "breaks" for all subsequent requests.
At the moment, the workaround for us at the moment is to delete the temporary assemblies from the application's folder in:
%windir%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files
The app is hosted in IIS7 on a win 2008 server, using .Net 3.5
Any ideas most appreciated!