CustomizedClickOnce icon indicating copy to clipboard operation
CustomizedClickOnce copied to clipboard

Incorrect instance GUID

Open kilinich opened this issue 5 years ago • 0 comments

Assembly.GetExecutingAssembly().GetType().GUID is incorrect way to find GUID, it returns GUID of Assembly type, not instance and could be affected by other running software.

kilinich avatar Feb 18 '20 18:02 kilinich