1, CS file making DLL
Compile using CSC.exe, command is CSC / T: library /r :system.web.dll /r :system.dll /out:***.dll ***. Cs
(You can use the CMD tool (note the use of the paste board and Tab key), or a batch file can be written. Bat, its content is "c: /windows.0/microsoft.net/framework/v1.1.4322/csc / t : library /r :system.web.dll /r:system.dll ");
/out :class1.dll * .cs)
Write batch! CSC / T: library /r:system.web.dll /r :system.dll /out:1.dll 1.cscsc / t: library /r: tySystem.Web.dll /R :system.dll /out:2.dll 2.cs ... CSC / T: library /r :system.web.dll /r:system.dll /out:n.dll n.cs