I have a .NET application that does data processing by
state (disconnected). The state to process is determined
by a command-line parameter. When I run multiple instances
of the application (which I need to be able to do), the
processing is handled fine. However, all instances after
the first one GPF when they complete their processing and
attempt to close.
Also -- I don't know if it is related, but the event log
contains this message for each app that GPF's: "Installing
the performance counter strings for .NETFramework failed.
The Error code is DWORD 0 of the Record Data."
Thanks for the input.
Russ Bishop
MCSD