-> System.Reflection.ReflectionTypeLoadException: Could not load all types from "Our.Umbraco.FileSystemProviders.Azure, Version=1.0.3.255, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions
The problem is I now can't open Umbraco backoffice to uninstall, does anyone know how I can sort this?
I'm running it from VS and both fail. I'm about to try reverting the code to a previous version to see if that makes any difference, but I assume I will have to revert the database to another point in time?
Well then you'll need to see what the package changed, and remove those things, probably some stuff in the /bin direction and changes to the web.config, if you change the package extension to .zip and extract, there is a pacakge.xml file which should give you an idea
Installed package causing Umbraco 8 to fail
Hi,
I've installed the package UmbracoFileSystemProviders.Azure to Umbraco 8 via the packages page in backoffice.
When I run my app it fails,
Visual Studio: Umbraco.Core.pdb not loaded
Umbraco: -> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
-> System.Reflection.ReflectionTypeLoadException: Could not load all types from "Our.Umbraco.FileSystemProviders.Azure, Version=1.0.3.255, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions
The problem is I now can't open Umbraco backoffice to uninstall, does anyone know how I can sort this?
thanks
Comment author was deleted
Don't think that package works on v8, any other access to the site other then trough the backoffice?
I'm running it from VS and both fail. I'm about to try reverting the code to a previous version to see if that makes any difference, but I assume I will have to revert the database to another point in time?
Comment author was deleted
Don't think that the package does db stuff, so you installed it from the UI not from vs package manager console?
yeah that's correct
Comment author was deleted
Well then you'll need to see what the package changed, and remove those things, probably some stuff in the /bin direction and changes to the web.config, if you change the package extension to .zip and extract, there is a pacakge.xml file which should give you an idea
That'll help, thanks for your time
is working on a reply...