Debug.Assert() in Windows Service
Fri, 05 Aug 2005 12:13:28 +0200
I have a windows service (written in C#) and attached it to VS.NET Debugger.
When "Debug.Assert(false);" is executed, the assertion is only written
to the debugger output. No message box is executed and the debugger
doesn't ask for breaking into the code.
I think, asserts which are only written to the ou ...
|
Acceptez gratuitement les cartes de crdits sur votre site
Mon, 1 Aug 2005 17:13:53 +0200
...
|
The facts you should know about making money online!
Thu, 28 Jul 2005 20:38:16 +0100
-Discover how to get 1 Million visitors without paying a dime
in
advertising!
-Discover how a young 31 years old man just became
a
millionaire on the Internet... in weeks!
He paid cash for a Porsche 911 Carrera convertible and a
giant domain
with private lake in only 28 days.
More than 20,000 people have be ...
|
Multiple instances of the same service
Mon, 25 Jul 2005 15:43:02 -0400
Is there a way to install multiple instances of the same service (copies
running from different directories) using the InstallUtil?
I want to do this without rebuilding the project with different names so I'm
assuming that this may need setting the service name...possibly by reading
it from the app config.
...
|
ODBC Error in windows service
22 Jul 2005 08:53:47 -0700
Hello All -
I'm attempting to move an exe over to a windows service. I can bot seem
to get ODBC to create a connection.
The following code -
string connectionString = "DSN=SW Users";
OdbcConnection newConnection = new OdbcConnection(connectionString);
newConnection.Open();
throws the following error ...
|
Error re-install windows service
Sat, 16 Jul 2005 17:19:07 -0400
Hi,
I used installUtil manually install and uninstall my windows service.
Uninstall (installUtil /u Mywinservice.exe) was successful, however, I got
an error "The specified service has been marked for deletion." when I tried
to resinstall.
Please help me.
Hope.
...
|
Error re-install windows service.
Sat, 16 Jul 2005 17:00:22 -0400
Hi,
I used installUtil manually install and uninstall my windows service.
Uninstall (installUtil /u Mywinservice.exe) was successful, however, I got
an error "The specified service has been marked for deletion." when I tried
to resinstall.
Please help me.
Hope.
...
|
|
|
Timer - Once a week
Mon, 27 Jun 2005 13:46:21 +0200
Hi, how would I use the Timer component to run code once a week. (example
Mondays 05:00 AM)
At the moment I use the Timer interval 10000 (10 sec).
Thanks.
Wesley
...
|
type initializer for .. threw an exception
Fri, 24 Jun 2005 16:24:59 +0200
Os=win98
i have installed the WMI Core.
What else can be wrong here?
i have 2 classes and a module, lets call them c1 c2 and m1
in c1
dim a as new c2
....
...
...
c2:
public class c2
inherits applicationcontext
public sub new()
mybase.new
initializecomponents
DoSomethingInM1 () ...
|
To Know bat file, execution is completed using VB.NET
Wed, 22 Jun 2005 23:26:01 -0700
Hi
My requirement is.
I am running a batch file (test.bat) from my application using VB.NET I need
to know when test.bat gets completed using VB.NET or with any tools
I got an example using VB it works fine, but I am looking in .NET
(If you can convert from VB 6 to VB.NET fine let me know I can give nee ...
|