Hello Sonex, > Can we Compile several *.cs file into one Dll only, > if we can , How ? Simply put them all on the command line: mcs -out:MyTestLib.dll -target:library source1.cs source2.cs source3.cs Joerg.