I am getting the following error:
Error 44 Unknown build error, 'Cannot resolve dependency to assembly 'InfragisticsWPF4.Reports.v11.2, Version=11.2.20112.1010, 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. Line 421 Position 27.' Ce
I have double checked that I am referencing the right version of the assembly, FYI.
Hi triffle,
Let me know if you still require assistance on this matter.
Hello triffle,
Have you used either the modules window in Visual Studio or a tool like Process Explorer to look at the loaded assemblies in your application to verify that all of the following are already loaded?
Knowing whether they are all loaded will help to know what to suggest to do for debugging.
Yes -- that line I believe is throwing the cannot resolve dependency error.
Which path are you referring to? Do you mean "XXX.XXXXXXModule;component/XXXXXReports/Report1.igr"?
Okay, FYI that path/item does exist and it's being copied locally.