I have a windows service that needs to send an attachment through email. This service does not have access to the file location. So, I need to write something that the windows service will call and ge
I\'m kind of shooting in the dark here - searches don\'t seem to be productive on this. I want to create a .NET program to monitor the install and uninstall of fonts. If something is installed or unin
How can we implement like this request: http://nominatim.openstreetmap.org/reverse?format=xml&lat=52.5487429714954&lon=-1.81602098644987&zoom=18&addressdetails=1
I have a batch file that I have been using to install my C# Windows Services for awhile now, never had a problem until Windows 7. I have attempted to run the batch file with Administrator privileges.
I am using a custom EventLog for my Windows service.The service creates the event source after installtion.I don\'t have any problems.
I have WIX installers for two windows services. Both are installed using the same credentials, but one works while the other fails with the error \"Service \"PCP Event Processor-3.9.9.0-wix\' (MyServi
Please let me know how do I run the app under current logged in user from the service. To give you background, I have a VB.NET Windows service whose sole functionality is to run a Winform App at a sp
I created a windows service,by this windows service i am publishing the web service through a server for access to remote machines.
I\'d developed a WCF Service using netTCPBinding and embedded it in a Windows Service. The configuration data of wcf is located in standart app.config file.
I\'ve got a class library doing all my NHibernate stuff. It also handles all the mapping using Fluent NHibernate - no mapping files to deploy.