Issue with WIC image resizing on ASP.NET MVC 2
- by Dave
I am attempting to implement image resizing on user uploads in ASP.NET MVC 2 using a version of the method found: here on asp.net.
This works great on my dev machine, but as soon as I put it on my production machine, I start getting the error 'Exception from HRESULT: 0x88982F60' which is supposed to mean that there is an issue decoding the…