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: 'GetMediaGelleryDetails' is not a member of 'MediaGallerys'.

Source Error:


Line 22:         Dim dt As New DataTable
Line 23:         Dim objMediaGellery As New MediaGallerys
Line 24:         dt = objMediaGellery.GetMediaGelleryDetails(GalleryEncrypt.Decrypt(Request("id")))
Line 25:         Repeater1.DataSource = dt
Line 26:         Repeater1.DataBind()

Source File: D:\Websites\HolyChildGaziabad\MediaGallery\MediaNew.aspx.vb    Line: 24






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