- ago
Getting this error when opening a new meta strategy window:

System.MissingMethodException: Method not found: 'Boolean WealthLab.Backtest.MetaStrategy.get_ShareCapitalPool()'.
at WealthLab8.designerMetaStrategy.UpdateUIFromStrategy()
at WealthLab8.cwStrategy.PostManager()
at WealthLab8.cwStrategy.onLoad(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
0
231
Solved
2 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.06% )
- ago
#1
It looks like the WealthLab.Core library didn't get updated during your last setup. Do you use Visual Studio and maybe had that DLL locked?

You'll need to uninstall WL8 and then do a re-install. Make sure the WealthLab.Core.dll is removed during the uninstall.
0
Best Answer
- ago
#2
Deleting the DLL solved the issue, thank you!
0

Reply

Bookmark

Sort