all groups > dotnet myservices > recent posts
Re: Force my service to 'crash'
Posted by Roger at 10/17/2007 1:30:49 PM
Thanks.
I will give that a try.
"Barry Flynn" <Anonymouse> wrote in message
news:uuXhA55CIHA.5360@TK2MSFTNGP03.phx.gbl...
> Have a function which just keeps on calling itself until you blow the
> stack?
>
> Barry
>
> --
> Barry Flynn
> Complete Solutions DG
>
>
> "Roger" <rogerd... more >>
Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:32:14 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
... more >>
HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:07:37 AM
Hi,
I have an unused HP Pavilion with the fallowing specs:
# Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus)
# Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS))
# Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s... more >>
Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 10:00:26 PM
Watch NFL Games Online!
For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels
The s... more >>
Re: Force my service to 'crash'
Posted by Barry Flynn at 10/11/2007 12:00:00 AM
Have a function which just keeps on calling itself until you blow the stack?
Barry
--
Barry Flynn
Complete Solutions DG
"Roger" <rogerdev@vnet.on.ca> wrote in message
news:eGD8bsoCIHA.1204@TK2MSFTNGP03.phx.gbl...
>I need to be able to cause my vb.net windows service to crash and ter... more >>
Force my service to 'crash'
Posted by Roger at 10/9/2007 11:43:11 AM
I need to be able to cause my vb.net windows service to crash and terminate
'illegally'.
I have my service set to restart 3 time if it stops. This hasn't been
happening. I have a theory about why it isn't starting again (I get a
timeout error, I am connecting to a clients web-service for db... more >>
What am I missing
Posted by BJ at 9/22/2007 2:08:53 AM
I just started this week on a new project. The existing project uses
BEA Tuxedo as a second layer service broker. The clients make calls
to the Tux services which in turn retrieves data from an Oracle DB.
My job is to support the current application and possibly upgrade teh
client app to .Ne... more >>
admin tools
Posted by charlie at 9/11/2007 2:16:02 PM
is there a default or reset function for these services,mydaughter was
playing on my system and tsome services seem not to be working now,not being
to clever with tech jargon i am at a bit of a loss thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
windows Service Identity.Name...--Help Needed
Posted by SenthilVel at 8/3/2007 12:00:00 AM
Hi ,
i have a windows Service which is running with the Local System account.
This windows service will be strarted\stopped by a ASP.Net web Application.
i also wanted to know the Logged in user name whenever my Service is
started\ stopped .
i am using this :
Thread.CurrentPrincipal =... more >>
Re: How to get the Logged in User name from windows service ?
Posted by Rahul at 7/24/2007 6:10:00 AM
for example,
Yes, this there could be - remoted users, and terminal servers(WTS) logged
in uers.
the scenario is like this:
if the user has logged in to the server: "MyServerDom" with loginid
"Administrator" then I want to display it as: "MyServerDom\Administrator"
using the windows ... more >>
Service name doesn't get cleared from the "Services" panel after un-install
Posted by Curious at 7/1/2007 6:35:40 AM
I installed a service program. It contained executables in the form
of .exe and .dll files. And the service was started automatically
after the install.
Then, I UN-installed the program, but the service didn't get cleared
from the "Service" panel. How can I get rid of this "service" from the
... more >>
MSXML 6.0 Parser (KB27977)
Posted by Jeremias at 6/9/2007 7:25:00 AM
I have this program file, but i don,t know what it is? And do i need it. Can
i delete it. I have not office program or Visual studio or Sharepoint. It is
some old file when i using win xp, now i upgrade my xp to windows vista. But
can it be important to NET.Framework program. Or can i delete i... more >>
windows xp shut down-restart
Posted by mimi at 5/11/2007 4:19:00 PM
we have a problem with the win xp home...when i want to shut down the system
, it contrarily restarts and i can't close it...what can i do except from
going to bios...
By the way when the computer starts again it appears a message which says
"the system has recovered from a serious problem.A... more >>
Re: Service crash OnStart
Posted by Lee Gillie at 5/7/2007 2:22:23 PM
Why not debug it? Do a debug build with the call to invoke the debugger
as the first line of the OnStart method. (What is it?
Debugger.StartDebugging or something - with intellisense I never have to
actually remember these things).
fabfire@gmail.com wrote:
> Hello,
>
> We are developpin... more >>
Re: How to get the Logged in User name from windows service ?
Posted by Lee Gillie at 5/7/2007 2:19:21 PM
Which logged in user? You say "THE" like there could be only one!
Consider remoted users, and terminal servers, etc.
SenthilVel wrote:
> hi
>
> My windows service is running under the LocalSystem account.
> how do i get the Logged in User Name of the machine from a windows Service?
>
> ... more >>
Service crash OnStart
Posted by fabfire NO[at]SPAM gmail.com at 5/7/2007 5:10:46 AM
Hello,
We are developping a windows service with the .Net 2.0 framework.
This service works fine on our development machines but when we try to
start it on our windows 2003 server, it crashes. (just when clicking
on "Start" in the service panel).
When this happens, a log is writen in the ev... more >>
CurrentUser Registry Key
Posted by Damir at 5/4/2007 12:01:22 AM
Hello everybody
I have a serious problem with my Windows Service. I need to access Current
user registry key to read and write some data, but Windows service is
running on System account.
I can't change the Registry key to local machine, which would work because
i'm communicating with a ... more >>
How to get the Logged in User name from windows service ?
Posted by SenthilVel at 4/27/2007 3:02:26 AM
hi
My windows service is running under the LocalSystem account.
how do i get the Logged in User Name of the machine from a windows Service?
Thanks
Senthil
http://dotnetcrunch.blogspot.com/
... more >>
Recrute_.NET_D=E9veloppeur_Microsoft
Posted by Stefan at 4/2/2007 2:57:06 PM
ITS Consulting recrute .NET D=E9veloppeur le d=E9tail de l'annonce se
trouve sur
http://itsconsulting.free.fr/index.php?option=3Dcom_content&task=3Dview&id=
=3D33&Itemid=3D44
Notre agence Banque/Finance est reconnue comme =E9tant =E0 la pointe des
technologies objet et intervient aupr=E8s d... more >>
mail abuse
Posted by lissa at 3/31/2007 3:38:03 AM
my server ither won't deliver incoming or out going mail, when he or she does
I get a warning telling me not to forward my mail last warning, I never been
treated this badly while on internet, what can I do ??
lissa... more >>
Changing return object without blowing up old clients
Posted by Abbas at 3/15/2007 8:05:26 AM
Hi,
I have a web service that returns an object, call it myReturn, which
contains information regarding payments, etc.... I have a new
specification, to add a new property to myReturn to handle some extra
calculations (ie. for amortization). However, I have existing clients
with proxies bas... more >>
Message "The ProcessController service on Local Computer started and then stopped..."
Posted by fir5tsight NO[at]SPAM yahoo.com at 3/2/2007 1:35:54 PM
Hi All,
I've installed a program that would be run as a Windows service.
However, I have difficulty getting it started. Each time whey I try to
start it, it seems that it's starting however, it stops and quits soon
after. Then I get the message box:
"The ProcessController service on Local C... more >>
Converting excel doc into microsoft word 2000
Posted by eastlake plaza dental at 2/19/2007 3:39:05 PM
Is there anyone that can sort of walk me through this process?... more >>
Re: Folder Option in Windows Explorer has disappeared
Posted by Talgat OMAROV at 2/15/2007 1:57:19 PM
I have the same problem. Have you found any solution?
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Re: Folder Option in Windows Explorer has disappeared
Posted by mohammad gharaei at 2/13/2007 8:52:20 AM
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Re: Add Installer error for Windows Service
Posted by koloskova NO[at]SPAM hotmail.com at 2/9/2007 6:28:13 AM
Hi Chris,
Go to designer view of your service code file, right click, select
properties and make sure the "Service Name" property is filled in.
If you dont see this property make sure the constructor of your
windows service class exists and has all the code necesary, see the
guide at the URL yo... more >>
Add Installer error for Windows Service
Posted by Chris Gin at 2/1/2007 3:45:27 PM
I have Visual Studio 2005 Std Edition and I'm trying to build a small
Windows Service (with C#) using the following guide:
http://msdn2.microsoft.com/en-us/library/76477d2t(VS.80).aspx
I get to the point of adding an installer, but when I right click the
service class in design mode and sel... more >>
Re: Crystl32.ocx error.
Posted by Thanh Tung at 1/28/2007 11:53:18 PM
LoadLibrary("CRYSTL32.ocx") failed - The specified module could not be
found
The most common reason the Cryst32.ocx will not register is that it is
missing one or more dependencies. To register the crystl32.ocx make sure
the following dependencies are present on your machine:
ADVAPI32.DLL
... more >>
Re: Passing parameter to windows service...
Posted by Lee Gillie at 1/19/2007 3:29:24 PM
Hakan Örnek wrote:
> Hi ,
> I want to parameter passing to my windows sevice. I call service
> commands like this ;
> '------------------------------------------------------------
> Dim sc As ServiceController
> sc = New ServiceController("ProsetLogServices")
> sc.MachineName = "."
> If sc.... more >>
Re: Error with .Net Runtime 2.0 on Windows Service
Posted by Lee Gillie at 1/19/2007 2:33:33 PM
Are all clients running 2.0? I have had problems remoting VS2003 clients
to VS2005 servers.
Microsoft News wrote:
> I need some serious help. I am getting the following errors in my event
> log:
>
> Source: .NET Runtime 2.0 Error Event ID: 5000
> EventType clr20r3, P1 orionnetreg.e... more >>
|