Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Could not load file or assembly 'InfragisticsWPF4.Controls.Maps.XamMap.v11.2.Aero
posted

Hi:

I'm trying to load a simple XamMap in my application by doing the following in C#:

XamMap foo = new XamMap();

I've got all my using statements and references set correctly for the project. It compiles fine. When I run the application it crashes on the above line with the following error message:

The assembly with display name 'InfragisticsWPF4.Controls.Maps.XamMap.v11.2.Aero' failed to load in the 'Load' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'InfragisticsWPF4.Controls.Maps.XamMap.v11.2.Aero, Version=11.2.20112.1012, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.

I have no idea what it's looking for here. I have done nothing with playing with themes for this map.

What's going on here? Help?