Questions tagged [.net-services]

A .NET component that resides on a Web server and provides information and services to other network applications using standard Web protocols such as HTTP and SOAP

20 questions
0
votes
1 answer

Oracle Net Service Name with 2 Connect Descriptors in ldap

I'm not sure if what I'm trying to do is possible so I am here looking for guidance. My goal is to set up a net service name in LDAP in such a way that it will serve 2 purposes using a DESCRIPTION_LIST It is also part of a DataGuard…
exit_1
  • 1,240
  • 4
  • 13
  • 32
0
votes
0 answers

Stopping a Windows Service in the event of a critical error

I have a Windows Service which basically wraps a task: public partial class Service : ServiceBase { private Task task; private CancellationTokenSource cancelToken; public Service() { InitializeComponent(); this.task…
Barguast
  • 5,926
  • 9
  • 43
  • 73
0
votes
1 answer

what are the limitations of a .net web api service?

I admit I am not wholly familiar with the .net webapi, but I have just been handed a project that a previous developer started and explained prior to his leaving that using the webapi services that we could instantiate a service that would…
Russell Walters
  • 86
  • 3
  • 11
0
votes
3 answers

How to hide Application Window when its EXE has been called from a Process?

I'm running an application's EXE using a Class Library from a Service. But what i'm attempting to do is hide the application EXE's Window. Here is my code: In my Class Library's function:- public class MyClassLibrary { public void MyFunction() …
Siddhant
  • 1,074
  • 12
  • 22
-3
votes
1 answer

.Net service crashing while Unzipping 12GB File

We are using a service which uses a third party library of Chilkat to unzip a large sized zip file. It works fine with small sized file. But in case of bigger size like 7GB or more then the causes service to crash with no further information except…
Arpit Gupta
  • 1,209
  • 1
  • 22
  • 39
1
2