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: BC30456: 'GetVideoGelleryDetails' is not a member of 'VideoGallery'.

Source Error:


Line 43:         Dim objVideoGallery As New VideoGallery
Line 44:         Dim dt As New DataTable
Line 45:         dt = objVideoGallery.GetVideoGelleryDetails(id)
Line 46:         LBLDescription.Text = dt.Rows(0)("AlbumDiscription")
Line 47:         lblHeading.Text = dt.Rows(0)("AlbumName")

Source File: D:\Websites\HolyChildGaziabad\VideoGallery\watchvideos.aspx.vb    Line: 45






Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062