Windows service deployed in server is stopping abruptly
-
I have developed a windows service and deployed the same in the server. This service is running in local machine without any issues. The service in the server, stops abruptly and below are some errors that I could capture in the EventViewer ================================================== Faulting application name : MyAppService.WindowsService.exe, version: 1.0.0.0, time stamp: 0x5537a89d Faulting module name : clr.dll, version:4.0.30319.18063 Exception Code : 0xc00000fd Faulting application path : D:\App\MyAppService.WindowsService.exe Faulting module path : C:\windows\Microsoft.NET\Framework\v4.0.30319\clr.dll ================================================== Anyone please provide some details on how to resolve this. Thanks in advance.
CodingRocks ASP.NET,C#.NET Programmer BANGALORE "Winners don't do different things. They do things differently. ...
-
I have developed a windows service and deployed the same in the server. This service is running in local machine without any issues. The service in the server, stops abruptly and below are some errors that I could capture in the EventViewer ================================================== Faulting application name : MyAppService.WindowsService.exe, version: 1.0.0.0, time stamp: 0x5537a89d Faulting module name : clr.dll, version:4.0.30319.18063 Exception Code : 0xc00000fd Faulting application path : D:\App\MyAppService.WindowsService.exe Faulting module path : C:\windows\Microsoft.NET\Framework\v4.0.30319\clr.dll ================================================== Anyone please provide some details on how to resolve this. Thanks in advance.
CodingRocks ASP.NET,C#.NET Programmer BANGALORE "Winners don't do different things. They do things differently. ...
There is not nearly enough information to even guess at what is going on. We know nothing of your service or how it works. This is what you should do: After you start the service, attach the debugger to it so it can catch the exception when it crashes.
The difficult we do right away... ...the impossible takes slightly longer.
-
I have developed a windows service and deployed the same in the server. This service is running in local machine without any issues. The service in the server, stops abruptly and below are some errors that I could capture in the EventViewer ================================================== Faulting application name : MyAppService.WindowsService.exe, version: 1.0.0.0, time stamp: 0x5537a89d Faulting module name : clr.dll, version:4.0.30319.18063 Exception Code : 0xc00000fd Faulting application path : D:\App\MyAppService.WindowsService.exe Faulting module path : C:\windows\Microsoft.NET\Framework\v4.0.30319\clr.dll ================================================== Anyone please provide some details on how to resolve this. Thanks in advance.
CodingRocks ASP.NET,C#.NET Programmer BANGALORE "Winners don't do different things. They do things differently. ...
-
I have developed a windows service and deployed the same in the server. This service is running in local machine without any issues. The service in the server, stops abruptly and below are some errors that I could capture in the EventViewer ================================================== Faulting application name : MyAppService.WindowsService.exe, version: 1.0.0.0, time stamp: 0x5537a89d Faulting module name : clr.dll, version:4.0.30319.18063 Exception Code : 0xc00000fd Faulting application path : D:\App\MyAppService.WindowsService.exe Faulting module path : C:\windows\Microsoft.NET\Framework\v4.0.30319\clr.dll ================================================== Anyone please provide some details on how to resolve this. Thanks in advance.
CodingRocks ASP.NET,C#.NET Programmer BANGALORE "Winners don't do different things. They do things differently. ...
0xC00000FD
is a stack overflow exception. Since we can't see your code, we can't tell you what's causing it.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer