.net performance not fixed xpe sp2

G

Guest

registry key hklm\software\microsoft\windowsnt\currentversion\perflib\009
causes .net applications problems in getting performance metrics for network
usage and cpu usage. This was resolved by deleting the reg key and building
the image.

My problem.
I am using xpe sp2 and their is no registery key ...perflib\009 in the
performance counter component in target designer, but once my image is
running on the target machine and using regedit I find the key ...perflib\009
and the problem persists.

How can I resolve the problem for good?

incorrectly populated when creating an XP Embedded image. This issue will
be fixed in the upcoming XP Embedded SP2 release
 
K

KM

Eric,

Can you verify whether the key gets crated during build or not? Just open the pre-FBA image registry hive offline and check out the
perflib\009 key.

If it is there, another component (likely yours) adds the key.
If it is not there, it gets created during FBA and thefrefore you can delete the key at the end of the FBA (last phase or etc.).

=========
Regards,
KM
 
G

Guest

How do you open a registry hive offline?


KM said:
Eric,

Can you verify whether the key gets crated during build or not? Just open the pre-FBA image registry hive offline and check out the
perflib\009 key.

If it is there, another component (likely yours) adds the key.
If it is not there, it gets created during FBA and thefrefore you can delete the key at the end of the FBA (last phase or etc.).

=========
Regards,
KM
 
K

KM

Use regedit from XP. File menu, Load Hives option (select HKLM node first).


=========
Regards,
KM
 

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