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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -