Regenerate GUID

Add-in Express™ Support Service
That's what is more important than anything else

Regenerate GUID
 
Jack Bretcher




Posts: 189
Joined: 2006-06-30
Is there a way to re-generate the GUID for the project? I see how to do it for the commandbars, however not the AddinModule.

I copied a project and want to build a modified version that is independent from the original.

Jack
Posted 14 Mar, 2007 10:23:02 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jack.

It can be done via the 'Tools -> Create GUID' menu in Visual Studio.



P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 14 Mar, 2007 18:29:54 Top
Jack Bretcher




Posts: 189
Joined: 2006-06-30
I do not see Create GUID under tools. I am running VB/VS Professional 2005.
Posted 14 Mar, 2007 19:06:16 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Jack,
please here about the tool:
http://msdn2.microsoft.com/en-us/library/ms241442(VS.80).aspx

You can also use the NewGuid method of the Guid structure in .NET Framework to generate a new guid.
Posted 15 Mar, 2007 09:40:25 Top