Forum Discussion

OS_Love's avatar
OS_Love
New Contributor III
2 years ago

Application Package error

Hi ,

 

I am trying to create a offline package but getting the below error.(snapshot attached)

'',hexadecimal value 0x03 is an invalid character

What is the easy solution?

 

 

  • RobbSalzmann's avatar
    RobbSalzmann
    Valued Contributor II

    0x03 is ^C aka EoTX or ETX (End of Transmission).  It probably got in your string by pasting some code from another source.  I imagine the package is stored as XML and ETX is an invalid char In XML

    The easy solution is to remove the 0x03 character from your string:
    stringWithETX.Replace(ChrW(&H3), String.Empty)

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    Can you please re-attach the screenshot - don't put it in the "Cover Photo" section, just copy and paste it inside the actual post.