ASP Error

Discussion in 'ASP.NET / ASP.NET Core' started by cpmcdonagh, Dec 26, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  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
    >
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    1) which version of the starter kit are you using? 1.1 or 2.0

    2) this error seems like you have not uploaded all the file. Check to make sure you uploaded all the dlls.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page