- 积分
- 0
- 注册时间
- 2009-5-4
- 仿真币
-
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2010-5-26 21:18:31
|
显示全部楼层
来自 湖北武汉
在Geometry上Updata成功,但是右键edit后弹出界面后自动关闭,无任何提示信息。选择Updat from CAD后弹出报错对话框:An internal error occuurred. 详细信息如下:
Ans.Addins.Api.AddinInternalException: Geometry must be attached before branches can be created.
在 Ans.Simulation.Core.Commands.BranchProcessor.SynchronizeBranches(DataContainerReference Container)
在 Ans.Simulation.Core.Commands.AddSimulationBranches.ExecuteCommand(CommandContext context)
在 Ans.Simulation.Core.Commands.AddSimulationBranches.Call(CommandContext context, DataContainerReference Container)
在 Ans.Simulation.Core.ExternalProcessHandlers.InitializeSimulation(CommandContext context, DataContainerReference modelContainer, DataReference modelRef, DataReference connectionRef, Boolean bRequireLicense)
在 Ans.Simulation.Core.ExternalProcessHandlers.StartAndInitializeSimulation(CommandContext context, DataContainerReference modelContainer, Boolean bIsBatchMode, Boolean bRequireLicense)
在 Ans.Simulation.Core.ExternalProcessHandlers.StartAndInitializeSimulationBatchModeHelper..ctor(CommandContext context, DataContainerReference container, Boolean bRequireLicense, Boolean bSaveWhileExit)
在 Ans.Simulation.Core.Commands.GetCADParameters.ExecuteCommand(CommandContext context)
在 Ans.Addins.Api.CommandHelper.Execute(CommandContext context)
--- System.Exception: An internal error occurred.
在 Ans.Addins.Api.CommandHelper.Execute(CommandContext context)
在 Ans.Core.Commands.Concurrency.CommandWorkUnit.executeInContext(CommandContext subContext, IExecutionEngineCallback tracer)
在 Ans.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
在 Ans.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ans.Core.Commands.CommandFailedException: An internal error occurred.
Command: Simulation.GetCADParameters(GeometryCell="/Schematic/Cell:Geometry 1")
在 Ans.Core.Commands.CommandAsyncResult.RethrowFailureException()
在 Ans.Core.Commands.Concurrency.PerContextExecutor.rethrowUnseenExceptions()
在 Ans.Core.Commands.Concurrency.PerContextExecutor.WaitUntilAllCompleted(Int32 timeout)
在 Ans.Core.Commands.CommandContext.WaitUntilAllCompleted()
在 Ans.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
在 Ans.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ans.Core.Commands.CommandFailedException: An internal error occurred.
Command: DesignModeler.UpdateCAD(Container="Geometry 1")
在 Ans.Core.Commands.CommandAsyncResult.RethrowFailureException()
在 Ans.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
在 Ans.Core.Commands.CommandAsyncResult.Wait()
在 Ans.DesignModeler.Core.Commands.UpdateCAD.InvokeAndWait(ICommandContext context, DataContainerReference Container)
在 Ans.DesignModeler.GUI.UpdateCAD.Invoke(GuiOperationContext context)
在 Ans.UI.GuiOperationContext.Invoke(GuiOperationMetaData operationData)
在 Ans.UI.UIManager.<>c__DisplayClassb.<InvokeOperation>b__a()
在 Ans.UI.UIManager.InvokeOperationCore(String pseudoname, OperationDelegate callback, Boolean allowOSMessages) |
|