Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sunshine Lewis 31 posts 140 karma points c-trib
    Feb 15, 2014 @ 00:43
    Sunshine Lewis
    0

    Incomplete uninstall

    Hello,

    I've uninstalled CMSImport but I'm still getting a reference to it when deleting or moving media files.

    I've searched the entire solution for the phrase CMSImport (and manually removed it from all language.xml files)

    This is the error I'm getting, where else should I look?

    Could not load file or assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    
    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. 
    
  • Richard Soeteman 4035 posts 12842 karma points MVP
    Feb 15, 2014 @ 07:28
    Richard Soeteman
    101

    Hi,

    Make sure all cmsimport dll's are deleted from the bin folder.

    Best,

    Richard

  • Sunshine Lewis 31 posts 140 karma points c-trib
    Mar 03, 2014 @ 19:04
    Sunshine Lewis
    0

    Thank you! Turns out I also had to clear the plugin cache. I posted about my adventure here...

    How to fix the “could not load file or assembly for [some package you already uninstalled]” Message

  • Bendik Engebretsen 105 posts 202 karma points
    Aug 28, 2015 @ 11:21
    Bendik Engebretsen
    0

    Bump. I'm having the same problem after uninstalling the demo version. YSOD saying "Could not load file or assembly 'CMSImport' ". Have checked the bin folder for CMSImport assemblies. I have also tried touching the global.asax, but no luck.

    Any other ideas?

    (I'm interested in buying the full version, but I need to know that it works.)

  • Bendik Engebretsen 105 posts 202 karma points
    Aug 28, 2015 @ 11:25
    Bendik Engebretsen
    0

    Okay, so I've fixed it! Just had to remove the CMSImport... entries from the web.config. Kindof embarrassed that I didn't check that before posting, but shouldn't the uninstaller be doing this?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 30, 2015 @ 05:00
    Richard Soeteman
    0

    The Umbraco installer isn't ideal for uninstalling. Sorry you ran into this issue.

    Best,

    Richard

  • Tim Stopher 2 posts 72 karma points
    Apr 01, 2017 @ 08:17
    Tim Stopher
    0

    Hi, I have he same issue here but haven't tried to uninstall CMSImport. I have installed the demo version and like it plus will be purchasing subject to fixing the issue I have.

    We have other (non Umbraco) app folders on our site. When I navigate to those folders I get the 'Could not load...' error. Must be a web.config issue somewhere. But I can't find any entries in the main apps web.config. Any ideas?

    Thanks

    Tim

  • Christophe Vaught 21 posts 113 karma points
    May 04, 2018 @ 20:24
    Christophe Vaught
    0

    Remove from Web.config

    <add name="CMSImportSchedulerModule" type="CMSImport.HTTPModules.CMSImportSchedulerModule, CMSImport" />
    
    <remove name="CMSImportSchedulerModule" /><add name="CMSImportSchedulerModule" type="CMSImport.HTTPModules.CMSImportSchedulerModule, CMSImport" />
    

    Great Package - wish it did precisely what I needed for some non standard Umbraco properties

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 07, 2018 @ 05:35
    Richard Soeteman
    0

    Field providers can help you with non standard Umbraco properties. Check the manual :)

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft