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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -