Skip to content

MSBuild fails when subject name in App manifest file has ST attribute and special character in CN. Validation error. error C00CE169: #13567

Closed Answered by V-M-Aravind
V-M-Aravind asked this question in Q&A
Discussion options

You must be logged in to vote

I signed my code. This is what I did for my package manifest file. So the subject name of the certificate is like this:
CN=ABCD, INC. , O=ABCD, INC., L=Kerrville, ST=Texas, C=US
In Package.manifest file I added like this :
Publisher="CN="ABCD, INC.", O="ABCD, INC.", L=Kerrville, S=Texas, C=US"
I wrapped the attributes having comma in quotes and escaped them . I aslo changed ST to S in package.manifest file. This worked. Hence closing it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by V-M-Aravind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant