Tim Mangan (MVP)
Tim Mangan (MVP)
IconDirectoryResource.LoadFrom(PathToExe) fails on certain executable files with a default icon, throwing an error. I'm not sure what makes those icons special, but this has been seen on "newer" executables, possibly...
**Describe the bug** This page at the following link has probably refers to a missing site. https://blogs.windows.com/windowsdeveloper/2015/10/07/optimizing-your-xaml-app-for-performance-10-by-10/ **To Reproduce** Steps to reproduce the behavior: 1. Go to the page listed...
The AppXManifest schemas is missing the Desktop9 Shema file. For example: this element extensions: https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-desktop9-fileexplorerclassiccontextmenuhandler
When using msixmgr to convert from msix to vhd/cim, the utility creates a GUID and then creates a folder using that GUID name directly under the System32 folder. As failure...
### Describe the bug The documentation for COM:ComInterface https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-com-cominterface and the chain below them are shown as a child of the COM:Extension under an Application. This likely stems from the...
TraceParserGen has a bug when working with manifests that include task based opcodes and fails to generate the CS file when the id of the skipped opcode is later referenced....
The code in launchff++.cpp is flawed if the command is not issued with a full file path. For example: lauchff.exe C:\path_to_some_file The code grabs argv[0] ( "launchff.exe") , passes it...