Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created June 27, 2014 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/8b9936fc767433ed67e1 to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/8b9936fc767433ed67e1 to your computer and use it in GitHub Desktop.
After installing http://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider
Server Error in '/' Application.
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
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: ImageProcessor.Common.Exceptions.ImageFormatException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ImageFormatException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
ImageProcessor.Configuration.ImageProcessorBootstrapper.LoadSupportedImageFormats() +364
ImageProcessor.Configuration.ImageProcessorBootstrapper.<.cctor>b__7() +20
System.Lazy`1.CreateValue() +416
System.Lazy`1.LazyInitValue() +152
System.Lazy`1.get_Value() +75
ImageProcessor.Configuration.ImageProcessorBootstrapper.get_Instance() +27
ImageProcessor.Web.Helpers.ImageHelpers.BuildRegexPattern() +88
ImageProcessor.Web.Helpers.ImageHelpers..cctor() +25
[TypeInitializationException: The type initializer for 'ImageProcessor.Web.Helpers.ImageHelpers' threw an exception.]
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +93
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +52
System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) +60
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +415
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +415
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment