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?
Hello johnjuandiablo,
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.
I am also having the same problem, I am running my application in debug mode
Below is the error I am getting
Could not load file or assembly 'InfragisticsWPF4.DataVisualization.v11.2.Aero, Version=11.2.20112.1012, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
even I referenced the PresentationFramework.Aero.dll into that project, same error