“/upload IE”应用程序中的服务器错误。
--------------------------------------------------------------------------------
编译错误
编译器错误消息: CS0012: The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
源错误:
行 13: <c1:C1Upload ID="upload1" runat="server" EnableSWFUploadOnIE="true"/>
源文件: c:\Users\joseph.lee\Desktop\upload IE\Default.aspx 行: 13
显示详细的编译器输出:
C:\Windows\system32> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\App_global.asax.hael59op.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\assembly\dl3\b11fefcc\00ad77b1_c2cecd01\C1.Web.Wijmo.Controls.3.DLL" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\assembly\dl3\a23cee34\009077de_c1cecd01\C1.C1Report.2.DLL" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.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.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\assembly\dl3\279cf1eb\00daa8b2_c2cecd01\C1.Web.Wijmo.Controls.Design.3.DLL" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\App_Web_lufrkq6o.dll" /DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699;1701 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\App_Web_lufrkq6o.0.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\App_Web_lufrkq6o.1.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\App_Web_lufrkq6o.2.cs"
c:\Users\joseph.lee\Desktop\upload IE\Default.aspx(13,63): error CS0012: The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\upload ie\17939ed9\6b0bd833\assembly\dl3\b11fefcc\00ad77b1_c2cecd01\C1.Web.Wijmo.Controls.3.DLL: (Location of symbol related to previous error)
行 14: public partial class _Default : System.Web.SessionState.IRequiresSessionState {
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.5456; ASP.NET 版本:2.0.50727.5420 |