This code was defined by a third party software company,
and may mean different things for different software.
Contact the software author for more information about this error.
My application crashes once its opened with no exception It was working fine but suddenly I got this problem. On the output console im getting the below: 'AgHost.exe' (CoreCLR: DefaultDomain): Loaded 'C:\windows\system32\mscorlib.ni.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'AgHost.exe' (CoreCLR: Silverlight [...] read more
My app was retargeted from WP8.0 to WP Silverlight 8.1. Everything runs well no matter Debug/Release mode when I deployed from Visual Studio 2013 to WP8.1 Device. However, when I packed into xap format file and deployed by MS Deployment Tool, the app crash immediately after clicking even no slashscreen. [...] read more
I was using this Microsoft sample http://code.msdn.microsoft.com/wpapps/Basic-Camera-Sample-52dae359#content because I needed to implement camera functionality in my application. Ans this is working fine until I try to switch to front camera then the app just closes and I get this The program '[3032] TaskHost.exe' has exited with code -532265403 (0xe0464645) I [...] read more