
.net
文章平均质量分 51
lichxi1002
这个作者很懒,什么都没留下…
展开
-
Error when Publishing Website using Visual Studio 2012
Error 64 The "ImportParametersFile" task failed unexpectedly.System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Web.XmlTransform, Version=1.4.0.0, Culture=neutral, PublicKeyT原创 2014-08-29 14:27:52 · 2339 阅读 · 0 评论 -
System.Threading.Tasks.TaskCanceledException: 已取消一个任务
Exception: System.AggregateException: 发生一个或多个错误。 ---> System.Threading.Tasks.TaskCanceledException: 已取消一个任务。System.Web.Http.Dispatcher.HttpRoutingDispatcher.SendAsync(System.Net.Http.HttpRequestMessa原创 2014-09-02 16:56:03 · 27952 阅读 · 3 评论 -
sql server 自增列,值突然增大1000
项目部署到用户服务器后,用户反馈 ID 的值突然转载 2014-10-14 11:32:47 · 6279 阅读 · 0 评论 -
在 Transact-SQL 中使用 TRY...CATCH XACT_STATE
转载 :http://technet.microsoft.com/zh-cn/library/ms179296(v=sql.105).aspx转载 2014-10-31 13:48:49 · 2646 阅读 · 0 评论 -
Microsoft URL Rewrite Module 2.0 for IIS 7 (x64)
http://www.microsoft.com/en-US/download/details.aspx?id=7435原创 2014-11-05 16:03:53 · 1630 阅读 · 0 评论 -
AsEnumerable , OfType , Cast 区别
一、Enumerable.AsEnumerableTSource> 方法 https://msdn.microsoft.com/zh-cn/library/bb335435%28v=vs.110%29.aspx 当实现类与基类都有相同的方法时( 基类是实现了 IEnumerable ),要执行基本的方法,用 AsEnumerable原创 2015-02-02 11:57:16 · 1707 阅读 · 0 评论 -
Log4net 配置
--> <appender name="InfoAppender" type="log4net.Appender.RollingFileAppender,log4net">原创 2015-05-20 16:49:22 · 470 阅读 · 0 评论 -
The located assembly's manifest definition does not match the assembly reference.
Could not load file or assembly 'System.Web.Http.WebHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does原创 2014-08-29 16:34:25 · 6655 阅读 · 0 评论 -
System.ComponentModel.DataAnnotations.Schema 冲突
System.ComponentModel.DataAnnotations.Schema 冲突Entity Framework 与 .net4.5 的 System.ComponentModel.DataAnnotations 都有 System.ComponentModel.DataAnnotations.Schema 命名空间。原创 2015-07-21 15:25:38 · 5328 阅读 · 1 评论