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?
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
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 have been looking into your questions and I am not able to reproduce this issue on my side. Still I consult wilt our developers on the matter and they update me with the following information. The exception you are describing is reproducible only in debug mode because of some differences in the naming of files for the XP themes and for the Windows 7. So I believe that if you run your project not in debug mode the exception should be no longer reproducible. Furthermore you can try to clean and rebuild your solution.
If after this the issue still persist would you please provide me with a small sample where this is reproducible so I can continue investigating it.
Thanks in advance.