Sorry to have to ask, but I'm getting the following error when I try to compile (both with the free compiler CSC, and the .NET 2003 framework)
---------------------------------------

Form1.cs(20,7): error CS0246: The type or namespace name 'SocketSystem' could not be found (are you missing a using directive or an assembly reference?)

Form1.cs(90,10): error CS0246: The type or namespace name 'CSocketClient' could not be found (are you missing a using directive or an assembly reference?)
--------------------------------------
Here are the lines I am using to compile it using CSC:

path %path%;C:\WINDOWS\Microsoft.NET\Framework\v1.0.370 5
csc /out:myseq.exe /target:winexe /reference:magiclibrary.dll *.cs