我在启动服务时遇到了问题。我有另外两个服务在配置上几乎完全相同,但其中一个服务拒绝启动,我今天真的需要让它发挥作用。我看不出它们的实现或配置文件有什么不同。在使用InstallUtil安装该服务后,尝试启动该服务时,我收到以下消息:
服务未响应控制功能
键入NET HELPMSG 2186可获得更多帮助
NET帮助消息2186:
说明:服务此时无法运行您的命令
如果有人有任何想法和/或建议,我们将不胜感激。
提前非常感谢!
我在启动服务时遇到了问题。我有另外两个服务在配置上几乎完全相同,但其中一个服务拒绝启动,我今天真的需要让它发挥作用。我看不出它们的实现或配置文件有什么不同。在使用InstallUtil安装该服务后,尝试启动该服务时,我收到以下消息:
服务未响应控制功能
键入NET HELPMSG 2186可获得更多帮助
NET帮助消息2186:
说明:服务此时无法运行您的命令
如果有人有任何想法和/或建议,我们将不胜感激。
提前非常感谢!
首先使用EventVwr检查任何系统/应用程序事件。该服务可能在启动时崩溃,或者由于该特定服务的权限而失败。
请尝试卸载和重新安装该服务,并在两者之间重新启动。
另请参阅:http://support.microsoft.com/kb/227404
最后,您是否安装了MS应用程序验证程序?如果是,请尝试卸载并重新安装它。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
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. ...
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 ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
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 ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
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!