I get the following when I start WL7 Build 18
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The type initializer for '
' threw an exception.)
---> System.TypeInitializationException: The type initializer for '
' threw an exception.
---> System.MissingMethodException: Method not found: 'System.Collections.Generic.List`1<System.String> WealthLab.Backtest.BrokerBase.get_AccountList()'.
at
.
.
(RuntimeTypeHandle )
at
..cctor()
--- End of inner exception stack trace ---
at WealthLab.Kraken.KrakenConfig..ctor()
at WealthLab.Kraken.KrakenConfig.get_Instance()
at WealthLab.Kraken.KrakenStreaming..ctor()
--- End of inner exception stack trace ---
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The type initializer for '
' threw an exception.)
---> System.TypeInitializationException: The type initializer for '
' threw an exception.
---> System.MissingMethodException: Method not found: 'System.Collections.Generic.List`1<System.String> WealthLab.Backtest.BrokerBase.get_AccountList()'.
at
.
.
(RuntimeTypeHandle )
at
..cctor()
--- End of inner exception stack trace ---
at WealthLab.Kraken.KrakenConfig..ctor()
at WealthLab.Kraken.KrakenConfig.get_Instance()
at WealthLab.Kraken.KrakenStreaming..ctor()
--- End of inner exception stack trace ---
Rename
One of you broker providers does not support working with accounts. I agree, it's too cruel to shame it with an exception)).
Actually solved with the updated extension :)
Vince
Vince
This was a breaking change in Build 16 ... was documented in the release notes.
Still, custom providers suffer from this)
Don’t you mean custom PROVIDER?? 😂
Vince, you must be busy working with CSI data 🙂 but this topic on the same issue has been on the first page of Discussions when you posted your question ( ͡° ͜ʖ ͡°)
https://www.wealth-lab.com/Discussion/Popup-at-open-Method-not-found-BrokerBase-get-AccountList-6727
https://www.wealth-lab.com/Discussion/Popup-at-open-Method-not-found-BrokerBase-get-AccountList-6727
QUOTE:
Don’t you mean custom PROVIDER?? 😂
Ha-ha. I thought there were many of them hiding behind those colored circles with seven).
Your Response
Post
Edit Post
Login is required