Issue with Image Magick - Access denied

Saturday, April 20, 2024 5:47:48 AM
  • Posted: Thursday, December 5, 2019 3:50 AM
  • 30
Hello. I have to admit it's been a while since I've done any srious .Net dev , but is there some trick to getting it going robustly?

I installed quite a few plugins - only the ones that came with the source , but then I started getting the error message below. I then uninstalled all the plugins but the error is still there.  Running in Visual Studio 2019 on Windows 10

I guess because I don't fully understand the architecture , I don't really know what is going on.

Can you shed some light on this?


System.TypeInitializationException: The type initializer for 'NativeMagickSettings' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'Magick.Native-Q16-x64.dll' or one of its dependencies: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at ImageMagick.Environment.NativeMethods.X64.Environment_Initialize() at ImageMagick.Environment.NativeEnvironment.Initialize() at ImageMagick.Environment.Initialize() at ImageMagick.MagickSettings.NativeMagickSettings..cctor() --- End of inner exception stack trace --- at ImageMagick.MagickSettings.NativeMagickSettings..ctor() at ImageMagick.MagickSettings..ctor() at ImageMagick.MagickImage..ctor() at ImageMagick.MagickImage..ctor(Byte[] data) at Grand.Services.Media.PictureService.GetPictureUrl(Picture picture, Int32 targetSize, Boolean showDefaultPicture, String storeLocation, PictureType defaultPictureType) in D:\gn\Grand.Services\Media\PictureService.cs:line 573 at Grand.Services.Media.PictureService.GetPictureUrl(String pictureId, Int32 targetSize, Boolean showDefaultPicture, String storeLocation, PictureType defaultPictureType) in D:\gn\Grand.Services\Media\PictureService.cs:line 496 at Grand.Web.Services.ProductViewModelService.<>c__DisplayClass41_0.<<PrepareProductDetailsPage>b__14>d.MoveNext() in D:\gn\Grand.Web\Services\ProductViewModelService.cs:line 825 --- End of stack trace from previous location where exception was thrown --- at Grand.Core.Caching.CacheExtensions.GetAsync[T](ICacheManager cacheManager, String key, Int32 cacheTime, Func`1 acquire) in D:\gn\Grand.Core\Caching\CacheExtensions.cs:line 78 at Grand.Web.Services.ProductViewModelService.PrepareProductDetailsPage(Product product, ShoppingCartItem updatecartitem, Boolean isAssociatedProduct) in D:\gn\Grand.Web\Services\ProductViewModelService.cs:line 819 at Grand.Web.Controllers.ProductController.ProductDetails(String productId, String updatecartitemid) in D:\gn\Grand.Web\Controllers\ProductController.cs:line 160 at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at System.Threading.Tasks.ValueTask`1.get_Result() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync() at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware.Invoke(HttpContext context) at Grand.Framework.Infrastructure.WorkContextMiddleware.InvokeAsync(HttpContext context, IWorkContext workContext) in D:\gn\Gran
0
  • Posted: Friday, December 6, 2019 6:50 AM
  • 953
Martin,

Have you unlock the zip archive? Sometimes it may results in similar errors.
Best regards,
Patryk

GrandNode Team
0
back to top
Filters