S
Sharon and James
I am trying to move from C++ to C#. My problem may be with the IDE.
I started a blank project and tried to create a simple network server.
Please advise on how to resolve the following error:
using System;
using System.Net.Sockets;
The type or namespace name 'Net' does not exist in the class or namespace
'System' (are you missing an assembly reference?)
Thank You
I started a blank project and tried to create a simple network server.
Please advise on how to resolve the following error:
using System;
using System.Net.Sockets;
The type or namespace name 'Net' does not exist in the class or namespace
'System' (are you missing an assembly reference?)
Thank You