Help with unusual ASP.NET 2.0 compile error

  • Thread starter Thread starter Justin Martin
  • Start date Start date
J

Justin Martin

Hi,

I started getting this error on one of my sites last night which has been
compiling fine for months.

The type 'WB.DAL.StoreD' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\wbii\d8948d5c\81f7d686\assembly\dl3\2190baf2\d39f03e9_0e15c601\WBII_deploy.DLL'
and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\wbii\d8948d5c\81f7d686\App_Code.lrvv22n4.dll'

I cleaned up the temporary directories to no avail. Does anyone have any
ideas?

thanks

justin
 
Oh wonderful one! See it many times, make sure you delete all DLLs from the
bin directory before you add the new ones, sort that directory by date and
you'll see what I mean. There are 2 dlls with different names in different
times with the same code.

Al
 
Thanks Albert,

I had been clearing the Temp directory but found another one elsewhere that
caused it... You'd think that the error message could be worded a bit more
friendlier.

justin
 
Where was the other file? No matter what I do, the damn DLL that I want to
have deleted keeps coming back when I try to build the website. It's
extremely frustrating!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top