Click here to Skip to main content
15,900,366 members
Home / Discussions / C#
   

C#

 
QuestionWrite data to an xml file Pin
Yustme8-Sep-06 10:59
Yustme8-Sep-06 10:59 
AnswerRe: Write data to an xml file Pin
Nader Elshehabi8-Sep-06 11:14
Nader Elshehabi8-Sep-06 11:14 
AnswerRe: Write data to an xml file Pin
Guffa8-Sep-06 13:18
Guffa8-Sep-06 13:18 
GeneralRe: Write data to an xml file Pin
lmoelleb8-Sep-06 20:47
lmoelleb8-Sep-06 20:47 
AnswerRe: Write data to an xml file Pin
Guffa9-Sep-06 7:53
Guffa9-Sep-06 7:53 
AnswerRe: Write data to an xml file Pin
Arjun "Mjolnir" Bahree10-Sep-06 4:25
Arjun "Mjolnir" Bahree10-Sep-06 4:25 
QuestionBuffering Images Pin
Randomlick8-Sep-06 9:53
Randomlick8-Sep-06 9:53 
QuestionMax Number of Processes limit Pin
Subby Dev8-Sep-06 8:59
Subby Dev8-Sep-06 8:59 
Hi there,

I have been trying to start some processes from my Windows service which is a multithreaded application and uses threadpool. I am able to start upto 24 processes (using ProcessInfo) but when the service try to start 25th an Application execption is logged in the eventlog:

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 9/8/2006
Time: 11:05:38 AM
User: N/A
Description:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: .NET Runtime version 1.1.4322.573- .NET Framework Initialization Error: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll could not be loaded.

I have tried setting maximum num of threads and IOCompletion threads using SetMaxThreads method exposed by ICorThreadPool interface, but no help.
Task manager shows threads count 20 and IO Write- 5 for the windows service.
Could it be appdomain or threadpool? Any helping comment much appreaciated.

Thanks,Smile | :)

Questionhow to create a System.data.datatabe from interop.excel.worksheet? Pin
qahwah8-Sep-06 7:54
qahwah8-Sep-06 7:54 
QuestionDigit To text Converter [modified] Pin
Syed Shahid Hussain8-Sep-06 6:50
Syed Shahid Hussain8-Sep-06 6:50 
AnswerRe: Digit To text Converter Pin
leppie8-Sep-06 7:11
leppie8-Sep-06 7:11 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain8-Sep-06 8:09
Syed Shahid Hussain8-Sep-06 8:09 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain8-Sep-06 9:12
Syed Shahid Hussain8-Sep-06 9:12 
GeneralRe: Digit To text Converter Pin
Nader Elshehabi8-Sep-06 9:18
Nader Elshehabi8-Sep-06 9:18 
AnswerRe: Digit To text Converter Pin
Nader Elshehabi8-Sep-06 9:54
Nader Elshehabi8-Sep-06 9:54 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain9-Sep-06 5:56
Syed Shahid Hussain9-Sep-06 5:56 
JokeRe: Digit To text Converter Pin
Nader Elshehabi9-Sep-06 6:59
Nader Elshehabi9-Sep-06 6:59 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain10-Sep-06 8:50
Syed Shahid Hussain10-Sep-06 8:50 
AnswerRe: Digit To text Converter Pin
Arjun "Mjolnir" Bahree10-Sep-06 4:31
Arjun "Mjolnir" Bahree10-Sep-06 4:31 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain10-Sep-06 8:54
Syed Shahid Hussain10-Sep-06 8:54 
QuestionHow to convert string Pin
papa808-Sep-06 6:25
papa808-Sep-06 6:25 
AnswerRe: How to convert string Pin
Not Active8-Sep-06 6:38
mentorNot Active8-Sep-06 6:38 
GeneralRe: How to convert string Pin
papa808-Sep-06 6:42
papa808-Sep-06 6:42 
GeneralRe: How to convert string Pin
KevinMac8-Sep-06 6:54
KevinMac8-Sep-06 6:54 
GeneralRe: How to convert string Pin
papa808-Sep-06 7:34
papa808-Sep-06 7:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.