When I test my App on other PC(not the one with which I'm developing), it crashes on startup. I've observed that crash occurs only with PCs without Visual Studio installed on it.
I'm using Bing Maps SDK in my app, so the problem is probably related to this: discussion of the problem -> see Q&A section.
I've tried compiling in Release, but the problem persists. Is there any workaround, or we should just stand here, waiting to MS to release new version of SDK?
UPD: Seems like VS don't leave Bing Map SDK binaries in Dependencies folder of App package. How one force VS to include binaries in build?
UPD2: Problem solved - it wasn't Bing Maps fault, but an error in my code. Never blame other before you're 100% sure about yourself ;)