I've recently installed the latest Service Release and updated an application's dlls as well as dleted the obj and bin directories and rebuilt. Everything looks updated and it appears to be using the new version of the controls everywhere I look but sometimes, while in design mode, an error pops up on my design tab stating "Could not load file or assembly 'InfragisticsSL4.Controls.Menus.XamRibbon.v11.1, Version=11.1.20111.2097, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies". I'm not actually using XamRibbon in my project but it appears that something is looking for it. I tried adding this reference to my project, but I can't find it (only the previous version of it). The project builds and runs fine but I can't see my design.
Hello,
Can you please check if any other projects uses xamRibbon and has reference to this assembly in your solution. Or are you referecing anything which uses xamRibbon? I would suggest you to delete the xap file and do a clean and rebuild of your solution.
Please let me know if this resolves your issue.
As far as I can tell, nothing in the entire solution uses xamRibbon and a search of the solution doesn't reveal any reference to it throughout the solution. I had previously gone through and deleted the obj and bin folders and clean/rebuilt the solution but I did it again to make sure that I hadn't missed anything. I'm still seeing the same behavior.