海鸥航迹

学习之笔记,好文之收集。

.NET FAQ

常见问题解答
log4net 在.NET4.0下使用
摘要: 在.NET 4.0下使用最新版本的log4Net 1.2.10,会遇到下面这样的错误: 重写成员“log4net.Util.ReadOnlyPropertiesDictionary.GetObject...阅读全文

posted @ 2011-03-22 23:20 海天一鸥 阅读(544) | 评论 (0) 编辑

DLL wrapper sample

posted @ 2010-08-31 11:11 海天一鸥 阅读(53) | 评论 (0) 编辑

将C++ DLL Wrap后供.NET 调用

posted @ 2009-12-24 20:43 海天一鸥 阅读(95) | 评论 (0) 编辑

解决 Window.Open 页面缓存问题

posted @ 2009-06-02 15:01 海天一鸥 阅读(508) | 评论 (0) 编辑

关于.NET操作Office(Office PIA)
摘要: 今天写了个小程序,用.NET操作Office模板文件,生成期望的Word文件。开发环境运行正常,可放到另一台机器上就不好用,提示找不到COM…. 确认目标机器安装了Office,而且版本和开发环境一样阅读全文

posted @ 2009-02-07 15:33 海天一鸥 阅读(2674) | 评论 (1) 编辑

Windows Live Writer启动错误:无法定位程序输入点IsThreadDesktopComposited 于动态链接库 USER32.dll 上

posted @ 2008-01-17 22:59 海天一鸥 阅读(2117) | 评论 (3) 编辑

设置Microsoft SQL Server Management Studio Express--使用SQL验证登录(如使用sa用户登录)

posted @ 2007-06-20 21:08 海天一鸥 阅读(3576) | 评论 (2) 编辑

VS2005集成VSS2005的方法
摘要: VS2005集成VSS2005的方法VS2005集成VSS2005的方法

Q:安装了VSS6/VSS2005,但是Visual Studio 2005的IDE中看不到VSS,怎么办?

A:打开菜单中的 Tools->Options 选择 SourceControl->Plug-ins

设置为
“Microsoft Visual SourceSafe ”
"Microsoft Visual SourceSafe (Internet)" (VSS 2005)

如果没有这两个选项,则运行下面的命令:
regsvr32 "C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll"
regsvr32 "C:\Program Files\Microsoft Visual SourceSafe\ssapi.dll"
regsvr32 "C:\Program Files\Microsoft Visual So阅读全文

posted @ 2007-06-12 13:01 海天一鸥 阅读(4281) | 评论 (12) 编辑

在.NET中利用委托实现窗体间安全通信

posted @ 2007-05-23 22:11 海天一鸥 阅读(537) | 评论 (0) 编辑

XML注释导致VS2005崩溃

posted @ 2007-04-15 15:04 海天一鸥 阅读(3227) | 评论 (18) 编辑

在.NET中使用SMTP发送邮件

posted @ 2005-03-21 19:10 海天一鸥 阅读(9521) | 评论 (5) 编辑

常用开源项目的地址荟萃

posted @ 2004-12-05 10:59 海天一鸥 阅读(2857) | 评论 (1) 编辑

DataSet导出CSV格式(ASP.NET,C#)

posted @ 2004-11-24 14:13 海天一鸥 阅读(8030) | 评论 (3) 编辑

SQL 在查询中插入行号--自定义分页的另外一种实现方式

posted @ 2004-11-11 11:06 海天一鸥 阅读(4900) | 评论 (3) 编辑

关于ASP.NET中的上下文

posted @ 2004-11-09 19:02 海天一鸥 阅读(3251) | 评论 (0) 编辑

如何序列化与反序列化复杂对象

posted @ 2004-10-10 14:59 海天一鸥 阅读(4842) | 评论 (3) 编辑

关于对象容器的选择

posted @ 2004-09-27 10:50 海天一鸥 阅读(817) | 评论 (0) 编辑

[导入]What is the equivalent to regsvr32 in .NET?

posted @ 2004-09-22 09:39 海天一鸥 阅读(463) | 评论 (1) 编辑

[导入]How to keep a local variable in scope across a try and catch block?

posted @ 2004-09-22 09:39 海天一鸥 阅读(548) | 评论 (1) 编辑

[导入]Are Generics in .NET like Templates in C++?

posted @ 2004-09-22 09:37 海天一鸥 阅读(544) | 评论 (1) 编辑

[导入]How can I update my user interface from a thread that did not create it?

posted @ 2004-09-22 09:35 海天一鸥 阅读(564) | 评论 (1) 编辑

[导入]Why does my Windows Form project not use visual styles in XP even when I call Application.EnableVisualStyles?

posted @ 2004-09-22 09:34 海天一鸥 阅读(546) | 评论 (1) 编辑

[导入]How can I subscribe to events exposed by a remoted object?

posted @ 2004-09-22 09:34 海天一鸥 阅读(529) | 评论 (3) 编辑

[导入]Why does C#'s iterators feature spit out a class definition instead of a struct definition?

posted @ 2004-09-22 09:34 海天一鸥 阅读(566) | 评论 (1) 编辑

[导入]How can I run another application or batch file from my Visual C# .NET code?

posted @ 2004-09-22 09:33 海天一鸥 阅读(680) | 评论 (0) 编辑

[导入]Where can I find sample C# code for simple threading?

posted @ 2004-09-22 09:33 海天一鸥 阅读(494) | 评论 (1) 编辑

[导入]Why does my switch statement works differently?

posted @ 2004-09-22 09:32 海天一鸥 阅读(408) | 评论 (1) 编辑

ADO.NET 2.0 中的架构

posted @ 2004-09-22 08:36 海天一鸥 阅读(1036) | 评论 (1) 编辑

数据加密

posted @ 2004-08-25 09:14 海天一鸥 阅读(1365) | 评论 (0) 编辑