Answered by:
Certification test fails - default namespace not matching winmd file

Question
-
Early in the development of my application I made minor change to the default namespace. I'm just starting the testing of my application for publishing to the store and I'm getting an error that the default namespace does not match the name of the applications winmd file. I'd like to change the name of the winmd file but I cannot find any interface or build switch to change it in VS2012. What are my options? I really don't want to make broad changes to my source code.Thursday, September 26, 2013 7:14 PM
Answers
-
If you look in the Project Properties (right click on the project) and under here is the name of the winmd file:
Jeff Sanders (MSFT)
@jsandersrocks - Windows Store Developer Solutions @WSDevSol
Getting Started With Windows Azure Mobile Services development? Click here
Getting Started With Windows Phone or Store app development? Click here
My Team Blog: Windows Store & Phone Developer Solutions
My Blog: Http Client Protocol Issues (and other fun stuff I support)- Proposed as answer by Jeff SandersMicrosoft employee, Moderator Thursday, September 26, 2013 8:01 PM
- Marked as answer by Jim Young (Level6 Productions) Friday, September 27, 2013 1:16 AM
Thursday, September 26, 2013 8:01 PMModerator
All replies
-
If you look in the Project Properties (right click on the project) and under here is the name of the winmd file:
Jeff Sanders (MSFT)
@jsandersrocks - Windows Store Developer Solutions @WSDevSol
Getting Started With Windows Azure Mobile Services development? Click here
Getting Started With Windows Phone or Store app development? Click here
My Team Blog: Windows Store & Phone Developer Solutions
My Blog: Http Client Protocol Issues (and other fun stuff I support)- Proposed as answer by Jeff SandersMicrosoft employee, Moderator Thursday, September 26, 2013 8:01 PM
- Marked as answer by Jim Young (Level6 Productions) Friday, September 27, 2013 1:16 AM
Thursday, September 26, 2013 8:01 PMModerator -
Thanks Jeff, I don't know why I glossed over that one.
Friday, September 27, 2013 1:16 AM -
I'm getting the same problem. However, I do see $(OutDir)$(RootNamespace).winmd in my configuration properties. But when I run WACK,
General metadata correctness test-
Error Found: The general metadata correctness test detected the following errors:
Have you found a solution for this problem?
Wednesday, July 23, 2014 2:54 PM -
-
You need to replace $(RootNamespace) with the literal of your default namespace.Wednesday, July 23, 2014 3:37 PM