Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
How do I completely uninstall Infragistics controls?
posted

Hi, due to some conflict with previous install after upgrading from v16.1.2088 to v16.1.2188 (I think) I need to completely remove (including registry entries) of Infragistics so I can try to install v16.2.  I went into Programs and Features and uninstalled from there but the registry entries still remain.  How do I get rid of them?  It's kinda sad that your uninstall process leaves it hanging around.

My history:

I had originally v15.9 trial version installed for demoing the essentials.  Then uninstalled it and installed

The story:

Due to VS 2015 crashes after dragging and dropping controls or opening a form that has an infragistics control I decided to upgrade using the tool inside VS (Infragistics Menu Item).  It upgraded me to another version of 16.1 (not 16.2 as desired).   So after updating the references in my project I got an error while dragging any control to the design surface that  File.IO.blah blah blah Infragistics Licensing for version 16.1.2088 could not be found error message.

Plot thickens:

At this point I went to Programs and Features and removed anything that had the word Infragistics in it,  I then downloaded Infragistics_Professional_20162_WithSamplesAndHelp and ran the installer.  Followed the same steps for references in my project, dragged and dropped the toolbarmanager and Wham! Same friggin error EXCEPT it's version was v16.1.2188.

So I won't go into any flame thread here; but of our 11 developers licensed for this product 8 of us are having VS crashes while using v16.1.xxxx.

So do you guys have a remove tool or something that will clean up your leftover registry entries?

Thanks

Parents
No Data
Reply
  • 12480
    Verified Answer
    Offline posted

    Hi Glenn,

    I will look into why these entries are left in the registry and see whether it is possible for us to assist you in removing them. We do not offer any type of registry cleaner tool.

    Leftover registry entries are not expected to have any side effect. Visual Studio should throw this error only when an unlicensed 16.1 control is added -- it is unexpected to see the error coming from a project that is referencing 16.2.

    In order to diagnose this issue, please take the following steps:

    1. Look at the project references. If there are any duplicated references, or if any of the references refer to a 16.1 assembly, remove them.
    2. Check the licenses.licx file in your project folder. If there is any data in this file, clear it out. Do not delete this file.
    3. Verify the the toolbox items refer to the correct Infragistics version. You can see this in the tooltip for each toolbox item. Remove any toolbox items that refer to versions you no longer need.
    4. Open the project file in a text editor and search for text like "16.1" or "15.2" (for example). I recommend removing incorrect references through the Visual Studio UI, but you can remove them in notepad if you understand the project file's data structure.
    5. Right click on controls, and choose About from the context menu. This displays a dialog with version information and licensing status. If any controls refer to the wrong version, this means there is still a reference to that version somewhere in the project.
Children