Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Hosting and Servers
  4. Windows service deployed in server is stopping abruptly

Windows service deployed in server is stopping abruptly

Scheduled Pinned Locked Moved Hosting and Servers
csharpasp-netdotnetsysadmintutorial
4 Posts 4 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    codingrocks
    wrote on last edited by
    #1

    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. ...

    Richard Andrew x64R L Richard DeemingR 3 Replies Last reply
    0
    • C codingrocks

      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. ...

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • C codingrocks

        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. ...

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        See http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/the-application-was-unable-to-start-correctly/e9427ae3-6081-4a3c-a3c7-849fce93587d[^].

        1 Reply Last reply
        0
        • C codingrocks

          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. ...

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          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

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups