文章分类 -  解决方案

摘要:SQL Server Analysis Services (MSSQLSERVER) 服务启动后又停止了。一些服务自动停止,如果它们没有什么可做的,例如“性能日志和警报”服务。解决方法:1.删除C:Program FilesMicrosoft SQL ServerMSSQL.2OLAPData下的文件2.清除系统日志 阅读全文
posted @ 2013-07-21 13:51 bradleydan 阅读(672) 评论(0) 推荐(0)
摘要:命令行中输入:%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 阅读全文
posted @ 2013-06-21 17:07 bradleydan 阅读(111) 评论(0) 推荐(0)
摘要:if exist "$(TargetPath).locked" del "$(TargetPath).locked"if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked" 阅读全文
posted @ 2013-06-21 16:25 bradleydan 阅读(116) 评论(0) 推荐(0)
摘要:删除licenses.licx文件重新运行后仍然解决不了问题点击licenses.licx Properties -> Build Action->None 阅读全文
posted @ 2012-11-29 09:21 bradleydan 阅读(149) 评论(0) 推荐(0)
摘要:错误:Error1The type 'System.Web.Mvc.ModelClientValidationRule' exists in both 'c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Assemblies\System.Web.WebPages.dll' and 'c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\System.Web.Mvc.dll'c:\users\ 阅读全文
posted @ 2012-11-09 17:48 bradleydan 阅读(270) 评论(0) 推荐(0)