I have Visual Studio 2005 Professional ENU installed and want to create GUIDs using its Create GUIDs utility. However, I cannot find it under the Tools menu. What should I do to get this utility? Thanks
...
I do not see "Create GUID" option under the menu item Tools -> . I am using Visual Studio 2005 .
Do I have to install anything for that .
...
Visual Studio has a Create GUID tool (Tools > Create GUID).
What is it for? Can you remember what was the last time you used it?
I just can't imagine why i should copy into the clipboard a new GUID with that tool.
...
Visual Studio is shipped with a Create GUID tool that is used for generating GUIDs. Now here's a GUID it generated for me:
{7A09BF85-9E98-44ea-9AB5-A13953E88C3D}
each of the 4 GUID parts contains both letters and digits. Why does the third part contain only lowercase letters and other only upcase letters? Is there any sence behind tha...