Hi to all,
when I try to open "Extension->IndicatorSelection.Database' I receive following exception:
System.TypeLoadException: Could not load type 'WealthLab.Indicators.Fred' from assembly 'WealthLab.DataExtensions, Version=8.0.33.0, Culture=neutral, PublicKeyToken=null'.
at finantic.IndicatorSelection.Database.IndiQDatabaseChildWindow.LoadXml(String xmlpath)
at finantic.IndicatorSelection.Database.IndiQDatabaseChildWindow.FillCalculationGrid()
at finantic.IndicatorSelection.Database.IndiQDatabaseChildWindow..ctor()
at finantic.IndicatorSelection.Database.WLCE_Indicator_Selection.OnOpenChildWindow(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.Controls.MenuItem.InvokeClickAfterRender(Object arg)
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)
Can someone help me with that?
Regards
when I try to open "Extension->IndicatorSelection.Database' I receive following exception:
System.TypeLoadException: Could not load type 'WealthLab.Indicators.Fred' from assembly 'WealthLab.DataExtensions, Version=8.0.33.0, Culture=neutral, PublicKeyToken=null'.
at finantic.IndicatorSelection.Database.IndiQDatabaseChildWindow.LoadXml(String xmlpath)
at finantic.IndicatorSelection.Database.IndiQDatabaseChildWindow.FillCalculationGrid()
at finantic.IndicatorSelection.Database.IndiQDatabaseChildWindow..ctor()
at finantic.IndicatorSelection.Database.WLCE_Indicator_Selection.OnOpenChildWindow(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.Controls.MenuItem.InvokeClickAfterRender(Object arg)
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)
Can someone help me with that?
Regards
Rename
QUOTE:
Could not load type 'WealthLab.Indicators.Fred' from assembly 'WealthLab.DataExtensions
That's because FRED is no longer part of the WealthLab.DataExtensions extension. FRED has now been moved to WealthLab core since WL Build 122--see the WL release notes. You can get access to FRED using the USTYield indicator.
You will need to update your finantic.IndicatorSelection extension with a newer version than what you're running now to make that specific extension work.
Your Response
Post
Edit Post
Login is required