I have a Windows application developed with C# and C++ so it has multiple .cs and .cpp files. Now many of the .cs file has the GUID in below format :
[Guid( "D01A42F5-FD89-4c8f-8065-726AD4363411" )]
There are a huge numbers of GUIDs present in my projects. Now I am upgrading the current 32 bit application to 64bit so don't want to have same GUIDs for both the applications.
Is there anyway to replace all the GUIDs without doing it manually? I knew about the options Tools--> Create GUID but for this case I need to replace it manually in all those class files.
Edit: Below two entries are getting conflicted and overrided with later installed application.
Computer\HKEY_CLASSES_ROOT\namespacedll\CLSID
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\namespacedll\CLSID
Nope.
I also do not understand why this is a problem. 32 and 64 bit generally do not interact, so unless you can make a real point by example or a link to documentation, this looks to me like "busy work" - creating a lot of work with no need.