Questions tagged [topshelf]

Topshelf is a service hosting framework for building Windows services using .NET.

Topshelf is a cross-platform (Windows and Mono) service hosting framework for .NET. Provides a simple fluent API for service configuration.

Source code is available for download on github and documentation/examples are available on the Topshelf project site and Topshelf documentation.

336 questions
-1
votes
2 answers

TopShelf Service Installation not working

I've built this windows service which I ensured works locally. Now, although TopShelf's "ServiceName install" command's output indicates the install as successful, the service is nowhere to be found. This is my service configuration…
Onion
  • 1
  • 4
-1
votes
2 answers

Parallel task in Hangfire Recurring Job

I need to run parallel tasks inside of an recurring job fired every minute by Hangfire. Tried Task Factory which starts the task but never waits for the actual execution to complete. Parallel Foreach also does the same.
-1
votes
1 answer

why memory does not free up in continuously running .Net CORE 2.2 + EF core based scheduled console

I have a .Net core 2.2 console app, which uses EF core internally for db calls. It runs as scheduled service using topshelf and quartz.net. I observe memory usage of this console keeps on increasing until it reaches to 90% of server RAM, i don't…
-1
votes
1 answer

Is ServiceAccount available in .NET Standard 2.0?

.NET Core/Standard 2.0 now lets you reference old .NET Framework libraries. You can install them via NuGet, and the code will build. This works within limits though: "The supported scenario is referencing a .NET Framework library that happens to…
Gigi
  • 24,295
  • 20
  • 85
  • 170
-2
votes
1 answer

Error 1053. The service did not respond to the request in a timely manner

I get an error when installing the service. I launch the console on behalf of the admin, enter the command: ServiceKisTopshelf.exe install. What could be the problem? Can't install the service. I use the topshelf. class Program { static void…
SVD102
  • 117
  • 3
-3
votes
1 answer

How to integrate topshelf to an existing windows service project?

I want to be able to use the TopShelf debugging abilities of my service in Visual Studio. A lot of the examples and documentation out there refer to creating a Windows Console project in Visual Studio first, and then adding TopShelf, OWIN,…
Fandango68
  • 3,464
  • 2
  • 32
  • 54
1 2 3
22
23