Just another one of those ASP.NET errors that seems to pop up for no reason at all.
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.
Cause: Something has corrupted the version of the app stored in the .NET temp folder. This seems to occur occasionally when you edit a nested custom control.
QuickFix: Change a setting in the web.config to force the app to recompile. This should get you rolling again, but the problem will happen again eventually.
Unconfirmed fixes: (I'll test more of these if the error pops up again)
1-Configure virus scan software to ignore the app and .NET temp folders. This may help prevent it from happening again.
2-Disable the indexing service. This may help prevent it from happening again.
3-Set "<compilation batch=false" in the web.config file. (My guess is this has no lasting effect over the quickfix above)
4-Clean out the .NET temp directory.