Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'Video' does not exist in the current context

Source Error:


Line 6:      {
Line 7:          int id=Convert.ToInt16(Request.QueryString["video"]);
Line 8:          Video.visitArtir(id);
Line 9:          Video aktif = new Video(id);
Line 10:         button7.Text = button7.Text + @" (" + aktif._begeni.ToString() + ")";

Source File: d:\vhosts\temelelektronik.online\temelelektronik.info\video.aspx    Line: 8






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0