windows-services
Check if my program is running in 32 bit mode on a 64bit machine, if running in 64bit - how do I force it to be 32bit
We have a windows service created in .NET 2.0. I\'ve set the Platform Target to X86, and the installer to be X86.The projects it references are set to ANYCPU.[详细]
2023-04-13 09:20 分类:问答Windows Service to Azure?
I\'v开发者_StackOverflow中文版e written a Windows Service in C# that does a whole bunch of background admin tasks on the database.Now my customer wants to migrate the whole shebang to Azure.I know nex[详细]
2023-04-13 08:33 分类:问答How can I automatically include a custom configuration file from my class library into my executable project during release?
I have a VS2008 solution which contains a number of class libraries plus an executable project (a windows service). One of my class libraries is a wrapper for a 3rd party component which allows for a[详细]
2023-04-13 00:27 分类:问答Why does boost::filesystem is_directory return different results when run as a Windows Service?
I have some code that iterates through files in a directory and does useful things with the non-directory files, like so:[详细]
2023-04-12 20:46 分类:问答Windows service logon correctly, but it can not access the shared network folder
I have a service ALOADER which constantly accesses a shared network folder \\\\10.10.1.100. Before starting the service ALOADER, i have to make the \\\\10.10.1.100 visible to the service ALOADER.[详细]
2023-04-12 18:11 分类:问答HttpWebResponse: Windows service vs. console application
I have a problem that I haven\'t been able to resolve for two days. In a console app, this code works fine:[详细]
2023-04-12 17:36 分类:问答Exposing a C# COM interface via a C# Windows Service
I\'m looking to tie up a legacy app with a newer C# component which runs as a Windows service. The legacy app uses COM to call out to retrieve some diagnostics data from an interface we have in other[详细]
2023-04-12 12:27 分类:问答Windows service with FileSystemWatcher and Timer - making sure everything gets disposed
I have created a C# Windows Service application that starts a FileSystemWatcher to monitor a directory for the creation of a file.When the file is found I instantiate a custom class that parses the fi[详细]
2023-04-12 06:45 分类:问答Registering for USB insertion/removal notifications (Windows Service)
I am writing Windows Service which logs information on inserted or removed USB devices. RegisterDeviceNotification function returns valid handle, but SERVICE_CONTROL_DEVICEEVENT notifications still no[详细]
2023-04-12 04:55 分类:问答JIT Debugger dialog window is not showing after starting a service
I am currently working on a windows service, after installing the service via installutil.exe, as I start the service in services.msc there\'s no JIT window indication if I would want to debug it or n[详细]
2023-04-12 04:28 分类:问答