문제

I have 2 Xap file in "MyApplication -> Bin -> Release" folder

1)MyHelloWorldSampleApp.xap(3,820KB) 2)MyHelloWorldSampleApp_Release_AnyCPU.xap(4,631KB)

Anybody can explain about whats the difference between this two.

Thank you.

도움이 되었습니까?

해결책

The naming convention for WP8 app is "MyHelloWorldSampleApp_Release_AnyCPU.xap". "MyHelloWorldSampleApp.xap" is most likely a remnant from the WP7 version of your project, and should be deleted to avoid confusion.

To publish on the Marketplace, it is strongly recommended to pick the release version. The debug version disables some optimizations to work better with the debugger. Since it's not possible to attach the debugger to an application published on the Marketplace, there's strictly no point in publishing the debug version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top