Hi at all!
For some strange reason I sometimes (not always) get the following compilation error when starting my ASP.net project:
Server Error in '/' Application.
Compilation Error
Description: An
error occurred during the compilation of a resource required to service
this request. Please review the following specific error details and
modify your source code appropriately.
Compiler Error Message: CS0433:
The type 'ASP.formscontrols_worker_it_ascx' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\eda066a2\8bd7b761\App_Web_5w8zybux.dll' and
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\eda066a2\8bd7b761\App_Web_worker_it.ascx.fd9ce2d7.k5uteqwr.dll'
The problem happens both, when I'm starting in debug-mode or without debug-mode. The error message is actually true, the control exists in both of the dll's. The strange thing however is first that the error doesn't happen every time I compile and run the project and moreover it doesn't happen on any other PC of my team colleagues.
Can someone give me a hint of what I could do to avoid the problem? Often a clean and rebuild of the solution helps, but not always 
Thanks for any help, since the problem is really disturbing me!!