Questions tagged as 'servicio'

0
answers

Error validating service WSDL

We are trying to put a webservice in an integration bus and when inserting the WSDL, when validating it, it gives us an error: "An error occurred creating the resource: Diagnostics for WSDL _Descriptors / wsdl / ServiceWSDL WARNING: element...
asked by 24.01.2018 / 08:48
1
answer

Error creating service in the background android

How about! I commented: Create a service on Android, but when you start the application it closes and removing the service removes that problem. Here I start my service: @Override protected void onCreate(Bundle savedInstanceState) { su...
asked by 29.09.2017 / 02:04
0
answers

Error creating Windows Service with C #

I am new to the use of visual studio, I am trying to create a windows service from this tutorial tutorial to create windows service but in TestService.cs I get the error Object reference not established as an instance of an object , below I l...
asked by 21.07.2017 / 20:47
1
answer

.Net error in the model container

I can not see the error, I marked it in: = ctx.spObtieneCombustibleSinLiquidar_sUP(Operador); I tried everything: ctx.spObtieneCombustibleSinLiquidar_sUP(Operador) public List<CivarTransporteService.Model.SPObtieneCombustibleSinLiqui...
asked by 23.03.2017 / 20:13
0
answers

Error consuming a Web service

Consuming a web service works for me locally, but publishing to the server generates the error below:    An error occurred while making the HTTP request to    link . This could be due to   the fact that the server certificate is not configure...
asked by 10.03.2017 / 18:58
0
answers

C # - Create a Setup for a Windows Service with Timer

Recently I created a windows service with System.Timers.Timer , this service will fulfill a task of creating a .txt file every minute (1 minute). p> PROBLEM After creating your Setup (installer) and can install it on my own PC or on a...
asked by 03.01.2017 / 22:25
1
answer

Create user $ webserver in SQL Server

I made a Web Service, use windows authentication, and I need to have permissions in the MSSQL database There are other databases that have a user added "$ webserver" Security / Users / $WebServer I am trying to add my user in the same wa...
asked by 18.03.2016 / 17:12
2
answers

service that modifies the host file in c #

is to see if they could help me, is that I have created a windows service that should modify the host files, but it does not work, please someone to help me the truth I do not know what I'm failing. using System; using System.ServiceProcess; u...
asked by 21.11.2017 / 16:03