Hi,
I wrote a windows service in c# in .NET 1.1 and SQL Stored Procedures, and I
run it on Microsoft windows server 2003 service pack 1.
The service works every 10 minutes and pass data between SQL tables.
The service works well for about 2 hours.
After about 2 hours the service stops.
When...
more >>
Hi;
I am trying to give my CPU some relief from comparing a group of values to
now() while looping through an array. I tried using the windows.system.timer
but i have been unable to find the correct interval that will allow a match
as in
compare("08/14/2006 10:30:00 AM", Now) = 0. in the...
more >>
Which approach is better:
1) Use a method that returns true/false (the method will log the exception
that lead to false using log4net for example)
OR
2) Use a method that returns void and throws an exception in case of failure?
If the second approach is to be suggested: Should .NET predefine...
more >>
I would like to know if the following is even possible with the visual
studio.net Setup and Deployment project.
1. During the deployment after creation of application directory the
setup needs to prompt user to select another location to send a data
file elsewhere on target machine (with abili...
more >>