When you look at a GUID values item in the watch window you do not see the value of the item, when you expand the item you just see “Empty” this is very misleading!
You have to add “ToString()” to the value to see something useful.
So how do I get Visual Studio to add the “ToString()” it’s self?
I am using VB.NET if it make a difference.
Take a look here: Visualizing GUIDs in the Visual Studio 2008 debugger
Edit by Ian
Thanks that worked well, however I had to change
to
so it also worked from C#