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?
- AndrewTaylor140Apr 21, 2021Copper ContributorI 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.
- andyinvApr 21, 2021Brass Contributor
LukeLucky Same as I'm getting - tho the note about missing icons is only a warning apparently...
You can see the entries as happens on the WVD host picked to scan the image with the error logs tool here: https://github.com/RMITBLOG/MSIX_APP_ATTACH/tree/master/MSIX%20Event%20Log%20tool
- LukeLuckyApr 21, 2021Copper Contributor
Hi, andyinv
it is warning but this is only I have. Why the heck those images wont attach? Is there any other way to check it?- andyinvApr 21, 2021Brass ContributorNo idea - hoping someone here who can look at the back-end will tell me. It's not exactly useful, a blank error message... 😞
As was said above, you wonder if it's worth the effort even bothering to package something up and get into App Attach if it's going to be hit and miss whether the packages will work or not.