摘要: VS2010数据库项目不能正常工作解决方案症状:A:不能创建数据库项目B:打开.sql文件报错The 'VSTS for Database Professionals Sql Server Data-tier Application' package did not load correctly.或者The 'RadLangSvc.Package, RadLangSvc.VS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' package did not load corr 阅读全文
posted @ 2012-05-15 16:50 莲藕之家 阅读(731) 评论(1) 推荐(0)
摘要: 1、下载NUnit的bin包。这里使用bin包而不是msi自动安装包,因为这样更容易理解下面步骤的意图。http://launchpad.net/nunitv2/2.5/2.5.9/+download/NUnit-2.5.9.10348.zip2、解压到任意位置,比如C:\NUnit-2.5.9.10348。3、在VS工具栏的“工具”菜单下的“外部工具”中,新加一个外部工具指向你的C:NUnit-2.5.9.10348\bin\net-2.0\nunit.exe。初始目录设为项目的exe目录。4、在VS2010中新建一个C#项目,并且新建一个类Game,代码如下:Game代码 1 using 阅读全文
posted @ 2012-05-10 10:25 莲藕之家 阅读(371) 评论(1) 推荐(0)
摘要: 软件下载.Net单元测试工具 NUnit下载:http://www.nunit.org/index.php?p=download,最新的为NUnit-2.6.0.12051.msi,下载安装。VS2010 NUnit 整合插件Visual Nunit 2010下载:http://visualstudiogallery.msdn.microsoft.com /c8164c71-0836-4471-80ce-633383031099,下载安装完毕就能在 VS2010 的 view->Other Windows中看到 Visual Nunit了(或使用快捷键Ctrl + F7),打开该视图,将 阅读全文
posted @ 2012-05-10 10:07 莲藕之家 阅读(1684) 评论(0) 推荐(0)
摘要: 转载地址:http://www.oschina.net/question/12_252引言单元测试是应用程序设计的一个重要部分,它可应用于程序的多个层次。本文将主要关注用户界面层的单元测试。我们将使用WatiN 测试ASP.NET应用程序。什么是WatiN?WatiN 是一个源自Watir的工具,用于测试Web页面。WatiN表示Web Application Testing in .NET。我们要测试什么?在本文中我们将测试一个简单的ASP.NET页面,用这个页面来演示认同、接受(agreement acceptance)的场景。用户在文本框中输入名字,点击“I agree”复选框,然后按下 阅读全文
posted @ 2012-04-28 14:22 莲藕之家 阅读(490) 评论(1) 推荐(0)
摘要: TFS创建项目集时出现如下错误:[2011-10-11 23:53:11Z][Error] TF252031: A SharePoint site could not be created for the team project collection. The following error occurred: TF250001: The validation check failed for the following account: NT AUTHORITY\LOCAL SERVICE. The account must be a member of the Farm Administ 阅读全文
posted @ 2011-10-12 16:14 莲藕之家 阅读(305) 评论(0) 推荐(0)
摘要: 本文转自听寒的文章:http://www.cnblogs.com/romance/archive/2011/07/07/2100233.html一、硬件环境处理器:1.5GHz 以上硬盘:60GB 以上内存:2GB 以上显卡:集成二、软件要求操作系统:Windows Server 2003 sp2标准版或企业版(纯净系统)IIS:IIS6.0数据库:SQL Server 2008 R2 或 标准版 企业版SharePoint:SharePoint3.0或SharePoint 2007TFS:Team Foundation Server 2010中文版说明:Windows Server 20.. 阅读全文
posted @ 2011-10-09 11:57 莲藕之家 阅读(245) 评论(0) 推荐(0)