摘要:
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 ... 阅读全文
摘要:
原因有好几个,我这边的问题就是修改了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... 阅读全文