In a MVC2 project I moved a file from App_code to Content folder and compiled it. Then move it back again to App_Code and then changed its Build Action to "Compile". Now I get this error and I don't know how to fix this to make my program work again:
CS0433: The type 'Helper' exists in
both
'c:Users...AppDataLocalTempTemporary
ASP.NET
Files
oot00d4b7d2553f9cApp_Code.zowyklar.dll'
and
'c:Users...AppDataLocalTempTemporary
ASP.NET
Files
oot00d4b7d2553f9cassemblydl35c6d353719f85663_cde9cb01MyProject.DLL'
Cleaning and Rebuilding doesn't solve the problem.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…