Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to add reference to Windows.Networking in Windows Phone 8
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI just tested here. `using Windows.Networking.Sockets;` is showing up just fine. Even this little code is working: `var socket = new DatagramSocket();`. This only happens with WinPhone Apps or with any other type of Project?
      singulars
    2. COThanks for your reply Tico. If I create a normal Windows 8 Store app I can see the DLL and add it but when I try the same in a WP8 project the DLL is not there. Did you have to add the reference to Windows.Networking? If so, on your system, what path was it on? If I just go into my code and add "using Windows." I get no intellisense and it immediately marks the namespace as being in error.... there must be something else one has to do to enable using Windows DLLs... back to Google again I guess!
      singulars
    3. COI just typed `using Windows.Networking` Intellisense did its job. Maybe you should reinstall you SDK. From [What's new in Windows Phone SDK 8.0](http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206940%28v=vs.105%29.aspx): `Incoming sockets Windows Phone 8 introduces the enhancements to incoming sockets. System.Net.Sockets and Windows.Networking.Sockets both support incoming sockets, which means your app can listen for an incoming network connection, and then bind to that connection.`
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload