c# - Windows Phone - Does not exist in the namespace 'System.Windows' -


i'm developing app windows phone, based on datasnap (delphi).

however, error displayed reference system.windows.threading; :

the type or namespace name 'threading' not exist in namespace 'system.windows' (are missing assembly reference?)

i add windowsbase.dll, not resolved.

not libraries available in .net environment available in wp environment.

use aync , await implementing threading. check intro async , await : asynchronous programming windows phone 8


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -