Forum Discussion
Stefan Georgiev
Microsoft
Dec 14, 2020MSIX app attach Azure portal integration public preview
MSIX app attach is an application layering solution that allows you to dynamically attach an application (that is an MSIX package) to a user session. Separating the application from the operating sys...
LukeLucky
Apr 21, 2021Copper Contributor
Hi Guys,
Has anyone ever had the following problem with attaching .vhd or .cim?
There is no error and from activity log I got strange info about icons:
"properties": {
"statusCode": "InternalServerError",
"serviceRequestId": null,
"statusMessage": "{\"error\":{\"code\":\"1\",\"target\":\"ArmBaseExceptionFilter.OnException\",\"message\":\"UnknownError\",\"details\":[{\"code\":\"ArgumentException\",\"target\":\"MsixAppAttach.Public\",\"message\":\"iconImageName must not be null or blank\"}]}}",
"eventCategory": "Administrative",
"entity":
Any ideas?
AndrewTaylor140
Apr 21, 2021Copper Contributor
I had the same error and it was a fault with the MSIX package, once I re-packaged, it added without any issues
- andyinvApr 21, 2021Brass ContributorI've re-packaged this one several times, tried CIM, VHD, VHDX - the MSIX will install fine with Add-AppXPackage so I'm assuming the MSIX is OK. I've tried using msixmgr and also manually expanding the file to VHDX. No joy in any configuration.