Link to home
Start Free TrialLog in
Avatar of jxbma
jxbmaFlag for United States of America

asked on

How do I solve a Binding Failure for InfragisticsWPF4.Controls.Maps.XamMap.v11.2.Aero when using Infragistics WPF XamMap control?

Hi:

I'm working in C#, VS2010 and using Infragistics WPF controls.

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?


Thanks ,
JohnB
ASKER CERTIFIED SOLUTION
Avatar of Corey Scheich
Corey Scheich
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jxbma

ASKER

Sorry it took so long to accept this solution.

Thanks,
JohnB