problem with duplicate assemblies
Hi, first time poster, please be gentle...
I am a newbie 2005 C# coder and i am currently getting an error i cannot get rid of. my code seemed to work fine but now i get the error:
CS0433: The type 'TraderBike.PageHeaderInitial' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files\traderbike\c543d976\e790e716\App_Web_qsv_sdb k.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files\traderbike\c543d976\e790e716\App_Web_7lwndl7 u.dll'
now when i try and delete these files from the above folders i gat a different error?
How can i possibly get rid of this. I have tried copying the folder and renaming it then building the solution but the same thing happens again AAAARRRGGGHHHH
please help :)
|