Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V12: Error when trying to edit a table parameter in simulation #2981

Open
Yuri05 opened this issue Sep 24, 2024 · 0 comments · May be fixed by #2986
Open

V12: Error when trying to edit a table parameter in simulation #2981

Yuri05 opened this issue Sep 24, 2024 · 0 comments · May be fixed by #2986
Assignees
Milestone

Comments

@Yuri05
Copy link
Member

Yuri05 commented Sep 24, 2024

Taken the latest source from GitHub; Clean+Rebuild solution.

12.0_Human_Oral_BiDaily_TableFormulation.pksim5.zip
grafik

Application:
PK-Sim® 12.0.0

Missing dependency.
Component PKSim.Presentation.Presenters.Parameters.IEditTableParameterPresenter-PKSim.Presentation.Presenters.Parameters.EditTableParameterPresenter has a dependency on PKSim.Presentation.Presenters.Parameters.ITableParameterPresenter, which could not be resolved.
Make sure the dependency is correctly registered in the container as a service, or provided as inline argument.

Stack trace:

at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, Arguments additionalArguments, IReleasePolicy policy, Boolean ignoreParentContext)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, Arguments arguments, IReleasePolicy policy, Boolean ignoreParentContext)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, Arguments arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at OSPSuite.Infrastructure.Container.Castle.CastleWindsorContainer.Resolve[TInterface]()
   at OSPSuite.Presentation.Core.ApplicationController.Start[TPresenter]()
   at PKSim.Presentation.Services.EditParameterPresenterTask.EditTableFor(ICommandCollector presenter, IParameterDTO parameterDTO) in C:\SW-Dev\PK-Sim\branches\11.0\src\PKSim.Presentation\Services\EditParameterPresenterTask.cs:line 46
   at PKSim.Presentation.Presenters.Parameters.EditParameterPresenter`2.EditTableFor(IParameterDTO parameterDTO) in C:\SW-Dev\PK-Sim\branches\11.0\src\PKSim.Presentation\Presenters\Parameters\EditParameterPresenter.cs:line 63
   at PKSim.UI.Views.Parameters.ParameterSetView.editTable() in C:\SW-Dev\PK-Sim\branches\11.0\src\PKSim.UI\Views\Parameters\ParameterSetView.cs:line 144
   at OSPSuite.UI.Controls.BaseUserControl.<>c__DisplayClass23_0.<OnEvent>b__0()
   at OSPSuite.Utility.Extensions.ExceptionExtensions.DoWithinExceptionHandler(Object callerObject, Action actionToExecute)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
2 participants