简体   繁体   中英

After port app WP7 to WP8 throws exception “The thread has exited…”"

After port app WP7 to WP8 throws exceptions in output:

The thread 0xaac has exited with code 259 (0x103).
The thread 0xabc has exited with code 259 (0x103).
The thread 0xad8 has exited with code 259 (0x103).
The thread 0xb04 has exited with code 259 (0x103).
The thread 0xb0c has exited with code 259 (0x103).

But in emulator all works great.
Why these exceptions occur?
Will this work on real device?

Note: I use WebClient .

That doesn't look like an exception, but a thread exit code (I'd guess probably due to a ThreadPool thread being ended). I see these extra lines in the Debug window and my app is working fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM