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目录被什么电脑管家之类的把权限收掉了,导致这样的错误!

  • 相关阅读:
    线性代数复习向量空间线性相关向量组的秩
    证明:将n(n为2的幂)个点的位反转环划分为长为j(2的幂)的连续片段,这些片段都是次序等价的(分布式算法)
    vim命令小合集
    poj2240floyd算法
    visual studio打开文件所在目录
    5个0,4个1组成的字符串中,出现01或10的次数为4的不同字符串个数
    max spacing kclustering(类似kruskal最小生成树)并查集Debuging
    算法导论16.35huffman树的表示
    最优二叉查找树optimalBSTC++实现2
    算法导论16.37
  • 原文地址:https://www.cnblogs.com/usegear/p/6429769.html
Copyright © 2011-2022 走看看