Compiler Error Message: CS0433

G

Guest

I've published my website into IIS and i receive this error when i call the
default page
Compiler Error Message: CS0433: The type 'ProfileCommon' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\710cd38c\3f7cccae\assembly\dl3\6f3dd963\8a8c5aef_2e00c601\App_Code.DLL'
and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\710cd38c\3f7cccae\App_Code.kjsrfjio.dll'

Every thing work if i start the web from the file system with cassini.
What can i do ?
 
G

Guest

Try deleting the files in the Temporary ASP.NET Files folder, and redeploy.
Looks like you ended up with 2 copies due to changing the build/ deployment
options.
Peter
 

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

Top