windows store app crashes when launched from charm bar. works well otherwise
can anyone tell how to debug the app and launch in visual studio like from charm bar
windows store app crashes when launched from charm bar. works well otherwise
can anyone tell how to debug the app and launch in visual studio like from charm bar
You can change settings of your project. There's a setting called "Start waiting for program activation" (or something similar, on a PC without VS) on the debugging tab of your project settings. That way, if you switch to the start screen and tap on the icon or invoke your application using the search charm, the debugger attaches to the process.