I have a scene which has around 10 prefabs being intantiated at start. When I switch from the previous scene to this one the game crashes. I have no idea why. I tried debugging mode in Visual Studio, but it was no help. This is the output log. WARNING: Async [...] read more
I am developing app for Windows phone-8 and using pivot control I want to move background Image of pivot control using story board and loading data in Longlistselector with in pivot control.app crashes after 5-6 iteration and shows up me error____The program '[2012] TaskHost.exe' has exited with code -2147220978 (0x8004020e). [...] read more
I am trying to make a text reader, but I found that when scrolling a large document, at some point whenever the texture memory reaches around 15000 the app just exits with code -2147220978 (0x8004020e). What does it mean? Is there any work around? I really need to be able [...] read more
I have created WP8 application there are three pages when I navigate to the third page and then come back to Home page application just terminates with No error, The debugger stills runs in Visual Studio only Output windows shows following log: Can anyone tell me what is happening. 'TaskHost.exe' [...] read more
I have a WP8 app where i have some items in the local db. I have two entities (for the purposes of this question) - folders and files. I want to display these in a listbox with a custom datatemplate. I select items from the localdb, create an observablecollection of [...] read more