Problem with build Web Site

When I try to build a web site solution I get the follwing errors :
Error 1 (0): error CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\testeinf\15e74bc9\75b17dc3\App_Web_tzppu2tl.DLL' could not be found
Error 2 Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\testeinf\15e74bc9\75b17dc3\App_Web_tzppu2tl.DLL' could not be found
I close VS.NET 2005 Beta2, restart and now it's building.
After I chenge something and build again I get the same error. So I close VS IDE, restart again and build again.
And so on....
Is it a bug ?
I have VS.NET Team Suite Beta2 on a Windows 2003 Server.
[699 byte] By [SorinSandu] at [2008-2-17]
# 1
Hi Sorin,

If it happens consistently, then report it at: MSDN Product Feedback Center.

Regards,
Vikram

Vikram at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...
# 2
I get the exact same issue. Builds the first time then some dlls in the temporary directory are renamed with a .delete suffix which causes the environment to complain about their absences. Result is unusable Dev Studio.
PatrickinCanada at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...
# 3
Same problem here. I am using MS Visual Web Developer 2005 on XP Pro.
The designer view is really choppy and unpredictable, too.
Does MS address this issue anywhere?
jeez at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...
# 5
Same problem twice in a row. In version 7.1.3088 visual studio .net. What a pain in the a$$
Basically created a couple projects, a service and a couple .dlls. Later renamed .dlls and renamed them under the project properties. Deleted original references, re-referenced with new name. Also, renamed the folders in which the dll projects resided. Tried to rebuild... FAILED.
Hate this.
DaveE1 at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...
# 6

Well I know this is a bit late but for those that read this in the future and are having the same problem it most likely do to insufficient memory. There is alot of overhead for this type of program.

DKB at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...
# 7

I found a website suggesting this error occured if imperonate = true in the web.config, though it couldn't say why.

I changed mine to false and the error stopped.

Now I need to look at security to find a work around but it's a start

KevinS at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# Language...