Forum Discussion
Unable to create Win32 apps in Intune
I am unable to create a very basic Win32 application in Intune. I get green check marks across the board but when I try to create the application I get an error message saying "Save Application Failed. TypeError: Cannot read properties of null (reading 'id')". Any suggestions?
5 Replies
- PaulJebastinBrass Contributor
TMFoughty, Below are the possible troubleshooting I can think:
- Check if you have required permissions
- Try adding a temporary assignment before saving, if you are trying to save with already added assignment, remove and re-add.
- Issue with the .intunewin package? - Re-download the latest win32 prep tool and package it, check if any file names in the package has any unsual characters or file name length, and check if setup file exists at the root you specified
- Detection rule problem - Re-create the detection rule from scratch, try re-browse the MSI file, or ensure all fields are filled for File/ registry detections, avoid leaving optional fields half-filled and most recommended is try scrip based detection method (sign it if required)
- Browser/session issue (surprisingly common), re-login and try again
- Rare but could be Tenant/UI bug, upload the package using Microsoft Graph or PowerShell using Intune module
- zacCopper Contributor
I've had this issue before. What worked for me is ensuring I have a privileged role enabled (Intune Admin or Global Admin), then reopening Intune in another tab and recreating the Win32 App. Maybe session ran out?
- yorgopCopper Contributor
Just commenting so others might see this suggestion. Had this happen twice recently. Once were I wasn't on my global admin account. The other time session probably ran out since I was researching while creating the app.
Cheers
- Kave-KonsolidatorCopper Contributor
I have the same problem.
- Ahmed_Masoud97Steel Contributor
This error is usually means missing required field that Intune expects to be present but isn't,
Try to Check the App Information Section, Also, check the intunewin file if it was created properly.
Best,
Ahmed Masoud