摘要:
转帖:http://kevintsengtw.blogspot.hk/2015/12/aspnet-web-api-swagger.html Swagger 是一套 API 互動文件產生器,使用 HTML 與 Javascript 所編寫的,與之前所介紹的 ASP.NET Web API Help 阅读全文
摘要:
windows 7, Visual Studio 2013在托管 Windows 服务中承载 WCF 服务时报错:HTTP could not register URL http://+:8000/.... Your process does not have access rights to th... 阅读全文
摘要:
加载PowerShell插件时出现以下错误:The windows PowerShell snap-in 'Microsoft.Crm.PowerShell' is not installed on this computer解决方案:在系统中注册对应的组件Microsoft.Crm.PowerSh... 阅读全文
摘要:
sqlserver2008还原数据库时出现了3154错误,具体错误信息如下: 错误信息 The backup set holds a backup of a database other than the existing ‘XXXXX’database. RESTORE DATABASE is terminating abnormally. (Microsoft SQL Serv... 阅读全文
摘要:
问题:在做web测试和负载测试时,突然所有的测试有例都不能用了。显示错误:No connection could be made because the target machine actively refused it 127.0.0.1:6910环境:Visual Studio 2010Windows 2008 R2TFS 2010解决方案:一开始以为是IIS的问题,经查原来是Test Agent设置的问题。在‘C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\QTAgentService.exe.config 阅读全文
摘要:
环境: Windows 7 Enterprise SP1 Visual Studio 2010 Ultimate SP1操作及结果: Analyze=>Launch Performance Wizard 点击对应function name, function code view显示:Source code not available. you may not have the appropriate symbol paths or there was an error loading the symbols.原因及解决办法: 不正确的symbol设置,应添加 debugger symbo 阅读全文
摘要:
今天安装sql2008R2_fullsp3时,出现了个错误:the folder "c:\temp\sql2008_fullsp3_standard\pcu" you specified is not for pcusource input setting. Specify a valid folder. 安装进行不下去了。查了好久,发现是在一个安装配置文件X64\DefaultSetup.ini里的值写错了:PCUSOURCE="c:\temp\sql2008_fullsp3_standard\pcu",改为正确路径,搞定。 安装环境:Windows 阅读全文