diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj index 3262f056..e8e85809 100644 --- a/SGGL/BLL/BLL.csproj +++ b/SGGL/BLL/BLL.csproj @@ -767,6 +767,7 @@ + diff --git a/SGGL/BLL/Transfer/ProjectSetupService.cs b/SGGL/BLL/Transfer/ProjectSetupService.cs new file mode 100644 index 00000000..8a8e3a26 --- /dev/null +++ b/SGGL/BLL/Transfer/ProjectSetupService.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BLL.Transfer +{ + class ProjectSetupService + { + } +} diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt index 8a012bf1..9b1ca355 100644 --- a/SGGL/FineUIPro.Web/ErrLog.txt +++ b/SGGL/FineUIPro.Web/ErrLog.txt @@ -313,3 +313,45 @@ IP地址:::1 出错时间:01/26/2024 09:42:36 + +错误信息开始=====> +错误类型:HttpException +错误信息:文件“/common/mainMenu_Transfer.aspx”不存在。 +错误堆栈: + 在 System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) + 在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) + 在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) + 在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) + 在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) + 在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) + 在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) + 在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + 在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) + 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +出错时间:01/26/2024 09:47:07 +出错文件:http://localhost:8579/common/mainMenu_Transfer.aspx +IP地址:::1 + +出错时间:01/26/2024 09:47:07 + + +错误信息开始=====> +错误类型:HttpParseException +错误信息:未能加载类型“FineUIPro.Web.common.mainMenu_Transfer”。 +错误堆栈: + 在 System.Web.UI.TemplateParser.ProcessException(Exception ex) + 在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) + 在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) +----错误类型:HttpException +----错误信息: +----未能加载类型“FineUIPro.Web.common.mainMenu_Transfer”。 +----错误堆栈: + 在 System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) + 在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) + 在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) +出错时间:01/26/2024 09:47:58 +出错文件:http://localhost:8579/common/mainMenu_Transfer.aspx +IP地址:::1 + +出错时间:01/26/2024 09:47:58 + diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index eeddcae4..f4d327e2 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -334,6 +334,7 @@ + @@ -1825,6 +1826,7 @@ + @@ -6745,6 +6747,13 @@ mainMenu_HSSE.aspx + + mainMenu_Transfer.aspx + ASPXCodeBehind + + + mainMenu_Transfer.aspx + mainProject0.aspx ASPXCodeBehind @@ -16289,6 +16298,13 @@ TestRunRecordUploadList.aspx + + ProjectSetup.aspx + ASPXCodeBehind + + + ProjectSetup.aspx + Video.aspx ASPXCodeBehind diff --git a/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx b/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx new file mode 100644 index 00000000..5ce31af8 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectSetup.aspx.cs" Inherits="FineUIPro.Web.Transfer.ProjectSetup" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx.cs b/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx.cs new file mode 100644 index 00000000..1ef011d5 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer +{ + public partial class ProjectSetup : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx.designer.cs new file mode 100644 index 00000000..a594cc44 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/ProjectSetup.aspx.designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace FineUIPro.Web.Transfer +{ + + + public partial class ProjectSetup + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx b/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx new file mode 100644 index 00000000..ad361978 --- /dev/null +++ b/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="mainMenu_Transfer.aspx.cs" Inherits="FineUIPro.Web.common.mainMenu_Transfer" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx.cs b/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx.cs new file mode 100644 index 00000000..cf9c0ce1 --- /dev/null +++ b/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.common +{ + public partial class mainMenu_Transfer : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx.designer.cs b/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx.designer.cs new file mode 100644 index 00000000..644020ca --- /dev/null +++ b/SGGL/FineUIPro.Web/common/mainMenu_Transfer.aspx.designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace FineUIPro.Web.common +{ + + + public partial class mainMenu_Transfer + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +}