debugging - Windows Phone 8 Source not available -


while debugging receive exception:

a first chance exception of type 'system.reflection.targetexception' occurred in mscorlib.ni.dll

visual studio says: source information missing debug information of module.

how can fix ?

a first chance exception of type

first chance exceptions ok. second 1 have worry (it means first chance not handled).

visual studio says: source information missing debug information of module.

you might able acquire symbols microsoft. see use microsoft symbol server obtain debug symbol files.

usually, set project use microsoft's symbol server. debug project, , visual studio fetch symbols libraries microsoft.

fetching microsoft takes time. after first fetch, turn off feature. way, symbols available without latency missing symbols subsequent debug sessions.

i don't know microsoft makes available windows phone because have not done enough development it. date, i've tried porting native libraries through command line.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -