Strange error

  • Thread starter Thread starter Mvk
  • Start date Start date
M

Mvk

Can anyone help me with the following error ?

'A first chance exception of type 'System.InvalidOperationException'
occurred in system.dll

Additional information: The requested Performance Counter is not a custom
counter, it has to be initialized as ReadOnly.'


Any idea why this error is occuring ?


Regards!
M
 
Hi MvK

No however I think it is better to ask this in one of the language groups as
there are
microsoft.public.dotnet.languages.vb
and
microsoft.public.dotnet.languages.csharp

And without "a piece" of code nobody can probably help you.

Cor
 
Mvk said:
Can anyone help me with the following error ?

'A first chance exception of type 'System.InvalidOperationException'
occurred in system.dll

Additional information: The requested Performance Counter is not a custom
counter, it has to be initialized as ReadOnly.'

Any idea why this error is occuring ?

Well, what are you trying to do? Could you post some code?
 
Back
Top