代码改变世界

Something

2012-06-19 10:00 by Wizardlsw, 188 阅读, 0 推荐, 收藏, 编辑
摘要:Tools: Snippy: http://mng.bz/Lh82 Snippet Compiler: http://www.sliver.com/dotnet/SnippetCompiler/ Diagnostic: http://msdn.microsoft.com/zh-cn/library/system.diagnostics.debug.aspx http://msdn.... 阅读全文

Error: The Security Support Provider Interface (SSPI) negotiation failed.

2012-05-30 23:08 by Wizardlsw, 551 阅读, 0 推荐, 收藏, 编辑
摘要:简单地在本地弄一个WCF服务端及客户端,跑起来“正常”,但在客户端调用时却报错,如下: Message: The Security Support Provider Interface (SSPI) negotiation failed. Server stack trace: at System.ServiceModel.Security.IssuanceToke... 阅读全文

Steps to install SQL Server 2008 R2 Express Edition or Developer Edition with profiler

2012-05-29 16:41 by Wizardlsw, 354 阅读, 0 推荐, 收藏, 编辑
摘要:I installed the SQL Server 2008 R2 developer edition, after installation I cannot find SQL Profiler. Thanks DBA for search out solution on internet. Solution: run the following from an admin command... 阅读全文

了解 .NET 应用程序域

2012-05-26 23:47 by Wizardlsw, 265 阅读, 0 推荐, 收藏, 编辑
摘要:摘自:承载和使用 WCF 服务 http://www.microsoft.com/china/MSDN/library/Windev/WindowsVista/bb332338.mspx?mfr=true 了解 .NET 应用程序域 如果您了解 Windows 进程的角色以及如何通过托管代码与它们交互,那么您肯定会对 .NET 应用程序域的概念有所了解。要在进程中运行托管 .NET 代码,就需... 阅读全文

求助:TFS 使用 database project时提示“The server returned content type text/html, which is not supported.”

2012-05-22 17:44 by Wizardlsw, 360 阅读, 0 推荐, 收藏, 编辑
摘要:最近在使用TFS的时候,对应的项目是 database project,但在拿最新数据库代码的时候总会提示如下错误。很让人无奈。 通过参考有些资料,需要重启IIS服务。上回出现该问题,确实通过重启IIS解决问题,但这需要在服务器所在地的同事处理。问题是总不能老让IIS服务重启。 当前环境: - TFS 2010(服务器一台一美国,中国这边一台是代理)(英文版) - 客户端安装的是:... 阅读全文

Error:You must write an attribute 'type'='object' after writing the attribute with local name '__type'

2012-05-16 14:13 by Wizardlsw, 718 阅读, 0 推荐, 收藏, 编辑
摘要:昨天在使用WebApi的时候,遇到这个错误。 You must write an attribute 'type'='object' after writing the attribute with local name '__type'. Description: An unhandled exception occurred during the execution of the ... 阅读全文

Some notes in learning MVC and EF

2012-04-03 19:20 by Wizardlsw, 523 阅读, 0 推荐, 收藏, 编辑
摘要:http://kb.cnblogs.com/page/100038/官方的学习资料:http://msdn.microsoft.com/en-us/data/ee712907http://www.asp.net/mvc/overview/getting-started/getting-started... 阅读全文

ERROR: The ID field is required.

2012-03-31 10:22 by Wizardlsw, 1577 阅读, 0 推荐, 收藏, 编辑
摘要:问题 昨天晚上在家里试着使用Asp.net MVC 4,并学习使用AreaRe girstration, 创建了一个新的Area叫做“Admin”,运行正常。而遇到的问题是实现步骤如下: 添加新model类,叫SiteColumn 在Area/Admin/Controllers下添加针对SiteColumn的Controller,同时支持Index , Create,... 阅读全文

ERROR:The database could not be exclusively locked to perform the operation

2012-03-18 13:29 by Wizardlsw, 1636 阅读, 0 推荐, 收藏, 编辑
摘要:今天在导数据时遇到几个问题,因为一个是英文操作系统,一个是中文操作系统,两个默认的不一样。我想现在就统一在数据库级别将中文的那个Collation 从 Chinese_PRC_CI_AS 改为 SQL_Latin1_General_CP1_CI_AS(英文系统默认)。 但当我运行: ALTER DATABASE QinBide COLLATE SQL_Latin1_General_CP1_CI... 阅读全文

遇到一些问题及解决方法随记

2012-03-05 11:12 by Wizardlsw, 360 阅读, 0 推荐, 收藏, 编辑
摘要:When you want a db user has permission to bulk import data, but the db user is not of sysadmin server role, you need to add “buldadmin” to this db user. How to disable script debugging ... 阅读全文
上一页 1 ··· 5 6 7 8 9 10 下一页