Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baaijte.Optimizely.ImageSharp.Web.Providers.BlobImageProvider.GetAsync could not load #28

Open
chaudhry13 opened this issue Aug 5, 2024 · 1 comment

Comments

@chaudhry13
Copy link

I am getting this exception

System.IO.FileNotFoundException: Could not load file or assembly 'EPiServer, Version=12.21.4.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'. The system cannot find the file specified.
File name: 'EPiServer, Version=12.21.4.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'
at Baaijte.Optimizely.ImageSharp.Web.Providers.BlobImageProvider.GetAsync(HttpContext context)
at SixLabors.ImageSharp.Web.Middleware.ImageSharpMiddleware.Invoke(HttpContext httpContext, Boolean retry)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)

I have the following versions

<PackageReference Include="Baaijte.Optimizely.ImageSharp.Web" Version="3.0.1" />
<PackageReference Include="PictureRenderer" Version="3.12.0" />
<PackageReference Include="PictureRenderer.Optimizely" Version="3.2.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.3" />

Am I missing something?

@vnbaaij
Copy link
Owner

vnbaaij commented Aug 5, 2024

Please seek help in the Optimizely forum. It seems not to be an issue with the library but rather with your configuration. Otherwise there would be more reports.

I am not working for or with Optimizely anymore. This package is in maintenance mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants