Friday 4 March 2011

GUID Generation

If you want to create a GUID for your project follow the procedure.


  1. Open the Visual Studio .NET Command Prompt.

    In the Program Group for Visual Studio .NET, point to Visual Studio .NET Tools and choose Visual Studio .NET Command Prompt. A command prompt will be displayed. This special command prompt window allows you to access tools for Visual Studio.
  2. Launch the GUID Generator.
    At the command prompt, enter the following:

    guidgen

    The Create GUID utility will appear.
  3. Specify the type of GUID to generate.
    The Create GUID utility can generate GUIDs in several forms. For Business Portal integrations, GUIDs must be in the Registry format.
  4. Generate and copy the GUID.
    To generate a new GUID, click New GUID. To copy the GUID to the clipboard to use in your integration, click Copy.

No comments:

Post a Comment