When I run my web applicatin it is giving this compilation error..
CS0433: The type 'BusinessLayer.Videos' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\888033a8\963ffe48\App_Code.zsu4f9h7.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\888033a8\963ffe48\assembly\dl3\5f298b28\bc3d2b1f_0c98ca01\BusinessLayer.DLL'
Line 36: static string VideoId;
Line 37: public int count;
Line 38: Videos obj = new Videos();
Line 39: TopRated clsTopratedBL = new TopRated();
Line 40: protected void Page_Load(object sender, EventArgs e)
Can you help me?