08 2007 档案

摘要:// Carry over profile property values from an anonymous to an authenticated state void Profile_MigrateAnonymous(Object sender, ProfileMigrateEventArgs e) { ProfileCommon anonProfile =... 阅读全文
posted @ 2007-08-29 09:23 Vincent Yang 阅读(300) 评论(0) 推荐(0)
摘要:当时写程序的时候,因为老板非要一个PDF report,苦于crystal report deployment太麻烦了,所以就用了reportviewer,而且中间偷懒了一下,直接用typed dataset生成了dataset,问题就出现在,因为这次要把原来的project在重新做给其他公司一套,而且数据库更换了名字,而当时用typed dataset的时候是直根据当时的ConnectionSt... 阅读全文
posted @ 2007-08-14 08:54 Vincent Yang 阅读(506) 评论(0) 推荐(0)
摘要:摘要: 本文解决使用Visual Studio 2008 Beta 2调试IIS7 (Vista)站点时发生的“Unable to start debugging on the web server. 强名称验证失败。”问题。(英文版提示文字:Unable to start debugging on the web server. Strong name validation failed.) ... 阅读全文
posted @ 2007-08-12 12:03 Vincent Yang 阅读(1158) 评论(0) 推荐(0)