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.
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.)
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?
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?
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?
Hi,
Make sure all cmsimport dll's are deleted from the bin folder.
Best,
Richard
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
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.)
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?
The Umbraco installer isn't ideal for uninstalling. Sorry you ran into this issue.
Best,
Richard
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
Remove from Web.config
Great Package - wish it did precisely what I needed for some non standard Umbraco properties
Field providers can help you with non standard Umbraco properties. Check the manual :)
Best,
Richard
is working on a reply...