daniemn
09-04-2009, 02:52 AM
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.
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.