zoukankan      html  css  js  c++  java
  • 痛苦的Windows下的temp目录

    2007不能运行了,错误:

    [MSBuild Error] “DCC”任务意外失败。
    System.Configuration.ConfigurationErrorsException: 配置系统未能初始化 ---> System.Configuration.ConfigurationErrorsException: 无法识别的配置节 startup。 (D:Program FilesBorlandBDS2007liteV8inds.exe.Config line 2)
       在 System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
       在 System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
       在 System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
       在 System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
       --- 内部异常堆栈跟踪的结尾 ---
       在 System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
       在 System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(String sectionName)
       在 System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
       在 System.Configuration.ConfigurationManager.GetSection(String sectionName)
       在 System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
       在 System.Diagnostics.DiagnosticsConfiguration.GetConfigSection()
       在 System.Diagnostics.DiagnosticsConfiguration.Initialize()
       在 System.Diagnostics.DiagnosticsConfiguration.get_SwitchSettings()
       在 System.Diagnostics.Switch.InitializeConfigSettings()
       在 System.Diagnostics.Switch.InitializeWithStatus()
       在 System.Diagnostics.Switch.get_SwitchSetting()
       在 System.Diagnostics.BooleanSwitch.get_Enabled()
       在 System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type type, String defaultNamespace, XmlSerializerImplementation& contract)
       在 System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
       在 System.Xml.Serialization.XmlSerializer..ctor(Type type)
       在 Borland.Build.Tasks.Common.Metadata.TaskFactory.get_Metadata()
       在 Borland.Build.Tasks.Common.ToolTaskManager.GetMetadata(String name)
       在 Borland.Build.Tasks.Common.BaseTask.get_Metadata()
       在 Borland.Build.Tasks.Delphi.DCC.TargetOutOfDate()
       在 Borland.Build.Tasks.Common.BaseTask.SkipTaskExecution()
       在 Microsoft.Build.Utilities.ToolTask.Execute()
       在 Borland.Build.Tasks.Common.BaseTask.Execute()
       在 Borland.Build.Tasks.Delphi.DCC.Execute()
       在 Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound)

    其中蛛丝马迹就是windows目录下有个temp目录被什么电脑管家之类的把权限收掉了,导致这样的错误!

  • 相关阅读:
    25、继续echarts实现中国地图
    24、echarts做报表
    23、css的定位问题
    22、继续javascript,左边选中的跳到右边
    21、在选择的时候跳到另一页面上,选择男女,然后提交表单内容
    20、formAdd,javascript实现动态添加
    19、javascript基础知识
    18、webservice使用
    17、javaWebService,的使用
    16、使用jQuery的html5player播放器,进行播放
  • 原文地址:https://www.cnblogs.com/usegear/p/6429769.html
Copyright © 2011-2022 走看看