473,387 Members | 1,440 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Service doesn't run under windows NT

Hello

I have the problem that my service under Windows NT SP 6a with Framework
1.1. doesn't run. I will receive an unknown exception from the framework all
the time. But the service runs under Windows 2000 and XP. I removed the
whole service code so that I have had only the start and stop methodes and a
little worker-thread. "Normal" Applications run very well on the NT-Machine.

Does somebody had the same problem?
Thanks for your help.

Chris.
The Exception-Message from the eventlog:
----------------------------------------------------------------------------
-
Die Beschreibung der Ereignis-ID ( 0 ) in Quelle ( .NET Runtime ) konnte
nicht gefunden werden. Sie enthält folgende Einfügezeichenkette(n):.NET
Runtime version 1.1.4322.573- testservice.exe - Common Language Runtime
Debugging Services: Application has generated an exception that could not be
handled.

Process id=0xb6 (182), Thread id=0x74 (116).

Click OK to terminate the application.
Click CANCEL to debug the application..
Jul 21 '05 #1
4 2097
Hi,

I had the same problem with a Service created on VS2002 with .net 1.0, i
found that uninstalling hotfix 822925 caused the service to start correctly

hope this helps

Micah.

Christian Jost wrote:
Hello

I have the problem that my service under Windows NT SP 6a with Framework
1.1. doesn't run. I will receive an unknown exception from the framework all
the time. But the service runs under Windows 2000 and XP. I removed the
whole service code so that I have had only the start and stop methodes and a
little worker-thread. "Normal" Applications run very well on the NT-Machine.

Does somebody had the same problem?
Thanks for your help.

Chris.
The Exception-Message from the eventlog:
----------------------------------------------------------------------------
-
Die Beschreibung der Ereignis-ID ( 0 ) in Quelle ( .NET Runtime ) konnte
nicht gefunden werden. Sie enthält folgende Einfügezeichenkette(n):.NET
Runtime version 1.1.4322.573- testservice.exe - Common Language Runtime
Debugging Services: Application has generated an exception that could not be
handled.

Process id=0xb6 (182), Thread id=0x74 (116).

Click OK to terminate the application.
Click CANCEL to debug the application..


Jul 21 '05 #2
Hi Micah

Thank you for your hint.
We tried it with a "clean" machine (without any windows-updates) and it
works fine :-)
But I didn't found the hotfix 822925 on the other machine so we will have to
check the service after each hotfix installation :-(

Maybe it's another hotfix.

Chris.
"Eddy" schrieb im Newsbeitrag news:Oy**************@TK2MSFTNGP10.phx.gbl...
Hi,

I had the same problem with a Service created on VS2002 with .net 1.0, i
found that uninstalling hotfix 822925 caused the service to start correctly
hope this helps

Micah.

Christian Jost wrote:
Hello

I have the problem that my service under Windows NT SP 6a with Framework
1.1. doesn't run. I will receive an unknown exception from the framework all the time. But the service runs under Windows 2000 and XP. I removed the
whole service code so that I have had only the start and stop methodes and a little worker-thread. "Normal" Applications run very well on the NT-Machine.
Does somebody had the same problem?
Thanks for your help.

Chris.
The Exception-Message from the eventlog:


--------------------------------------------------------------------------

--
-
Die Beschreibung der Ereignis-ID ( 0 ) in Quelle ( .NET Runtime ) konnte
nicht gefunden werden. Sie enthält folgende Einfügezeichenkette(n):.NET
Runtime version 1.1.4322.573- testservice.exe - Common Language Runtime
Debugging Services: Application has generated an exception that could not be handled.

Process id=0xb6 (182), Thread id=0x74 (116).

Click OK to terminate the application.
Click CANCEL to debug the application..

Jul 21 '05 #3
Hi,

The 822925 hotfix is a rollup of other hot fixes so it could be one of
those if you have them installed individually.

Please let me know how you get on.

Micah.

Christian Jost wrote:
Hi Micah

Thank you for your hint.
We tried it with a "clean" machine (without any windows-updates) and it
works fine :-)
But I didn't found the hotfix 822925 on the other machine so we will have to
check the service after each hotfix installation :-(

Maybe it's another hotfix.

Chris.
"Eddy" schrieb im Newsbeitrag news:Oy**************@TK2MSFTNGP10.phx.gbl...
Hi,

I had the same problem with a Service created on VS2002 with .net 1.0, i
found that uninstalling hotfix 822925 caused the service to start


correctly
hope this helps

Micah.

Christian Jost wrote:
Hello

I have the problem that my service under Windows NT SP 6a with Framework
1.1. doesn't run. I will receive an unknown exception from the framework
all
the time. But the service runs under Windows 2000 and XP. I removed the
whole service code so that I have had only the start and stop methodes
and a
little worker-thread. "Normal" Applications run very well on the
NT-Machine.
Does somebody had the same problem?
Thanks for your help.

Chris.
The Exception-Message from the eventlog:


--------------------------------------------------------------------------


--
-
Die Beschreibung der Ereignis-ID ( 0 ) in Quelle ( .NET Runtime ) konnte
nicht gefunden werden. Sie enthält folgende Einfügezeichenkette(n):.NET
Runtime version 1.1.4322.573- testservice.exe - Common Language Runtime
Debugging Services: Application has generated an exception that could
not be
handled.

Process id=0xb6 (182), Thread id=0x74 (116).

Click OK to terminate the application.
Click CANCEL to debug the application..



Jul 21 '05 #4
Hello

It was the hotfix 822925 too. But during the installation of this hotfix, we
received an error, that the hotfix couldn't get installed. After this
attempt to install the hotfix, the service didn't work. Although we couldn't
install the hotfix, it does something anyway. With all the updates until
last week except this hotfix the service works well.

Chris.

"Eddy" schrieb im Newsbeitrag news:OC**************@tk2msftngp13.phx.gbl...
Hi,

The 822925 hotfix is a rollup of other hot fixes so it could be one of
those if you have them installed individually.

Please let me know how you get on.

Micah.

Christian Jost wrote:
Hi Micah

Thank you for your hint.
We tried it with a "clean" machine (without any windows-updates) and it
works fine :-)
But I didn't found the hotfix 822925 on the other machine so we will have to check the service after each hotfix installation :-(

Maybe it's another hotfix.

Chris.
"Eddy" schrieb im Newsbeitrag news:Oy**************@TK2MSFTNGP10.phx.gbl...
Hi,

I had the same problem with a Service created on VS2002 with .net 1.0, i
found that uninstalling hotfix 822925 caused the service to start


correctly
hope this helps

Micah.

Christian Jost wrote:

Hello

I have the problem that my service under Windows NT SP 6a with Framework1.1. doesn't run. I will receive an unknown exception from the framework

all
the time. But the service runs under Windows 2000 and XP. I removed the
whole service code so that I have had only the start and stop methodes


and a
little worker-thread. "Normal" Applications run very well on the


NT-Machine.
Does somebody had the same problem?
Thanks for your help.

Chris.
The Exception-Message from the eventlog:

--------------------------------------------------------------------------

--
-
Die Beschreibung der Ereignis-ID ( 0 ) in Quelle ( .NET Runtime )

konntenicht gefunden werden. Sie enthält folgende Einfügezeichenkette(n):.NET
Runtime version 1.1.4322.573- testservice.exe - Common Language Runtime
Debugging Services: Application has generated an exception that could


not be
handled.

Process id=0xb6 (182), Thread id=0x74 (116).

Click OK to terminate the application.
Click CANCEL to debug the application..


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Eric Chong | last post by:
I created a Windows Service in C# that requires to get passed command arguments like a Console App. I noticed that there is an option "Start parameters" text box in the property of a Windows...
2
by: cd | last post by:
Is there a specific process or permissions that must be granted to get a .NET (framework 1.4) Window Service to run properly on a Windows 2003 Server? I built a Windows Service to start two local...
7
by: Robert May | last post by:
I have an application that uses the Ax web browser object. When I call the IHTMLElement.click() method on an input button (<input type="submit"> or <input type="button">), the click fires...
9
by: SP | last post by:
Hi All, I wrote a windows service which is supposed to stop after specified amount of time. I am calling OnStop() after specified time. OnStop() methods executed but I dont see the service...
1
by: Samuel R. Neff | last post by:
We're using a 3rd party C DLL in a project that we don't have source for. When we call the DLL from a console app everything works fine. However, when we call it from a Windows Service, the DLL...
23
by: Adam Clauss | last post by:
I have a C# Windows Service running as the NetworkService account because it needs to access a network share. As part of the service's initialization, I want the service to terminate, if an...
11
by: Tomas Kepic | last post by:
Hi, i'm trying to create my first ASP.NET project ( HelloASPWorld project) but an error occured when I put OK button in NewProject. ERROR: "The Web server reported the following error when...
2
by: Chris Dunaway | last post by:
I am attempting to use the AppDomain.UnhandledException event in a Windows Forms app and also in a Windows Service. But the event doesn't seem to be called. In a Windows Forms app, the event IS...
33
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
9
by: dm3281 | last post by:
Hello -- I plan on writing a C# service using VS2005. If I want my service to have a tray icon, is this typically done from within my service or do/should I create a controller application and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.