Hi,
we are compiling C# code to make GH plugins by modifying some existing plugin code and are having problems with component ID conflicts.
What is the proper procedure to create component IDs?
Thanks,
Mathias
Hi,
we are compiling C# code to make GH plugins by modifying some existing plugin code and are having problems with component ID conflicts.
What is the proper procedure to create component IDs?
Thanks,
Mathias
You must ensure that all GUID values are unique. In visual studio you can use Tools => Create GUID, you you can visit www.guidgenerator.com to do this.