pdh.dll

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 -
 
M

Mike Warren

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.
 
R

rickbear

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 -
 

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