程序集强命名与GAC
摘要:
1、新建项目Other,在其中创建如下类:using System;using System.Collections.Generic;using System.Text;namespace Other.全局应用缓存{ public class GAC { public string CallGAC() { return "GAC end"; } }}2、强命名程序集:在项目Other上,击右键,签... 阅读全文
posted @ 2008-01-26 17:26 卓如 阅读(652) 评论(0) 推荐(0)
浙公网安备 33010602011771号