摘要: 整理者 郑昀@UltraPower 利用以下assembly定义我们的组件在COM+中的注册方式,其中: ApplicationName 属性是"COM+ 目录"和"组件服务管理"控制台中显示的 COM+ 应用程序的名称。 [assembly: ApplicationName("MyDLL.Interface")] Description属性为"COM+ 目录"和"组件服务管理"控制台中... 阅读全文
posted @ 2005-04-12 13:43 老兵笔记 阅读(983) 评论(4) 推荐(0) 编辑
摘要: 我在WinXP Pro上和Win2000上都无法运行下面语句: sc = new System.EnterpriseServices.ServiceConfig(); 总是得到 ex.Message "当前平台上不支持“ServiceConfig”。" string 的错误。 阅读全文
posted @ 2005-04-12 13:29 老兵笔记 阅读(871) 评论(2) 推荐(0) 编辑
摘要: 推荐一篇关于dotNET中常用的进程间同步或通信的框架文章: A C# Framework for Interprocess Synchronization and Communication By Christoph Ruegg How to share resources and implement a rich message/data passing architecture between threads and processes (SOA) 起码在好几个很成熟的框架代码中都能够找到对Christoph Ruegg的库使用,比如Barrier,MemoryMapping,Semaphore等等。 经典框架,大家多多使用吧。 阅读全文
posted @ 2005-04-12 12:56 老兵笔记 阅读(1584) 评论(2) 推荐(0) 编辑