when you change versions of dependent assemblies (e.g. UI toolkits etc.) make sure once in a while to hit Reset All. This has also cleaned up ClickOnce publish problems for me more than once. All the above can be accessed from the various tabs on the My Project node in Solution ...
when you change versions of dependent assemblies (e.g. UI toolkits etc.) make sure once in a while to hit Reset All. This has also cleaned up ClickOnce publish problems for me more than once. All the above can be accessed from the various tabs on the My Project node in Solution ...
Make sure you don't have any mismatched version numbers on the Infragistics stuff, or any circular references. I.E. did you delete all of the references in your project to the Infragistics dll's and recreate the references so they point to the exact right version? We store DLL's in our...