I have two applications already sent to the market, and only now I realized that they have the same product identifiers in the WMAppManifest and AssemblyInfo files, so I can not install both applications (deployed) to the emulator at the same time.
If this ProductID remains the same during the shipping process, I’m afraid that users will not be able to install both of my applications at the same time. Therefore, I assume that my question is: does it really matter what ProductID I specify in these two files? or does the submission process take care of this and generate a truly unique GUID?
source
share