回 帖 发 新 帖 刷新版面

主题:求助!很急

各位大哥
下面的信息是什么意思啊
提示Line 2:  <%@ import Namespace="dparty" %>这个行错误

 Server Error in '/2' 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 'dparty' could not be found (are you missing a using directive or an assembly reference?)

Source Error:



Line 1:  <%@ Page Language="C#" Debug="true"%>
Line 2:  <%@ import Namespace="dparty" %>
Line 3:  <script runat="server">
Line 4:  

Source File: g:\手记大派对\分站产品软件\wwwroot\admin\CreateIndex.aspx &nbsp;&nbsp; Line: 2 



Show Detailed Compiler Output:


C:\WINDOWS\system32> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.dll" /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699  "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.1.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.2.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.3.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.4.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.5.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.6.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\2\f21fd9d1\59d8c379\App_Web_5glecvru.7.cs"


Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

g:\手记大派对\分站产品软件\wwwroot\admin\CreateMpage.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)
g:\手记大派对\分站产品软件\wwwroot\admin\createallpage.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)
g:\手记大派对\分站产品软件\wwwroot\admin\CreateCategory.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)
g:\手记大派对\分站产品软件\wwwroot\admin\CreateIndex.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)
g:\手记大派对\分站产品软件\wwwroot\admin\CreateOtherPage.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)
g:\手记大派对\分站产品软件\wwwroot\admin\CreateBaojia.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)
g:\手记大派对\分站产品软件\wwwroot\admin\CreateProduct.aspx(2,11): error CS0246: The type or namespace name 'dparty' could not be found (are you missing a using directive or an assembly reference?)




Version Information:&nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 

回复列表 (共1个回复)

沙发

error CS0246: The type or namespace name 'dparty' could not be found 

说明你“dparty”命名空间没找到,再仔细看一下有没有写错。

我来回复

您尚未登录,请登录后再回复。点此登录或注册