← 返回

S# Data and Designer with custom adapter

Hi My custom adapter can work with StockSharp.Xaml UI Configure window. But when I put the adapter Dlls to the S# Data or S# Designer folder, I got the Exception:

S#.Data (Hydra) System.IO.FileNotFoundException: Could not load file or assembly 'StockSharp.FtxFutures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=AMD64'. The system cannot find the file specified. File name: 'StockSharp.FtxFutures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=AMD64' at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly) at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, RuntimeAssembly requestingAssembly, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext) at System.Reflection.Assembly.Load(AssemblyName assemblyRef) at StockSharp.Configuration.InMemoryMessageAdapterProvider.GetAdapters()

How can I use my custom adapter with S# Data and S# Designer? Thanks

本主题对您有帮助吗?

分享主题

评论 (1)

登录创建账户, 登录或注册以发表评论

Mikhail Sukhov
Mikhail Sukhov

Hello

Try to re-compile as AnyCPU.