I am trying to create a VSIX package for my Metro control dll. It is working if I create a separate VSIX project outside my Visual Studio solution. But when I am adding a new VSIX project into my existing solution, it is throwing an error"An Item with the same key has already been added" while opening vsixmanifest file. My solution is already containing a Metro class library project and an application project. Can anybody assist?
↧