无法在Visual Studio中构建解决方案获取错误'子节点2过早退出'

时间:2014-09-23 12:23:59

标签: .net visual-studio-2012 build

我遇到使用visual studio 2012构建解决方案的问题,我收到错误,Child Node 2过早退出。

我用谷歌搜索了这个链接

error MSB4166: Child node exited prematurely. Shutting down

但我的系统中有足够的物理内存和虚拟内存。

这是诊断报告。

  

来自流程2370776的未处理的异常:   ===================== 9/23/2014 9:22:35 AM.Microsoft.Build.Shared.InternalErrorException:MSB0001:Internal   MSBuild错误:我们不能同时拥有程序集名称和   程序集文件/路径。在   Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(字符串   message,Exception innerException,Object [] args)at   Microsoft.Build.Shared.AssemblyLoadInfo.Create(String assemblyName,   字符串assemblyFile)at   Microsoft.Build.Shared.AssemblyLoadInfo.FactoryForTranslation(INodePacketTranslator   翻译)   Microsoft.Build.BackEnd.NodePacketTranslator.NodePacketReadTranslator.Translate [T](T&安培;   value,NodePacketValueFactory 1 factory) at Microsoft.Build.Logging.LoggerDescription.Microsoft.Build.BackEnd.INodePacketTranslatable.Translate(INodePacketTranslator translator) at Microsoft.Build.Logging.LoggerDescription.FactoryForTranslation(INodePacketTranslator translator) at Microsoft.Build.BackEnd.NodePacketTranslator.NodePacketReadTranslator.TranslateArray[T](T[]& array, NodePacketValueFactory 1工厂)at   Microsoft.Build.BackEnd.NodeConfiguration.Translate(INodePacketTranslator   翻译)   Microsoft.Build.BackEnd.NodeConfiguration.FactoryForDeserialization(INodePacketTranslator   翻译)   Microsoft.Build.BackEnd.NodePacketFactory.PacketFactoryRecord.DeserializeAndRoutePacket(的Int32   nodeId,INodePacketTranslator翻译)at   Microsoft.Build.BackEnd.NodePacketFactory.DeserializeAndRoutePacket(的Int32   nodeId,NodePacketType packetType,INodePacketTranslator翻译器)
  在   Microsoft.Build.Execution.OutOfProcNode.Microsoft.Build.BackEnd.INodePacketFactory.DeserializeAndRoutePacket(的Int32   nodeId,NodePacketType packetType,INodePacketTranslator翻译器)

     

at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.PacketPumpProc()

1 个答案:

答案 0 :(得分:0)

我有相同的错误,完全不同的原因。我正在使用NuGet包中的SyncFusion Carousel控件。事实证明,轮播在XAML中不能具有明确定义的SelectedIndex。非常奇怪的错误代码,似乎我应该收到一条运行时错误消息,提示“无法设置属性SelectedIndex”。