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 Brian,
Looks like this assembly is in there someplace that is not being used but the version utility updated it. Can you send me the version number that your application was using before you updated it to the latest service release?
You may also check the upgrade log (if possible please send me that one too) to see from which project it upgraded this assembly.
You will find the upgrade log C;\Documents and Settings \ [user]\MyDocuments\Infragistics\Tools\Version Utility. You will find all the upgrade logs at this location. You may open the log file and search for this assembly and it should also tell you the project name and then search that project.
Did you try deleting xap file located under ClientBin?
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.
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.