Coding with passion

首页 新随笔 联系 订阅 管理

2007年8月27日 #

摘要: I'll come out with a solution for automatically backuping Visual SourceSafe in this solution. I hope you can get some help from it. 阅读全文
posted @ 2007-08-27 22:58 Kellin 阅读(368) 评论(0) 推荐(0) 编辑

摘要: In this article, I'd like to introduce you how to make your assemblies appear in Add Reference dialog box in Visual Studio. 阅读全文
posted @ 2007-08-27 22:50 Kellin 阅读(176) 评论(0) 推荐(0) 编辑

摘要: If you got a 1501 error when starting Event Log service, you should check the following points: * Event log files cannot be found. * Event log files are read-only. They cannot be modified. 阅读全文
posted @ 2007-08-27 22:28 Kellin 阅读(256) 评论(0) 推荐(0) 编辑

摘要: When developing windows/console applications using .Net, it is recommended to catch the following two exceptions: * AppDomain.CurrentDomain.UnhandledException * Application.ThreadException 阅读全文
posted @ 2007-08-27 22:13 Kellin 阅读(382) 评论(0) 推荐(0) 编辑