Application error

Discussion in 'ASP.NET Starter Kits' started by cpmcdonagh, Dec 26, 2005.

  1. Hi all,

    I hope this is the correct place to post this.
    I just installed the IssueTracker starter Kit and I'm getting the following error message. Any insight would be greatly appreciated.

    Thanks,
    CP

    >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: Name 'BusinessLogicLayer' is not declared.
    >
    > Source Error:
    >
    > Line 69: ' Create the roles cookie if it doesn't exist yet for this session.
    > Line 70:
    > Line 71: If Request.Cookies(BusinessLogicLayer.Globals.UserRoles) Is Nothing OrElse Request.Cookies?>BusinessLogicLayer.Globals.UserRoles).Value = "" Then
    > Line 72: ' Retrieve the user's role and ID information and add it to
    > Line 73: ' the cookie
    >
     

Share This Page