I have a web application generated by VS 2008 and convert to VS 2010. It worked and published to the production server. Somehow early this year when I tried to updated some functions I suddenly got following compiler error and no clue to fix it, mainly a
user control managetransitroster.ascx causing the issue .
c:\Users\zhao790\AppData\Local\Temp\Temporary ASP.NET Files\roster\2ef55f64\6a653331\App_Web_yd4ydxkj.4.cs(650): error CS0433: The type 'ASP.controls_managet
ransitroster_ascx' exists in both 'c:\Users\zhao790\AppData\Local\Temp\Temporary ASP.NET Files\roster\2ef55f64\6a653331\App_Web_managetransitroster.ascx.cc67
1b29.emdgxdju.dll' and 'c:\Users\zhao790\AppData\Local\Temp\Temporary ASP.NET Files\roster\2ef55f64\6a653331\App_Web_managetransitroster.ascx.cc671b29.odl51kud.dll'
Thanks in advance.
Go to the complete details ...