摘要:
目录的查找顺序: GAC目录(如果是StrongName Assembly) 应用目录 应用子目录 配置文件中的附加位置 阅读全文
摘要:
How to change local path after download file from TFS source controlFile -> Source Control -> Workspaces -> Choose the workspace in question and click "Edit".You can also use the dropdown in ... 阅读全文
摘要:
对于已经签名的 Assembly, 使用如下命令查看 PublicKeyToken sn -T <assemblyname.dll> C:\Program Files\Microsoft Visual Studio 9.0\VC>sn -T C:\Inetpub\wwwroot\wss\VirtualDirectories\8300\bin\WebPartControl.dl... 阅读全文
摘要:
原因有好几个,我这边的问题就是修改了sql 存储过程的结果集字段长度,用其他字段替换了原有的字段,一般是这个字段长度超过原有字段,容易出现这样的错误,比如用描述字段替换代码字段等 解决方案:检查 DataSet中 Table 定义的字段长度 Solution: Check all the MaxLength property of the columns in your DataTable. 阅读全文
摘要:
天下有不如意事,不当忿激与争。 ———陈于陛 生活中经常有人为一些小事而生气,其实他们也不想这样做,但就是控制不了自己的心情。生气不但影响了自己的身心健康,而且还影响到周围的人际关系。 从前,有个妇人,遇到不顺心的事时就生气,和邻居、朋友的关系都搞得很僵。她非常恼火,想改吧,一时又改不了,于是终日闷闷不乐。 有一天,她和一个好友聊天时,说出了心中... 阅读全文
摘要:
I recently had this error:A user had the rights to edit a page, and to select edit webpart for a smartpart. When the edit webpart panel showed up the following error where shown:“Could not open ... 阅读全文
摘要:
在VS 2008中就是没有找到传统的添加Web服务应用的菜单,后来发现可以通过如下方式调出来Add Web Reference option on projectsThe Add Web Reference option is not available when you right-click the project name or References in the Solution Expl... 阅读全文
摘要:
=SUBSTITUTE(A1,"chr(13)","")然后剩余单元格 copy->Paste Special->选择Formulas 阅读全文
摘要:
手机丢了,乘公交车上车的时候被偷了,手机里的联系人还没有备份,郁闷到极点。诅咒那万恶的小偷 阅读全文
摘要:
测试机发现一个很奇怪的问题,测试机有两台: demo06dc:域控+SQL demo06app:BizTalk Application 所有的链接都是好的,但在enable Sql receive location的时候抱这样的错误: TITLE: BizTalk Server 2006 Administration Console ----------------------------... 阅读全文