Strange error

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
 
C

Cor Ligthert

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
 
J

Jon Skeet [C# MVP]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top