0
votes
1answer
26 views

Remote post to webpage from windows service

NOTE: This question has been edited what was originally asked I'm developing a windows service that, daily, queries a web service for data, compares that to currently existing data and then posts ...
0
votes
0answers
64 views

Starting a windows service using a scheduled task in vb.net

Hi guys i have this one screen in my application that will make the user choose whether he wants to run the windows service of my app daily or weekly. now all i have so far is starting and stopping ...
0
votes
1answer
32 views

Can not access the windows service description through the service controller in VB.Net

I have this Windows Service from my company : i want to get the service description from it in code behind! but for some reason it does not return the service description. Can anyone help me with ...
0
votes
1answer
90 views

Windows Service will not start as Local User

EDIT 2: I now believe this is an issue with the machine I'm attempting to run the service on. I tried moving the service to a different machine that is setup similarly and the service was able to ...
1
vote
1answer
95 views

VB.NET Windows Service Main Code

I am trying to learn how a Windows Service works using vb.net and I have no clue where to put my main code. what I mean by main code is the code that needs to be run every couple of seconds. So far, I ...
0
votes
1answer
79 views

How to create multiple instance of window service?

I want to run multiple instances of a window service installed on a server without installing window service again. How is this possible?
0
votes
1answer
73 views

How to install a window service programmatically in vb.net

How can I install my Windows service programmatically? I want to install my Windows service on clicking of a register button & uninstall it on clicking a de-register button.
2
votes
0answers
24 views

Windows Service not Retrieving data due to Activator.CreateInstance()

I have an issue in my Windows Service Application, I have a scenario where I need to fetch a file path using a DLL(provided by the Client). For the purpose of faster debugging I have created a Console ...
0
votes
0answers
95 views

starting explorer.exe from Windows Service

I have made a windows service in VB.NET 4.5. I want to check if the explorer.exe process is started or not on the machine through my service and if not, then start the process. I have heard about the ...
1
vote
0answers
32 views

Check session state OnStart

When developing a Windows Service in VB.NET you have the ability to track changes in the current session (like Logon, Logoff or ConsoleConnect). The code below gives you an example of this. This ...
0
votes
2answers
84 views

Terminate thread execution for 24 hours

I have my service working mostly as it should, but it should only do it's work once every day. To arrange this, my boss recommended I sleep the worker thread until 7am tomorrow: This Thread.Sleep ...
-1
votes
1answer
60 views

run windows app with windows service

i want run windows application with windows service. i have a windows service,this service should run windows application every 1 minute. How to do it? any solution can solve this problem, thanks.
0
votes
1answer
287 views

Convert PDF to string using acrobat dlls

I am working on a vb.net project. I am trying to convert the content of a pdf file to string using acrobat dlls (cannot use other 3 rd party dlls). Below is my code, when I run the program I am ...
1
vote
1answer
198 views

TCPClient disconnects after several hours

I've created a Windows service that waits for TCPClient connections and relays any messages to all connected clients (except the sender). My code is based on this example. One client connects when an ...
2
votes
1answer
203 views

play default Windows sounds in Windows Service

I am developing windows service in VB.net in VS2010 In some case I want to play system default sound for user notification. I had tried following code to play sound but it's not playing any sound. ...
0
votes
1answer
137 views

Can not get “StartMode” of a Windows Service. VB.NET

I want to know if a service startup mode is set on "automatic", and if yes, to set it to "Manual" I have this code: If objService("StartMode").ToString = "Automatic" Then ...
2
votes
2answers
167 views

Running CMD command on windows service

I have created a windows service that required executing a EXE file with CMD process. I have used the fowling code: Str = "C:\PCounter\Staff\account.exe CHARGE " & Name & " " & Amount ...
1
vote
0answers
146 views

System.Timers.Timer not firing when calling entity framework

I have a windows service written in VB.NET using System.Timers.Timer instances to perform some periodic tasks. I have just migrated from .NET to .NET 4.5, using entity framework 4.3.1. The "elapsed" ...
0
votes
1answer
80 views

Windows Service File I/O Exception

I am trying to write a Windows service on a PC running 64-bit Windows using Visual Studio 2008. In this service, I am trying to read a a control file from an external drive located on a different ...
1
vote
1answer
39 views

A portion of the path on the network can not be found

I have built a service on a windows server 2008 R2 server that executes a windows forms application. That is all working but when I want to write an error to the log on a shared network location i get ...
0
votes
1answer
151 views

.NET Windows Service Restarts Server

I developed a Windows service which does the backups of my Files and Folders on scheduled bases. it performs the following Tasks: 1 - Reads the List of Folders and Files 2 - Zip Them up and place ...
0
votes
2answers
84 views

Logic for Windows Services & Getting Updates

I developed a Windows service using vb.net which does the following using OnStart Even... Grabs all Entries from a SQL Table Creates Schedules from returned rows it works fine, schedules fire on ...
0
votes
1answer
376 views

Windows Service unable to connect to SQL Server on localhost

I have written a VB.Net Windows Service to retrieve & insert a number of rows from two local SQL Server 2008 databases found on a Windows Server 2012 machine. On my local development machine, the ...
1
vote
1answer
153 views

Move file in Windows-Service

This is my first time making a windows service app. I'm trying to move files from one folder to another using a windows service app. It'll do so every 10 seconds. This is the code I'm using. It works ...
0
votes
0answers
140 views

system.unauthorizedaccessexception while starting a windows service

i've developed some windows services in vb .net 3.5, placed in d:\services\servicX.exe , i've checked rights on directory and should be all avaibles... yesterday all was fine, today i can't start ...
1
vote
1answer
421 views

Bypass proxy when calling a web service from a Windows service

I have a Windows service that is calling a web service, passing a string, and returning a success or error message. Everything has worked fine in all my testing and development... until I tried to ...
0
votes
1answer
223 views

VB.NET - Calling a method from a windows service

I have written a windows service which I am trying to call a public method from. I have referenced the .dll which contains the method and I am able to see it from within the code. Public Sub ...
0
votes
1answer
400 views

Windows service setup project custom dialog - how do i get the variables?

Quick question about a windows service, I've added a setup project for my Windows service, and ive added a custom dialog to it, with 4 text fields, but my question is how to i get these ...
0
votes
0answers
200 views

Windows service stop without errors

I've created a simple Windows Service. It's my first try, so maybe I'm doing something wrong. Anyway, the service should start automatically, but it doesn't. It starts but then it get stopped ...
2
votes
1answer
122 views

Advice Migrating a Windows form application to a windows service / service controller

I have developed a windows forms application in vb.NET that handles Barcode scans (Barcode readers are set-up on a comm port - the application passes the codes scanned to an asp.net asmx web service ...
0
votes
1answer
393 views

can't find windows service template for VS 2010 express

i just installed Visual basic 2010 Express , it works fine , but i couldn't find the Windows Service Template , i'm using .NET 4.0 i guess i don't have any experience working with visual studio ...
8
votes
5answers
10k views

Windows Service - Creating an installer Visual studio 2012 How?

I'm developing a Windows service in VS2012 and the setup/deployment part has been removed. So i'm not able to create a setup project. I would like to hear what you guys could recommend for a good easy ...
2
votes
1answer
132 views

Hide service namespace in client application

I have a Dll that is referencing a Service (via adding a service reference). I plan to distribute this library internally in the company to various developers. However, I would not like them to access ...
1
vote
2answers
388 views

Windows Service not connecting to SQL Anywhere DB

I had built an application to connect to MySQL DB and SyBase - SQL Anywhere DB using VB.NET and appropriate ODBC connections. This was working fine until we had to make this application a service ...
-1
votes
3answers
514 views

How can I run an EXE using a windows service [closed]

I have already designed an exe and Now I want to launch this EXE using windows service. main purpose it to check after every 30 minutes either that EXE is running or not using that windows service. If ...
0
votes
1answer
322 views

can i have a return function in windows service?

can i have a function in windows service and return the data to vb.net application? here's my sample code in windows service: Protected Overrides Sub OnStart(ByVal args() As String) ' Add ...
0
votes
0answers
115 views

Return Data from .NET Windows Service

I have Created a Windows Service project doing some functionality, then i have installed it in windows services. I have an ASP.NET Website that is calling that Service and Wait Until Service Stop. ...
1
vote
1answer
66 views

How can I have my own settings menu in my windows application?

I have created a windows service to perform certain task on regular basis. Now I want users to change few parameters by themselves. So user should be able to right click on the service and click on ...
-1
votes
1answer
604 views

Error - Access to the path is denied - Network Share

I'm trying to access file in network share and i get this exception. this is windows service. Error In function Handle_Files(): System.UnauthorizedAccessException: Access to the path ...
0
votes
1answer
222 views

Get keyboard keyPress in windows service (vb)

I am working on a windows service application that required to get the barcode reader characters and saving the value in database, I have tried some methods like this one: ...
0
votes
0answers
373 views

Simulate a Windows Service to create automation on server. Application_Start doesn't appear to fire?

I am trying to set up some automated functions to do various things, having been pointed in the direction of this: ...
1
vote
2answers
537 views

How to find “Display name” of a service in .net?

I have a service which is running in a system in several instances. I need to find DISPLAY_NAME of the service from the service. I've tried ServiceBase.ServiceName but it returns (probably) the name ...
1
vote
1answer
137 views

Launching debugger from windows service fails

Currently I have the following statement in my code to allow me to debug windows services: #If DEBUG Then System.Diagnostics.Debugger.Launch() #End If I place this in the OnStart method and ...
1
vote
1answer
256 views

Cannot start a VB Windows Service from batch

I created a custom windows service in Visual Basic using Visual Studios '05. The service is on our server which is running Windows Server 2003. I have installed the service, and it runs perfectly ...
0
votes
1answer
169 views

Why does a large amount of AppSettings calls to a none existent key cause application crashes?

There is a very strange problem with a Windows Service I am working on that I would like to understand why it occurs. The service loops every 5 minutes and then within that loop it loops through ...
0
votes
1answer
194 views

Execute a method on an existing process instance. Vb.Net

I have a windows service that I have been writing in Vb.Net. As part of this service it calls a class that has a long running Process. I can execute commands to this process when I want to via the ...
0
votes
1answer
433 views

VB Windows service that maps a drive then uses it

How to map a network drive to be used by a service My question is relatively similar, and I realize there are others that are.. but I can't get it to work. I am creating the service thru visual ...
4
votes
1answer
170 views

Adding a Windows Service Class to a class library

I have a class library in VB.NET that does a NET-envelope for an USB device driver. There is only one function of that driver that I could not envelope in a traditional class, but I had to put it in ...
2
votes
2answers
2k views

Trying to delete files older than x days vb.net

I have a basic bit of code which i am using to delete text files within a given directory: For Each file As IO.FileInfo In New IO.DirectoryInfo(filePath).GetFiles("*.txt") If (Now - ...
0
votes
2answers
193 views

Error when writing filepath to app.config during windows service installation vb.net

I'm trying to write a user defined filepath to my app.config file. When i enter c:\ as the filepath it writes it to my xml file but adds and extra / Im not too sure why its happening? i have all the ...

1 2 3