pdh.dll

  • Thread starter Thread starter rickbear
  • Start date Start date
R

rickbear

Hi Group,

I made an application in C# .Net 2.0 which has to work on both Windows
XP and Windows XP Embedded.
In the application I need to use Performance Counters which works
quite well on the non embedded system. But The XP Embedded is
complaining about missing the file pdh.dll.

I tried to test getting that file from the Windows XP and copy it to
the Windows XP Embedded system and then it works quite well there
also. So it seems the only thing I need is the pdh.dll. But I am not
quite comfortable with that solution; Is it 100% compatible with the
Embedded system? Is it legal to copy it?

So: Which element do I have to include, when building my Windows XP
Embedded image to include the pdh.dll to the Embedded system?
I think it will be something about WMI provider perhaps?
Any solutions?

- rick -
 
rickbear said:
So: Which element do I have to include, when building my Windows XP
Embedded image to include the pdh.dll to the Embedded system?
I think it will be something about WMI provider perhaps?
Any solutions?

pdh.dll is in component "Performance Data Helper"

It is simple to create a filter in Target Designer to show only
components that contain a particular file.
 
pdh.dll is in component "Performance Data Helper"

It is simple to create a filter in Target Designer to show only
components that contain a particular file.

Thanks a lot.
- rick -
 
Back
Top