classfieds kit issue

Discussion in 'ASP.NET Starter Kits' started by daniemn, Sep 4, 2009.

  1. am getting the following error after uploading my classfieds kit and following the all the guidelines to installing it on DASP servers.


    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: CS0246: The type or namespace name 'AspNet' could not be found (are you missing a using directive or an assembly reference?)

    Source Error:


    Line 1: <%@ Application Language="C#" %>
    Line 2:
    Line 3: <%@ Import Namespace="AspNet.StarterKits.Classifieds.Web" %>
    Line 4:
    Line 5: <script RunAt="server">

    Source File: e:\web\kampalacart\htdocs\Global.asax Line: 3

    any idea on how to solve this problem.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    this usually means that you have not uploaded all the required dll into the bin directory.
     
  3. thanks bruce. I have a new issue.

    I have sucessfully installed the classified kit on DASP servers, however I have failed to login to the Admin profile that I had set up prior to uploading to DASP servers. any idea to how to solve this.

    Kind regards
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    error?
     

Share This Page