2004年7月20日

About MS Reporting Service

摘要: 前段时间专门研究了一下MS Reporting Service,包括One-by-One带过来的技术指南等资料,感觉目前版本的Reporting Service还不太成熟,真正应用于企业开发还有一段距离。不过Reporting Service的思想挺好,而且MS计划下个版本会做的更完善,期待ing~~ Reporting Service的snapshot、发布等个人认... 阅读全文

posted @ 2004-07-20 11:53 Snowwolf 阅读(1536) 评论(1) 推荐(0) 编辑

2004年6月18日

.Net Code Cover

摘要: http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=3122ee1a-46e7-48a5-857e-aad6739ef6b9New Visual Studio Plugin for NCover (NCoverViewer) http://www.gotdotnet.com/community/workspaces/wo... 阅读全文

posted @ 2004-06-18 00:21 Snowwolf 阅读(695) 评论(0) 推荐(0) 编辑

2004年5月26日

Efficiently .net 1 -- using CLR Profiler

摘要: downlaod:http://download.microsoft.com/download/4/4/2/442d67c7-a1c1-4884-9715-803a7b485b82/clr profiler.exe help:http://msdn.microsoft.com/library/en-us/dnpag/html/scalenethowto13.asp 阅读全文

posted @ 2004-05-26 01:05 Snowwolf 阅读(671) 评论(0) 推荐(0) 编辑

2004年5月21日

如何调高COM+中STA对象线程池的大小(zz)

摘要: 微软的设计使然,STA线程模型组件在COM+中,每个CPU支持最多10个实例。 首先,这一切定义描述在 http://support.microsoft.com/default.aspx?scid=kb;EN-US;282490 中, 节选如下: Thread Pool in COM+ In COM+, each server application maintains two sep... 阅读全文

posted @ 2004-05-21 01:54 Snowwolf 阅读(1252) 评论(0) 推荐(0) 编辑

Realease COM object in .net manage code(zz)

摘要: Recently, My client application have some issues, we found application will hang or perf down after longtime running. They call tons of COM objects in .net code. We suspect of .net clr doesn't release... 阅读全文

posted @ 2004-05-21 01:47 Snowwolf 阅读(998) 评论(0) 推荐(0) 编辑

Q: "为什么如果我们把这两个组件安装在同一个COM+组件包中问题就不会出现"(zz)

摘要: A: 问题的根源在于COM+ 如何assign一个worker thread 来用于clients 的CreateObject 请求。在COM+ 1.0 (Win2000)下,如果机器是单CPU, STA thread pool 的起始大小为 8, 上限为10。通常情况下每个STA worker thread 会接受5个CreateObject 请求,然后COM+ runtime才决定create... 阅读全文

posted @ 2004-05-21 01:34 Snowwolf 阅读(897) 评论(0) 推荐(0) 编辑

2004年5月20日

Use COM in .NET

摘要: .Net提供三种途径供我们导入一个COM组件: 1、 通过Visual Studio .Net提从的“添加引用”功能 2、 通过命令行方式:TLBIMP.EXE 3、 使用System.Runtime.InteropServices.TypeLibConverter类编程实现导入功能使用命令行工具导入这个COM组件TLBIMP TestObjLib.dll /out:interop.Test... 阅读全文

posted @ 2004-05-20 01:00 Snowwolf 阅读(838) 评论(0) 推荐(0) 编辑

2004年5月18日

[ADO]如何修改ADO的线程模型(zz)

摘要: ADO缺省情况下当然是Apartment线程模型。 If you are using this in IIS and ADO is only being used at page scope then it should be fine. If you are using it at the session or application level then you will need to m... 阅读全文

posted @ 2004-05-18 00:21 Snowwolf 阅读(1297) 评论(0) 推荐(0) 编辑

2004年3月26日

How to config the version of the running .net framework?

摘要: 阅读全文

posted @ 2004-03-26 00:56 Snowwolf 阅读(624) 评论(0) 推荐(0) 编辑

2004年3月11日

How to convert zh-chs to zh-cht?

摘要: 1、Add reference. Create a new winform project, import Microsoft Word 9.0 Object Library to the project(The version of the ms office I installed is 2000).2、Design the Form1. textBox1: Input... 阅读全文

posted @ 2004-03-11 00:54 Snowwolf 阅读(901) 评论(0) 推荐(0) 编辑

导航