What does HRESULT 0x80548218 (E_MBN_INVALID_PROFILE) mean?

 
Previous Next
E_MBN_FAILURE E_MBN_DEFAULT_PROFILE_EXIST

E_MBN_INVALID_PROFILE

E_MBN_INVALID_PROFILE is a Windows Mobile Broadband (MBN) HRESULT. It indicates that the supplied Mobile Broadband profile does not conform to the required profile schema.

What to check

  • Validate the final profile XML against the Mobile Broadband profile schema before passing it to the API.
  • Check APN, authentication, icon-path, and default-profile settings for invalid or unsupported values.
  • Keep the original profile and the validation error in deployment diagnostics so generated profiles can be fixed at the source.

Microsoft: CreateConnectionProfile return values


Looking for a different code? Search another status or error code.