English 中文(简体)
无法启动WCF服务-“该服务此时无法运行您的命令”
原标题:Cannot start WCF Service - "The service cannot run your command at this time"

我在启动服务时遇到了问题。我有另外两个服务在配置上几乎完全相同,但其中一个服务拒绝启动,我今天真的需要让它发挥作用。我看不出它们的实现或配置文件有什么不同。在使用InstallUtil安装该服务后,尝试启动该服务时,我收到以下消息:

服务未响应控制功能

键入NET HELPMSG 2186可获得更多帮助

NET帮助消息2186:

说明:服务此时无法运行您的命令

如果有人有任何想法和/或建议,我们将不胜感激。

提前非常感谢!

最佳回答

首先使用EventVwr检查任何系统/应用程序事件。该服务可能在启动时崩溃,或者由于该特定服务的权限而失败。

请尝试卸载和重新安装该服务,并在两者之间重新启动。

另请参阅:http://support.microsoft.com/kb/227404

最后,您是否安装了MS应用程序验证程序?如果是,请尝试卸载并重新安装它。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签