路径中具有非法字符。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: 路径中具有非法字符。
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ArgumentException: 路径中具有非法字符。]
System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[] str) +276
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +88
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) +43
System.IO.Path.GetFullPath(String path) +82
System.Web.HttpApplication.CheckSuspiciousPhysicalPath(String physicalPath) +19
System.Web.Configuration.HttpConfigurationSystem.ComposeConfig(String reqPath, IHttpMapPath configmap) +175
System.Web.HttpContext.GetCompleteConfigRecord(String reqpath, IHttpMapPath configmap) +434
System.Web.HttpContext.GetCompleteConfig() +49
System.Web.HttpContext.GetConfig(String name) +195
System.Web.Configuration.HttpConfigurationSystemBase.System.Configuration.IConfigurationSystem.GetConfig(String configKey) +22
System.Configuration.ConfigurationSettings.GetConfig(String sectionName) +69
System.Diagnostics.DiagnosticsConfiguration.GetConfigTable() +10
System.Diagnostics.DiagnosticsConfiguration.Initialize() +138
System.Diagnostics.DiagnosticsConfiguration.get_SwitchSettings() +6
System.Diagnostics.Switch.Initialize() +580
System.Diagnostics.Switch.get_SwitchSetting() +34
System.Diagnostics.BooleanSwitch.get_Enabled() +5
System.Xml.Serialization.Compiler..cctor() +29
[TypeInitializationException: “System.Xml.Serialization.Compiler”的类型初始值设定项引发异常。]
System.Xml.Serialization.Compiler.AddImport(Type type, Hashtable types) +0
System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, CompilerParameters parameters, Assembly assembly, Hashtable assemblies) +537
System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence) +137
System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace) +115
System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +262
System.Xml.Serialization.XmlSerializer..ctor(Type type) +27
DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj) +63
DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +182
|