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: BC30451: 'getBookById' is not declared. It may be inaccessible due to its protection level.

Source Error:


Line 70:     Protected Overrides Sub Page_Load(sender As Object, e As EventArgs)
Line 71:         MyBase.Page_Load(sender, e)
Line 72:         Dim book = getBookById(BookID)
Line 73:         book.bookspecificationReference.Load()
Line 74:         gridheight = book.bookspecification.contentheight / 10

Source File: C:\PlatformUserData\247-PixelFarm\users\247\content\projectflow\Grid.aspx.vb    Line: 72






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