Googling it didn't give me an easy solution. Before I spend too many hours on this, is there a known solution to this? Thanks.
Error 2 Unknown build error, 'Cannot resolve dependency to assembly 'InfragisticsWPF4.v13.2, Version=13.2.20132.2338, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.' NinjaTrader.Custom

- I solve this problem by referencing (in Visual Studio) all of the Infragistics dlls in C:\Program Files (x86)\NinjaTrader 8\bin64
Comment