MsCrmTools.WebResourcesManager icon indicating copy to clipboard operation
MsCrmTools.WebResourcesManager copied to clipboard

Webresources exported are invalid

Open Mattw112 opened this issue 2 years ago • 0 comments

When I export all my images png and svg... the svg ones work correctly but none of the png ones will open. All give invalid error. I've tried with and without the setting for adding file extensions. So not sure how to export the png's in a format so that they are normal files and can be opened? here's the error when opening in Paint.net:

Exception:

PaintDotNet.Imaging.ImagingComponentNotFoundException (0x88982F50): Exception of type 'PaintDotNet.Imaging.ImagingComponentNotFoundException' was thrown. (ImagingError.ComponentNotFound 0x88982F50) at PaintDotNet.Interop.ExceptionFactory.ThrowError(Int32 hr, String message, Exception innerEx) in D:\src\pdn\src_4_3_x\Windows\Interop\ExceptionFactory.cs:line 54 at PaintDotNet.Interop.ExceptionTunnel.ThrowOnErrorCold(HRESULT hr, Exception exception) in D:\src\pdn\src_4_3_x\Windows\Interop\ExceptionTunnel.cs:line 73 at PaintDotNet.Imaging.WICImagingFactory.CreateDecoderFromStream(Stream stream, BitmapDecodeOptions metadataOptions, Nullable1& containerFormat, Nullable1& preferredVendor) in D:\src\pdn\src_4_3_x\Windows\Imaging\WICImagingFactory.cs:line 414 at PaintDotNet.Data.WicHelpers.Load(Stream input, Nullable1& forcedContainerFormat, Nullable1& preferredVendor, IMetadataTranscoder metadataTranscoder) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicHelpers.cs:line 107 at PaintDotNet.Data.PngFileType.OnLoad(Stream input) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\PngFileType.cs:line 155 at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 491 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Fundamentals\Functional\Func.cs:line 60

Again this is just trying to open a normal .png file that was exported using the latest version of the tool.

Thanks, Terry

Mattw112 avatar Jan 04 '24 18:01 Mattw112