JosePineiro / WebP-wrapper

Wrapper for libwebp in C#. The most complete wapper in pure managed C#. Exposes Simple Decoding API, Simple Encoding API, Advanced Encoding API (with stadistis of compresion), Get version library and WebPGetFeatures (info of any WebP file). In the future I´ll update for expose Advanced Decoding API. The wapper are in safe managed code in one class. No need external dll except libwebp.dll (included). The wapper work in 32 and 64 bit system.
MIT License
214 stars 48 forks source link

Where do I put the DLL files in an ASP.NET application #40

Open esimsnl opened 11 months ago

esimsnl commented 11 months ago

When I try to simply load a webp file into a bitmap, I get the error:

Unable to load DLL 'libwebp_x86.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) In WebP.GetInfo In WebP.Load

I am using ASP.NET version 4.8 and so far I have placed DLL files in /bin folder. I also tried /bin/Release and / (root), but without success.

zhc341272 commented 11 months ago

来信已收到,谢谢,吼吼!O(∩_∩)O~