Visual Studio 2008 命令提示
vs命令提示,类生成.dll文件
csc /t:library /out:名称.dll /r:System.dll /r:System.Web.dll 类文件名.cs
csc /t:library /out:名称.dll /r:System.dll /r:System.Web.dll AssemblyInfo.cs 类文件名.cs
sn -k 文件名.snk
Visual Studio 2008 命令提示
vs命令提示,类生成.dll文件
csc /t:library /out:名称.dll /r:System.dll /r:System.Web.dll 类文件名.cs
csc /t:library /out:名称.dll /r:System.dll /r:System.Web.dll AssemblyInfo.cs 类文件名.cs
sn -k 文件名.snk