Guid string should only contain hexadecimal characters

c#, guid

Solution

A guid should not contain any q

Problem

What is wrong exactly with this Guid? I get the error in the subject. 531fe55b-9qa5-4be3-af52-112e5adqe7a7 I am very sure that it was generated through .NET from the beginning.

Original source

Related problems